From 1f3e947d9c9f205b2a48d1834dd56c93cbb2403e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:27:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1439 +------------------------------------------- 1 file changed, 10 insertions(+), 1429 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a8b4ada..048c8fc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1441 +1,23 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { DM_Sans } from "next/font/google"; +import { Poppins } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", +const poppins = Poppins({ + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], -}); + variable: "--font-poppins"}); export const metadata: Metadata = { - title: "Shoxobiddin Stomatologiya | Tosh Tish Davolash Klinikasi", - description: "Zamonaviy uskunalar va 10+ yillik tajribaga ega professional shifokorlar bilan Toshkent shaharida tish davolash, implantatsiya, protez xizmatlari.", - keywords: "stomatologiya Toshkent, tish davolash, implant, oqartirish, shaxsiy protezirlash, dent klinikasi", - metadataBase: new URL("https://shoxobiddin-stomatologiya.uz"), - alternates: { - canonical: "https://shoxobiddin-stomatologiya.uz", - }, - openGraph: { - title: "Shoxobiddin Stomatologiya | Tosh Tish Davolash", - description: "Zamonaviy stomatologiya klinikasi. Qabulga yozilish uchun qo'ng'iroq qiling yoki onlayn yozilish bajaring.", - siteName: "Shoxobiddin Stomatologiya", - url: "https://shoxobiddin-stomatologiya.uz", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg", - alt: "Shoxobiddin Stomatologiya klinikasi", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Shoxobiddin Stomatologiya | Tosh Tish Davolash", - description: "Zamonaviy tish davolash xizmatlari Toshkent shaharida", - images: ["http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Shoxobiddin Stomatologiya", description: "Sog'lom tabassum — bizning vazifamiz"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -