import React from "react"; import Head from "next/head"; import Header from "@/components/Header"; import CatalogSubscribe from "@/components/CatalogSubscribe"; import Footer from "@/components/Footer"; import MobileMenuBottomSection from "@/components/MobileMenuBottomSection"; import InfoContacts from "@/components/contacts/InfoContacts"; import MapContacts from "@/components/contacts/MapContacts"; import OrderContacts from "@/components/contacts/OrderContacts"; import LegalContacts from "@/components/contacts/LegalContacts"; import MetaTags from "@/components/MetaTags"; import { getMetaByPath } from "@/lib/meta-config"; import JsonLdScript from "@/components/JsonLdScript"; import { generateLocalBusinessSchema, PROTEK_LOCAL_BUSINESS } from "@/lib/schema"; const Contacts = () => { const metaData = getMetaByPath('/contacts'); // Генерируем микроразметку LocalBusiness для страницы контактов const localBusinessSchema = generateLocalBusinessSchema(PROTEK_LOCAL_BUSINESS); return ( <>