From 5893dc8a792e7a8ecabc6fcccf68a5ec42ca4dfb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 04:14:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d00b03a..c9c03b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -59,7 +59,7 @@ export const metadata: Metadata = { "@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": [ + "url": "https://yourwebsite.com", "telephone": "+971501234567", "priceRange": "$", "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "09:00", "closes": "18:00" -- 2.49.1 From 0ce7254800971a4584375aa1e86645018fcdc58e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 04:14:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79233ea..79982ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,7 +201,7 @@ export default function LuxuryDentistPage() { id: "5", title: "Where is your clinic located in Sharjah?", content: "Our clinic is conveniently located in Al Majaz 3, Sharjah, UAE. You can find detailed directions and our exact address in the footer of this page, or simply click the Google Maps link for navigation." } ]} - animationType="slide-up" + animationType="smooth" faqsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1