diff --git a/src/lib/meta-config.ts b/src/lib/meta-config.ts index 2643ba6..3f72888 100644 --- a/src/lib/meta-config.ts +++ b/src/lib/meta-config.ts @@ -253,14 +253,7 @@ export const metaConfig: Record = { ogDescription: 'Читайте актуальные новости и статьи от компании Protek.' }, - // Главная страница (новая версия) - '/home-new': { - title: 'Protek - Автозапчасти и аксессуары (новая версия)', - description: 'Новый дизайн сайта Protek с улучшенным интерфейсом для поиска автозапчастей и аксессуаров.', - keywords: 'автозапчасти, новый дизайн, улучшенный интерфейс, protek', - ogTitle: 'Protek - Новая версия сайта', - ogDescription: 'Новый дизайн сайта Protek с улучшенным интерфейсом.' - }, + // Поиск '/search': { diff --git a/src/pages/home-new.tsx b/src/pages/home-new.tsx deleted file mode 100644 index d6f789d..0000000 --- a/src/pages/home-new.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react'; -import Head from 'next/head'; -import CatalogSubscribe from "@/components/CatalogSubscribe"; -import MobileMenuBottomSection from "@/components/MobileMenuBottomSection"; -import NewsAndPromos from "@/components/index/NewsAndPromos"; -import Footer from "@/components/Footer"; -import IndexTopMenuNav from "@/components/index/IndexTopMenuNav"; -import ProductOfDaySection from "@/components/index/ProductOfDaySection"; -import CategoryNavSection from "@/components/index/CategoryNavSection"; -import BrandSelectionSection from "@/components/index/BrandSelectionSection"; -import BestPriceSection from "@/components/index/BestPriceSection"; -import TopSalesSection from "@/components/index/TopSalesSection"; -import PromoImagesSection from "@/components/index/PromoImagesSection"; -import NewArrivalsSection from '@/components/index/NewArrivalsSection'; -import SupportVinSection from '@/components/index/SupportVinSection'; -import MetaTags from "@/components/MetaTags"; -import { getMetaByPath } from "@/lib/meta-config"; - -export default function HomeNew () { - const metaData = getMetaByPath('/home-new'); - - return ( - <> - - - - - - - - - - - -
- -
-