From 198dc7a768537be1088c29ca112a1a8f8cd84c4a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:03:29 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7bcee9e..279ad52 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology Care", - description: "Advanced skin and vitiligo treatment at Aarogys Skin and Vitiligo Centre. Expert dermatologists providing acne, allergy, hair loss, and pigmentation treatments.", - keywords: "dermatology clinic, vitiligo treatment, acne treatment, skin care, dermatologist, skin specialist, hair loss treatment, pigmentation treatment", - metadataBase: new URL("https://aarogysderm.com"), + title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology Care", description: "Advanced skin and vitiligo treatment at Aarogys Skin and Vitiligo Centre. Expert dermatologists providing acne, allergy, hair loss, and pigmentation treatments.", keywords: "dermatology clinic, vitiligo treatment, acne treatment, skin care, dermatologist, skin specialist, hair loss treatment, pigmentation treatment", metadataBase: new URL("https://aarogysderm.com"), alternates: { - canonical: "https://aarogysderm.com", - }, + canonical: "https://aarogysderm.com"}, openGraph: { - title: "Aarogys Skin and Vitiligo Centre | Professional Dermatology Care", - description: "Transform your skin health with expert dermatological treatments at Aarogys Skin and Vitiligo Centre. Call 07669133703 today.", - url: "https://aarogysderm.com", - siteName: "Aarogys Skin and Vitiligo Centre", - type: "website", - images: [ + title: "Aarogys Skin and Vitiligo Centre | Professional Dermatology Care", description: "Transform your skin health with expert dermatological treatments at Aarogys Skin and Vitiligo Centre. Call 07669133703 today.", url: "https://aarogysderm.com", siteName: "Aarogys Skin and Vitiligo Centre", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg", - alt: "Aarogys Skin and Vitiligo Centre", - }, + url: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg", alt: "Aarogys Skin and Vitiligo Centre"}, ], }, twitter: { - card: "summary_large_image", - title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology", - description: "Advanced skin treatments and vitiligo care by experienced dermatologists. Call 07669133703.", - images: ["http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg"], + card: "summary_large_image", title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology", description: "Advanced skin treatments and vitiligo care by experienced dermatologists. Call 07669133703.", images: ["http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg"], }, robots: { index: true, @@ -1439,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}