Update src/app/page.tsx
This commit is contained in:
330
src/app/page.tsx
330
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import { DollarSign, Globe, LifeBuoy, Smile, Star, Zap } from "lucide-react";
|
import { ArrowRight, DollarSign, Globe, LifeBuoy, Smile, Star, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,41 +33,25 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Choose Us",
|
name: "Why Choose Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Dentists",
|
name: "Dentists", id: "#team"},
|
||||||
id: "#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Book Now",
|
name: "Book Now", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-dental-clinic-labels-collection_23-2149533531.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/gradient-dental-clinic-labels-collection_23-2149533531.jpg"
|
||||||
logoAlt="Family Dental Center Logo"
|
logoAlt="Family Dental Center Logo"
|
||||||
brandName="Family Dental Center"
|
brandName="Family Dental Center"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Appointment",
|
text: "Book Appointment", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -75,19 +59,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
logoText="Family Dental Center"
|
logoText="Family Dental Center"
|
||||||
description="Your Trusted Family Dental Clinic in Sharjah. Expert Dentists, Advanced Technology, Pain-Free Treatments & Beautiful Smiles."
|
description="Your Trusted Family Dental Clinic in Sharjah. Expert Dentists, Advanced Technology, Pain-Free Treatments & Beautiful Smiles."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Appointment",
|
text: "Book Appointment", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+971555777126"},
|
||||||
href: "tel:+971555777126",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-dentist_23-2148105061.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-dentist_23-2148105061.jpg"
|
||||||
imageAlt="Happy family at dental clinic"
|
imageAlt="Happy family at dental clinic"
|
||||||
@@ -102,45 +81,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "rating",
|
id: "rating", value: "4.9", title: "Star Rating", description: "Out of 5 Stars", imageSrc: "http://img.b2bpic.net/free-vector/50-million-50m-views-premuim-banner-golden-design_1017-55218.jpg", imageAlt: "Star rating icon"},
|
||||||
value: "4.9",
|
|
||||||
title: "Star Rating",
|
|
||||||
description: "Out of 5 Stars",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/50-million-50m-views-premuim-banner-golden-design_1017-55218.jpg",
|
|
||||||
imageAlt: "Star rating icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "reviews",
|
id: "reviews", value: "677+", title: "Verified Reviews", description: "From Happy Patients", imageSrc: "http://img.b2bpic.net/free-vector/testimonial-speech-bubble-shape_23-2147945809.jpg", imageAlt: "Review icon"},
|
||||||
value: "677+",
|
|
||||||
title: "Verified Reviews",
|
|
||||||
description: "From Happy Patients",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/testimonial-speech-bubble-shape_23-2147945809.jpg",
|
|
||||||
imageAlt: "Review icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "specialists",
|
id: "specialists", value: "Expert", title: "Dental Specialists", description: "Highly Experienced Team", imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-illustration-indian-businessman_183364-114471.jpg", imageAlt: "Dentist icon"},
|
||||||
value: "Expert",
|
|
||||||
title: "Dental Specialists",
|
|
||||||
description: "Highly Experienced Team",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-illustration-indian-businessman_183364-114471.jpg",
|
|
||||||
imageAlt: "Dentist icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "equipment",
|
id: "equipment", value: "Modern", title: "Equipment", description: "Advanced Technology", imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-blue-background_23-2150312463.jpg", imageAlt: "Equipment icon"},
|
||||||
value: "Modern",
|
|
||||||
title: "Equipment",
|
|
||||||
description: "Advanced Technology",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-blue-background_23-2150312463.jpg",
|
|
||||||
imageAlt: "Equipment icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "comfort",
|
id: "comfort", value: "Comfort", title: "Experience", description: "Pain-Free Visits", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-human-tooth-anatomy_183364-123715.jpg", imageAlt: "Comfort icon"},
|
||||||
value: "Comfort",
|
|
||||||
title: "Experience",
|
|
||||||
description: "Pain-Free Visits",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-human-tooth-anatomy_183364-123715.jpg",
|
|
||||||
imageAlt: "Comfort icon",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Patients Trust Us"
|
title="Why Patients Trust Us"
|
||||||
description="Dedicated to your oral health and comfort, our clinic stands out with unparalleled service and patient satisfaction."
|
description="Dedicated to your oral health and comfort, our clinic stands out with unparalleled service and patient satisfaction."
|
||||||
@@ -156,34 +105,22 @@ export default function LandingPage() {
|
|||||||
description="At Family Dental Center, we prioritize your comfort and deliver exceptional dental care tailored to your needs. Experience the difference of a truly patient-focused clinic."
|
description="At Family Dental Center, we prioritize your comfort and deliver exceptional dental care tailored to your needs. Experience the difference of a truly patient-focused clinic."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Highly Experienced Specialists",
|
title: "Highly Experienced Specialists", description: "Our team comprises highly qualified and experienced dental professionals.", icon: Star,
|
||||||
description: "Our team comprises highly qualified and experienced dental professionals.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Affordable Treatment Plans",
|
title: "Affordable Treatment Plans", description: "We believe quality dental care should be accessible to everyone.", icon: DollarSign,
|
||||||
description: "We believe quality dental care should be accessible to everyone.",
|
|
||||||
icon: DollarSign,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Advanced Dental Technology",
|
title: "Advanced Dental Technology", description: "Utilizing the latest technology for precise and effective treatments.", icon: Zap,
|
||||||
description: "Utilizing the latest technology for precise and effective treatments.",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Multilingual Staff",
|
title: "Multilingual Staff", description: "Our team speaks multiple languages to serve a diverse community.", icon: Globe,
|
||||||
description: "Our team speaks multiple languages to serve a diverse community.",
|
|
||||||
icon: Globe,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Comfortable Patient Experience",
|
title: "Comfortable Patient Experience", description: "We ensure a relaxing and stress-free environment for all our patients.", icon: Smile,
|
||||||
description: "We ensure a relaxing and stress-free environment for all our patients.",
|
|
||||||
icon: Smile,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Emergency Dental Care",
|
title: "Emergency Dental Care", description: "Prompt attention for urgent dental needs when you need it most.", icon: LifeBuoy,
|
||||||
description: "Prompt attention for urgent dental needs when you need it most.",
|
|
||||||
icon: LifeBuoy,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-women-using-digital-tablet_107420-65237.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-women-using-digital-tablet_107420-65237.jpg"
|
||||||
@@ -198,67 +135,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Dental Implants",
|
title: "Dental Implants", description: "Restore your smile with durable and natural-looking dental implants.", imageSrc: "http://img.b2bpic.net/free-photo/medical-dentistry-staff-with-ppe-suits-using-modern-technology-while-consulting-patient-with-oral-care-issues-stomatologist-dental-nurse-looking-teeth-animation-model-implant_482257-28617.jpg", imageAlt: "Dental implant procedure", buttonIcon: ArrowRight,
|
||||||
description: "Restore your smile with durable and natural-looking dental implants.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-dentistry-staff-with-ppe-suits-using-modern-technology-while-consulting-patient-with-oral-care-issues-stomatologist-dental-nurse-looking-teeth-animation-model-implant_482257-28617.jpg",
|
|
||||||
imageAlt: "Dental implant procedure",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Root Canal Treatment",
|
title: "Root Canal Treatment", description: "Gentle and effective treatment to save damaged teeth from extraction.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-face-shield-reviewing-panoramic-mouth-x-ray-image-patient-global-pandemic-assistant-doctor-talking-with-senior-woman-wearing-suit-coverall-protection-suit-mask-gloves_482257-3235.jpg", imageAlt: "Root canal treatment", buttonIcon: ArrowRight,
|
||||||
description: "Gentle and effective treatment to save damaged teeth from extraction.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-face-shield-reviewing-panoramic-mouth-x-ray-image-patient-global-pandemic-assistant-doctor-talking-with-senior-woman-wearing-suit-coverall-protection-suit-mask-gloves_482257-3235.jpg",
|
|
||||||
imageAlt: "Root canal treatment",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Teeth Whitening",
|
title: "Teeth Whitening", description: "Achieve a brighter, more confident smile with our professional teeth whitening solutions.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg", imageAlt: "Teeth whitening procedure", buttonIcon: ArrowRight,
|
||||||
description: "Achieve a brighter, more confident smile with our professional teeth whitening solutions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg",
|
|
||||||
imageAlt: "Teeth whitening procedure",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Dental Veneers",
|
title: "Dental Veneers", description: "Transform your smile with custom-made veneers for a flawless appearance.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985781.jpg", imageAlt: "Dental veneers application", buttonIcon: ArrowRight,
|
||||||
description: "Transform your smile with custom-made veneers for a flawless appearance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985781.jpg",
|
|
||||||
imageAlt: "Dental veneers application",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Braces & Orthodontics",
|
title: "Braces & Orthodontics", description: "Correct misaligned teeth and bites with advanced orthodontic solutions.", imageSrc: "http://img.b2bpic.net/free-photo/funny-teenage-girl-looks-camera-demonstrates-braces-her-teeth_169016-49316.jpg", imageAlt: "Child with braces", buttonIcon: ArrowRight,
|
||||||
description: "Correct misaligned teeth and bites with advanced orthodontic solutions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-teenage-girl-looks-camera-demonstrates-braces-her-teeth_169016-49316.jpg",
|
|
||||||
imageAlt: "Child with braces",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Wisdom Tooth Removal",
|
title: "Wisdom Tooth Removal", description: "Safe and comfortable removal of problematic wisdom teeth.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19648.jpg", imageAlt: "Wisdom tooth extraction", buttonIcon: ArrowRight,
|
||||||
description: "Safe and comfortable removal of problematic wisdom teeth.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19648.jpg",
|
|
||||||
imageAlt: "Wisdom tooth extraction",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Dentures",
|
title: "Dentures", description: "Custom-fitted dentures for restoring function and aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-laughing-elderly-woman_171337-7906.jpg", imageAlt: "Dentures on display", buttonIcon: ArrowRight,
|
||||||
description: "Custom-fitted dentures for restoring function and aesthetics.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-laughing-elderly-woman_171337-7906.jpg",
|
|
||||||
imageAlt: "Dentures on display",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Children's Dentistry",
|
title: "Children's Dentistry", description: "Comprehensive dental care designed specifically for our youngest patients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107442.jpg", imageAlt: "Happy child at dentist", buttonIcon: ArrowRight,
|
||||||
description: "Comprehensive dental care designed specifically for our youngest patients.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107442.jpg",
|
|
||||||
imageAlt: "Happy child at dentist",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "General Dental Checkups",
|
title: "General Dental Checkups", description: "Regular examinations and cleanings for optimal oral health.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-s-reception_1321-4594.jpg", imageAlt: "Dental checkup with instruments", buttonIcon: ArrowRight,
|
||||||
description: "Regular examinations and cleanings for optimal oral health.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-s-reception_1321-4594.jpg",
|
|
||||||
imageAlt: "Dental checkup with instruments",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Comprehensive Dental Services"
|
title="Our Comprehensive Dental Services"
|
||||||
@@ -275,29 +176,13 @@ export default function LandingPage() {
|
|||||||
membersAnimation="slide-up"
|
membersAnimation="slide-up"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "aisha-khan",
|
id: "aisha-khan", name: "Dr. Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/nurse-hijab-portrait-hospital_23-2150780428.jpg", imageAlt: "Dr. Aisha Khan, General Dentist"},
|
||||||
name: "Dr. Aisha Khan",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-hijab-portrait-hospital_23-2150780428.jpg",
|
|
||||||
imageAlt: "Dr. Aisha Khan, General Dentist",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "omar-hassan",
|
id: "omar-hassan", name: "Dr. Omar Hassan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg", imageAlt: "Dr. Omar Hassan, Orthodontist"},
|
||||||
name: "Dr. Omar Hassan",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg",
|
|
||||||
imageAlt: "Dr. Omar Hassan, Orthodontist",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "sara-ahmed",
|
id: "sara-ahmed", name: "Dr. Sara Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-healthcare-worker-posing-white-wall_114579-64267.jpg", imageAlt: "Dr. Sara Ahmed, Pediatric Dentist"},
|
||||||
name: "Dr. Sara Ahmed",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-healthcare-worker-posing-white-wall_114579-64267.jpg",
|
|
||||||
imageAlt: "Dr. Sara Ahmed, Pediatric Dentist",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "khalid-ali",
|
id: "khalid-ali", name: "Dr. Khalid Ali", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-smiling-yellow-wall_179666-12951.jpg", imageAlt: "Dr. Khalid Ali, Oral Surgeon"},
|
||||||
name: "Dr. Khalid Ali",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-smiling-yellow-wall_179666-12951.jpg",
|
|
||||||
imageAlt: "Dr. Khalid Ali, Oral Surgeon",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
/>
|
/>
|
||||||
@@ -309,59 +194,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Exceptional Care!", quote: "The team at Family Dental Center is incredibly friendly and professional. My experience was pain-free and the results are amazing. Highly recommend!", name: "Sarah Johnson", role: "Satisfied Patient", imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg", imageAlt: "Sarah Johnson"},
|
||||||
title: "Exceptional Care!",
|
|
||||||
quote: "The team at Family Dental Center is incredibly friendly and professional. My experience was pain-free and the results are amazing. Highly recommend!",
|
|
||||||
name: "Sarah Johnson",
|
|
||||||
role: "Satisfied Patient",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg",
|
|
||||||
imageAlt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Pain-Free Root Canal", quote: "I was anxious about my root canal, but Dr. Omar made it a completely comfortable and pain-free experience. Truly expert dentists!", name: "Michael Chen", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-doctor-office-looking-camera-wearing-ppe-suit-without-face-shield-sitting-chair-waiting-room-clinic_482257-4842.jpg", imageAlt: "Michael Chen"},
|
||||||
title: "Pain-Free Root Canal",
|
|
||||||
quote: "I was anxious about my root canal, but Dr. Omar made it a completely comfortable and pain-free experience. Truly expert dentists!",
|
|
||||||
name: "Michael Chen",
|
|
||||||
role: "Patient",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-doctor-office-looking-camera-wearing-ppe-suit-without-face-shield-sitting-chair-waiting-room-clinic_482257-4842.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Kids Love Coming Here", quote: "My children actually enjoy their dental visits thanks to Dr. Sara and the amazing pediatric team. They make dentistry fun!", name: "Emily Rodriguez", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115589.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
title: "Kids Love Coming Here",
|
|
||||||
quote: "My children actually enjoy their dental visits thanks to Dr. Sara and the amazing pediatric team. They make dentistry fun!",
|
|
||||||
name: "Emily Rodriguez",
|
|
||||||
role: "Parent",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115589.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Transformed My Smile", quote: "After getting veneers, my smile has been completely transformed. The attention to detail and personalized care was outstanding.", name: "David Kim", role: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "David Kim"},
|
||||||
title: "Transformed My Smile",
|
|
||||||
quote: "After getting veneers, my smile has been completely transformed. The attention to detail and personalized care was outstanding.",
|
|
||||||
name: "David Kim",
|
|
||||||
role: "Happy Client",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
|
||||||
imageAlt: "David Kim",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Professional and Affordable", quote: "Family Dental Center offers top-notch professional care without breaking the bank. The best dental clinic in Sharjah by far!", name: "Fatima Al-Mansoori", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-with-toothache-clinic_107420-65385.jpg", imageAlt: "Fatima Al-Mansoori"},
|
||||||
title: "Professional and Affordable",
|
|
||||||
quote: "Family Dental Center offers top-notch professional care without breaking the bank. The best dental clinic in Sharjah by far!",
|
|
||||||
name: "Fatima Al-Mansoori",
|
|
||||||
role: "Local Resident",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-with-toothache-clinic_107420-65385.jpg",
|
|
||||||
imageAlt: "Fatima Al-Mansoori",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Excellent Emergency Service", quote: "I had a dental emergency and they saw me immediately. The quick and effective treatment was a huge relief. So grateful!", name: "Ali Ahmed", role: "Emergency Patient", imageSrc: "http://img.b2bpic.net/free-photo/positive-hispanic-businessman-listening-colleague_1262-17154.jpg", imageAlt: "Ali Ahmed"},
|
||||||
title: "Excellent Emergency Service",
|
|
||||||
quote: "I had a dental emergency and they saw me immediately. The quick and effective treatment was a huge relief. So grateful!",
|
|
||||||
name: "Ali Ahmed",
|
|
||||||
role: "Emergency Patient",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-hispanic-businessman-listening-colleague_1262-17154.jpg",
|
|
||||||
imageAlt: "Ali Ahmed",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Patients Say"
|
title="What Our Patients Say"
|
||||||
description="Hear from our happy patients about their experiences at Family Dental Center Sharjah. Your satisfaction is our priority!"
|
description="Hear from our happy patients about their experiences at Family Dental Center Sharjah. Your satisfaction is our priority!"
|
||||||
@@ -374,30 +217,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "cost-treatment",
|
id: "cost-treatment", title: "How much does dental treatment cost in Sharjah?", content: "The cost of dental treatment varies depending on the type of service, its complexity, and materials used. We offer transparent pricing and will provide a detailed estimate after your initial consultation. We also have various affordable treatment plans and payment options."},
|
||||||
title: "How much does dental treatment cost in Sharjah?",
|
|
||||||
content: "The cost of dental treatment varies depending on the type of service, its complexity, and materials used. We offer transparent pricing and will provide a detailed estimate after your initial consultation. We also have various affordable treatment plans and payment options.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "root-canal-pain",
|
id: "root-canal-pain", title: "Is root canal treatment painful?", content: "No, with modern dental techniques and effective local anesthesia, root canal treatment at our clinic is typically no more uncomfortable than getting a filling. We prioritize your comfort and ensure a pain-free experience."},
|
||||||
title: "Is root canal treatment painful?",
|
|
||||||
content: "No, with modern dental techniques and effective local anesthesia, root canal treatment at our clinic is typically no more uncomfortable than getting a filling. We prioritize your comfort and ensure a pain-free experience.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "dental-implants",
|
id: "dental-implants", title: "Do you offer dental implants?", content: "Yes, we specialize in advanced dental implant solutions to replace missing teeth. Dental implants provide a durable, natural-looking, and long-lasting solution for restoring your smile and oral function."},
|
||||||
title: "Do you offer dental implants?",
|
|
||||||
content: "Yes, we specialize in advanced dental implant solutions to replace missing teeth. Dental implants provide a durable, natural-looking, and long-lasting solution for restoring your smile and oral function.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "treat-children",
|
id: "treat-children", title: "Do you treat children?", content: "Absolutely! Family Dental Center is dedicated to providing comprehensive dental care for patients of all ages, including children. Our pediatric dentists create a friendly and comfortable environment for our youngest patients."},
|
||||||
title: "Do you treat children?",
|
|
||||||
content: "Absolutely! Family Dental Center is dedicated to providing comprehensive dental care for patients of all ages, including children. Our pediatric dentists create a friendly and comfortable environment for our youngest patients.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "book-appointment",
|
id: "book-appointment", title: "How can I book an appointment?", content: "Booking an appointment is easy! You can fill out our online inquiry form on the contact section below, or simply call us directly at +971 55 577 7126. Our team will assist you in scheduling your visit at your convenience."},
|
||||||
title: "How can I book an appointment?",
|
|
||||||
content: "Booking an appointment is easy! You can fill out our online inquiry form on the contact section below, or simply call us directly at +971 55 577 7126. Our team will assist you in scheduling your visit at your convenience.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to common questions about dental treatments, costs, and appointments at Family Dental Center Sharjah."
|
description="Find answers to common questions about dental treatments, costs, and appointments at Family Dental Center Sharjah."
|
||||||
@@ -409,8 +237,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Book Your Visit"
|
tag="Book Your Visit"
|
||||||
title="Schedule Your Appointment Today"
|
title="Schedule Your Appointment Today"
|
||||||
description="Easily schedule your next visit with Family Dental Center. Submit an inquiry through the form below, or contact us directly. Our team will get back to you to finalize your booking.\n\n**Family Dental Center**\nSharjah, UAE\nPhone: +971 55 577 7126"
|
description="Easily schedule your next visit with Family Dental Center. Submit an inquiry through the form below, or contact us directly. Our team will get back to you to finalize your booking.\n\n**Family Dental Center**\nSharjah, UAE\nPhone: +971 55 577 7126"
|
||||||
@@ -431,70 +258,41 @@ export default function LandingPage() {
|
|||||||
logoText="Family Dental Center"
|
logoText="Family Dental Center"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Dental Implants",
|
label: "Dental Implants", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Teeth Whitening",
|
label: "Teeth Whitening", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Braces & Orthodontics",
|
label: "Braces & Orthodontics", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Children's Dentistry",
|
label: "Children's Dentistry", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About Us",
|
title: "About Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Why Choose Us",
|
label: "Why Choose Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Dentists",
|
label: "Our Dentists", href: "#team"},
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Book Appointment",
|
label: "Book Appointment", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Call Us: +971 55 577 7126",
|
label: "Call Us: +971 55 577 7126", href: "tel:+971555777126"},
|
||||||
href: "tel:+971555777126",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Location: Sharjah, UAE",
|
label: "Location: Sharjah, UAE", href: "https://www.google.com/maps?q=Family+Dental+Center+Sharjah"},
|
||||||
href: "https://www.google.com/maps?q=Family+Dental+Center+Sharjah",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#privacy-policy"},
|
||||||
href: "#privacy-policy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms & Conditions",
|
label: "Terms & Conditions", href: "#terms-conditions"},
|
||||||
href: "#terms-conditions",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user