Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-11 04:14:43 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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": { "@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" "@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"], "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "09:00", "closes": "18:00" "opens": "09:00", "closes": "18:00"

View File

@@ -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." 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" faqsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />