import React from "react"; import NewsCard from "@/components/news/NewsCard"; import Link from "next/link"; const NewsAndPromos = () => (

Новости и акции

Ко всем новостям
); export default NewsAndPromos;