6 Commits

Author SHA1 Message Date
5f9a00f9a1 Switch to version 1: modified src/app/page.tsx 2026-06-11 04:21:38 +00:00
c75de7a126 Switch to version 1: modified src/app/layout.tsx 2026-06-11 04:21:38 +00:00
b667671f13 Merge version_2 into main
Merge version_2 into main
2026-06-11 04:21:14 +00:00
ac92c93ac1 Merge version_2 into main
Merge version_2 into main
2026-06-11 04:15:36 +00:00
03398488fc Merge version_2 into main
Merge version_2 into main
2026-06-11 04:14:42 +00:00
925bb466ed Merge version_2 into main
Merge version_2 into main
2026-06-11 04:13:54 +00:00
2 changed files with 110 additions and 144 deletions

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -7,8 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Smile, Star, Mail } from 'lucide-react';
@@ -28,29 +27,29 @@ export default function LuxuryDentistPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Luxury Dental Care Sharjah"
brandName="Luxury Dental Care"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Book Appointment", id: "contact" },
{ name: "FAQ", id: "faq" }
{ name: "Contact", id: "contact" }
]}
button={{
text: "Schedule Consultation", href: "#contact"
text: "Schedule Consultation",
href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Sharjah's Premier Luxury Dental Practice"
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology in Sharjah, UAE. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
title="California's Premier Luxury Dental Practice"
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
tag="Excellence Since 2005"
tagIcon={Sparkles}
background={{ variant: "glowing-orb" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif"
imageAlt="Modern luxury dental practice with state-of-the-art equipment in Sharjah"
imageAlt="Modern luxury dental practice with state-of-the-art equipment"
imagePosition="right"
kpis={[
{ value: "5000+", label: "Satisfied Patients" },
@@ -69,7 +68,7 @@ export default function LuxuryDentistPage() {
<div id="services" data-section="services">
<ProductCardTwo
title="Our Signature Services"
description="From cosmetic enhancement to restorative excellence, our comprehensive services transform smiles and improve oral health with precision and artistry in Sharjah, UAE."
description="From cosmetic enhancement to restorative excellence, our comprehensive services transform smiles and improve oral health with precision and artistry."
tag="Premium Dental Services"
tagIcon={Smile}
textboxLayout="default"
@@ -78,16 +77,34 @@ export default function LuxuryDentistPage() {
useInvertedBackground={true}
products={[
{
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From AED 1,800", rating: 5,
reviewCount: "234", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation"
id: "1",
brand: "Cosmetic",
name: "Smile Design & Whitening",
price: "From $500",
rating: 5,
reviewCount: "234",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif",
imageAlt: "Cosmetic smile design consultation"
},
{
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From AED 4,500", rating: 5,
reviewCount: "312", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology"
id: "2",
brand: "Restorative",
name: "Dental Implants & Crowns",
price: "From $1,200",
rating: 5,
reviewCount: "312",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif",
imageAlt: "Advanced dental implant technology"
},
{
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From AED 3,000", rating: 5,
reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment"
id: "3",
brand: "Advanced",
name: "Orthodontics & Aligners",
price: "From $800",
rating: 5,
reviewCount: "289",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif",
imageAlt: "Clear aligner orthodontic treatment"
}
]}
buttons={[
@@ -99,7 +116,7 @@ export default function LuxuryDentistPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Trusted Excellence in Dental Care in Sharjah, UAE" }
{ type: "text", content: "Trusted Excellence in Dental Care Across California" }
]}
useInvertedBackground={false}
buttons={[
@@ -112,7 +129,7 @@ export default function LuxuryDentistPage() {
<div id="features" data-section="features">
<FeatureCardOne
title="Why Choose Our Luxury Practice"
description="We combine artistic excellence with scientific precision, utilizing the latest technology and techniques to deliver transformative results that exceed expectations in Sharjah, UAE."
description="We combine artistic excellence with scientific precision, utilizing the latest technology and techniques to deliver transformative results that exceed expectations."
tag="Premium Dental Excellence"
tagIcon={Star}
textboxLayout="default"
@@ -121,9 +138,15 @@ export default function LuxuryDentistPage() {
useInvertedBackground={true}
features={[
{
title: "Digital Technology", description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif"},
title: "Digital Technology",
description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif",
},
{
title: "Master Craftsmanship", description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif"}
title: "Master Craftsmanship",
description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif",
}
]}
/>
</div>
@@ -131,90 +154,90 @@ export default function LuxuryDentistPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Patients Say"
description="Discover why hundreds of discerning patients in Sharjah, UAE trust us for their dental care and smile transformations."
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
tag="Patient Reviews"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Fatima Al Mulla", handle: "Sharjah Resident", testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Fatima Al Mulla"
id: "1",
name: "Jennifer Martinez",
handle: "San Diego Patient",
testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp",
imageAlt: "Jennifer Martinez"
},
{
id: "2", name: "Ahmed Khan", handle: "Business Executive", testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Ahmed Khan"
id: "2",
name: "Robert Chen",
handle: "Business Executive",
testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp",
imageAlt: "Robert Chen"
},
{
id: "3", name: "Noura Ali", handle: "Entertainment Industry", testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Noura Ali"
id: "3",
name: "Sarah Williams",
handle: "Entertainment Industry",
testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp",
imageAlt: "Sarah Williams"
},
{
id: "4", name: "Jamaluddin", handle: "Loyal Patient", testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Jamaluddin"
id: "4",
name: "Michael Torres",
handle: "Loyal Patient",
testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif",
imageAlt: "Michael Torres"
},
{
id: "5", name: "Aisha Siddiqui", handle: "Social Media Influencer", testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", imageAlt: "Aisha Siddiqui"
id: "5",
name: "Amanda Rodriguez",
handle: "Social Media Influencer",
testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif",
imageAlt: "Amanda Rodriguez"
},
{
id: "6", name: "Khalid Mansour", handle: "Healthcare Professional", testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "Khalid Mansour"
id: "6",
name: "David Kim",
handle: "Healthcare Professional",
testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif",
imageAlt: "David Kim"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Book Your Dental Appointment"
description="Fill out the form below to schedule your visit with our specialists in Sharjah, UAE. We look forward to creating your perfect smile."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{ name: "treatment", placeholder: "Treatment Required (e.g., Whitening, Implant Consultation)", rows: 4, required: true }}
<ContactSplit
tag="Get In Touch"
tagIcon={Mail}
title="Schedule Your Luxury Dental Experience"
description="Connect with our team to discuss your smile goals and discover how our personalized treatments can transform your dental health and confidence."
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif"
imageAlt="Comfortable consultation room at our luxury dental practice in Sharjah"
imageAlt="Comfortable consultation room at our luxury dental practice"
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Submit Appointment Request"
onSubmit={(data) => console.log("Appointment data:", data)}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Find answers to common questions about our dental services and practice in Sharjah, UAE."
tag="Your Questions Answered"
faqs={[
{
id: "1", title: "What services do you offer?", content: "We offer a comprehensive range of luxury dental services including cosmetic dentistry (veneers, whitening), restorative treatments (implant, crowns), orthodontics (aligners), and general dental care. Visit our Services section for more details."
},
{
id: "2", title: "Do you accept dental insurance?", content: "Yes, we work with a variety of dental insurance providers. Please contact our reception team with your insurance details, and we'll be happy to verify your coverage and benefits."
},
{
id: "3", title: "What makes your clinic 'luxury'?", content: "Our luxury experience stems from our state-of-the-art facility, use of cutting-edge technology, a highly skilled and internationally trained team, personalized treatment plans, and an unwavering commitment to patient comfort and exquisite aesthetic results."
},
{
id: "4", title: "How do I book an appointment?", content: "You can easily book an appointment by filling out the form in our 'Book Your Dental Appointment' section above, or by calling us directly at +971 50 123 4567 during business hours. We will confirm your preferred time promptly."
},
{
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="smooth"
faqsAnimation="slide-up"
useInvertedBackground={false}
textboxLayout="default"
inputPlaceholder="Enter your email"
buttonText="Get Started"
termsText="We respect your privacy. Unsubscribe anytime. Your smile deserves the best care."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Luxury Dental Care Sharjah"
copyrightText="© 2025 Luxury Dental Care Sharjah. All rights reserved."
logoText="Luxury Dental Care California"
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
columns={[
{
title: "Services", items: [
title: "Services",
items: [
{ label: "Cosmetic Dentistry", href: "#services" },
{ label: "Dental Implants", href: "#services" },
{ label: "Orthodontics", href: "#services" },
@@ -222,7 +245,8 @@ export default function LuxuryDentistPage() {
]
},
{
title: "Practice", items: [
title: "Practice",
items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#testimonials" },
{ label: "Technology", href: "#features" },
@@ -230,18 +254,12 @@ export default function LuxuryDentistPage() {
]
},
{
title: "Contact Info", items: [
{ label: "Al Majaz 3, Sharjah, UAE", href: "https://maps.app.goo.gl/?link=https://maps.google.com/?q=Al%20Majaz%203,%20Sharjah,%20UAE" },
{ label: "+971 50 123 4567", href: "tel:+971501234567" },
{ label: "info@luxurydentist.ae", href: "mailto:info@luxurydentist.ae" }
]
},
{
title: "Legal & Connect", items: [
{ label: "Privacy Policy", href: "/privacy-policy" },
{ label: "Terms & Conditions", href: "/terms-conditions" },
{ label: "Instagram", href: "https://instagram.com/luxurydentistsharjah" },
{ label: "Facebook", href: "https://facebook.com/luxurydentistsharjah" }
title: "Connect",
items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Google Reviews", href: "https://google.com" },
{ label: "Smile Gallery", href: "#" }
]
}
]}
@@ -249,4 +267,4 @@ export default function LuxuryDentistPage() {
</div>
</ThemeProvider>
);
}
}