diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aece34a..8e1af55 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1434 +1,17 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Figtree } 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 figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: "YuShop - Baku-da İkinci Əl Məhsullar Al-Sat Marketplace", - description: "Baku-da ən etibarlı ikinci əl və vintage əşyaları satın alın və satın. Geyim, elektronika, mebel, aksesuarlar və daha çox. Premium marketplace təcrübəsi.", - keywords: "ikinci əl, vintage, marketplace, Baku, Azərbaycan, al-sat, antika, retro", - openGraph: { - title: "YuShop - Baku Marketplace", - description: "Baku-da ən etibarlı ikinci əl məhsulları satın alın-satın", - siteName: "YuShop", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540733.jpg", - alt: "YuShop Marketplace", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "YuShop - Baku Marketplace", - description: "Baku-da ikinci əl və vintage əşyaları satın alın", - images: [ - "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540733.jpg", - ], - }, -}; + title: "YuShop - Baku-da Ən Etibarlı İkinci Əl Bazar", description: "Geyim, elektronika, mebel və daha çox şey üçün ikinci əl və vintage əşyaları satın alın və satın. Premium təcrübə, yerli həllər."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -