diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ff18b83..289749c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1433 +1,17 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Public_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Markazi Savdo - O'zbekistonning Raqamli Bozori", - description: "O'zbekistonning eng ishonchli online savdo platformasi. Mahalliy mahsulotlarni bevosita sotuvchilardan sotib oling. Click, Payme, Telegram bot bilan to'lash.", - keywords: "uzbekistan ecommerce, online shopping, uzbek products, local marketplace, click payment, payme payment, telegram bot", - metadataBase: new URL("https://markazi-savdo.uz"), - alternates: { - canonical: "https://markazi-savdo.uz", - }, - openGraph: { - title: "Markazi Savdo - O'zbekistonning Raqamli Bozori", - description: "Mahalliy mahsulotlarni bevosita sotuvchilardan sotib oling. Tez yetkazib berish, to'lash qulay.", - siteName: "Markazi Savdo", - type: "website", - }, - twitter: { - card: "summary_large_image", - title: "Markazi Savdo - O'zbekistonning Raqamli Bozori", - description: "Mahalliy mahsulotlarni bevosita sotuvchilardan sotib oling", - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Markazi Savdo - O'zbekistonning Raqamli Savdo Platformasi", description: "Mahalliy mahsulotlarni bevosita sotuvchilardan sotib oling. Tez yetkazib berish, Click va Payme orqali to'lash, xavfsiz tranzaksiyalar."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -