From c75de7a126a4c5abfcc2eb79973aa7e26c08b1c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 04:21:38 +0000 Subject: [PATCH] Switch to version 1: modified src/app/layout.tsx --- src/app/layout.tsx | 66 +++++----------------------------------------- 1 file changed, 7 insertions(+), 59 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c9c03b8..2a7bb13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,71 +8,19 @@ import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; 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"], }); export const metadata: Metadata = { - title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE', - description: 'Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile.', - alternates: { - canonical: '/', - }, - openGraph: { - title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE', - description: 'Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile.', - url: new URL('https://yourwebsite.com'), // Placeholder - siteName: 'Family Dental Center Sharjah', - images: [ - { - url: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif', - width: 1200, - height: 630, - alt: 'Family Dental Center Sharjah Clinic', - }, - ], - locale: 'en_US', - type: 'website', - }, - twitter: { - card: 'summary_large_image', - title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE', - description: 'Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile.', - images: ['https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif'], - }, - robots: { - index: true, - follow: true, - googleBot: { - index: true, - follow: true, - 'max-video-preview': -1, - 'max-image-preview': 'large', - 'max-snippet': -1, - }, - }, - jsonLd: { - "@context": "https://schema.org", "@type": "DentalClinic", "name": "Family Dental Center Sharjah", "image": "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif", "address": { - "@type": "PostalAddress", "streetAddress": "Sharjah, UAE", "addressLocality": "Sharjah", "addressCountry": "UAE" - }, - "url": "https://yourwebsite.com", "telephone": "+971501234567", "priceRange": "$", "openingHoursSpecification": [ - { - "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], - "opens": "09:00", "closes": "18:00" - }, - { - "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "10:00", "closes": "14:00" - } - ], - "aggregateRating": { - "@type": "AggregateRating", "ratingValue": "4.9", "reviewCount": "677" - }, - "description": "Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile." - } + title: 'Opulent Dental Studio | Luxury Dental Care', + description: 'Experience unparalleled luxury and advanced dental care at Opulent Dental Studio. We offer bespoke treatments in a serene environment for your radiant, healthy smile.', }; export default function RootLayout({ @@ -97,4 +45,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}