Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 01:53:18 +00:00

View File

@@ -11,10 +11,10 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Activity, MapPin, MessageCircle, Phone } from "lucide-react"; import { Activity, MapPin, MessageCircle, Phone } from "lucide-react";
import { useTranslation } from 'react-i18next'; // Placeholder for translation hook
export default function LandingPage() { export default function LandingPage() {
const { t } = useTranslation('common'); // Assuming 'common' namespace for all these strings
return ( return (
<ThemeProvider <ThemeProvider
@@ -34,22 +34,17 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: t('nav.home'), name: "Home", id: "/"},
id: "/"},
{ {
name: t('nav.services'), name: "Services", id: "#services"},
id: "#services"},
{ {
name: t('nav.about'), name: "About", id: "#about"},
id: "#about"},
{ {
name: t('nav.reviews'), name: "Reviews", id: "#reviews"},
id: "#reviews"},
{ {
name: t('nav.contact'), name: "Contact", id: "#contact"},
id: "#contact"},
]} ]}
brandName={t('nav.brandName')} brandName="My Family Dental"
/> />
</div> </div>
@@ -59,94 +54,61 @@ export default function LandingPage() {
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
imagePosition="right" imagePosition="right"
title={t('hero.title')} title="Your Brightest Smile Starts Here"
description={t('hero.description')} description="Experience comprehensive dental care designed for your comfort and lasting health. From routine check-ups to advanced treatments, we're dedicated to helping you achieve a confident smile."
testimonials={[ testimonials={[
{ {
name: t('hero.testimonial1.name'), name: "Sarah Johnson", handle: "@sarahj", testimonial: "The team at My Family Dental made my dental visit so comfortable and stress-free. Highly recommend their professional and caring approach!", rating: 5,
handle: t('hero.testimonial1.handle'), imageSrc: "http://img.b2bpic.net/free-photo/joyful-curly-haired-adult-woman-smiles-broadly-shows-perfect-well-cared-teeth_273609-40757.jpg", imageAlt: "Smiling woman with curly hair"},
testimonial: t('hero.testimonial1.text'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-curly-haired-adult-woman-smiles-broadly-shows-perfect-well-cared-teeth_273609-40757.jpg", imageAlt: t('hero.testimonial1.imageAlt'),
},
{ {
name: t('hero.testimonial2.name'), name: "David Lee", handle: "@davidl", testimonial: "Excellent service! My teeth have never felt cleaner. Dr. Azzoug and his staff are truly the best.", rating: 5,
handle: t('hero.testimonial2.handle'), imageSrc: "http://img.b2bpic.net/free-photo/elder-man-washing-his-teeth_23-2148201295.jpg", imageAlt: "Elder man washing his teeth"},
testimonial: t('hero.testimonial2.text'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elder-man-washing-his-teeth_23-2148201295.jpg", imageAlt: t('hero.testimonial2.imageAlt'),
},
{ {
name: t('hero.testimonial3.name'), name: "Emily White", handle: "@emilyw", testimonial: "I used to dread dental appointments, but not anymore. The clinic is modern, and the staff is incredibly friendly.", rating: 5,
handle: t('hero.testimonial3.handle'), imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Dentist treating boy's teeth"},
testimonial: t('hero.testimonial3.text'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: t('hero.testimonial3.imageAlt'),
},
{ {
name: t('hero.testimonial4.name'), name: "Michael Brown", handle: "@michaelb", testimonial: "Top-notch dental care! They explain everything clearly and ensure you're at ease throughout the process.", rating: 5,
handle: t('hero.testimonial4.handle'), imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-proud-her-toothbrush_23-2148277950.jpg", imageAlt: "Smiley mature woman with toothbrush"},
testimonial: t('hero.testimonial4.text'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-proud-her-toothbrush_23-2148277950.jpg", imageAlt: t('hero.testimonial4.imageAlt'),
},
{ {
name: t('hero.testimonial5.name'), name: "Jessica Green", handle: "@jessicag", testimonial: "My Family Dental transformed my smile. I'm so grateful for their expertise and dedication. A truly amazing team!", rating: 5,
handle: t('hero.testimonial5.handle'), imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiles-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg", imageAlt: "Positive bearded male doctor smiling"},
testimonial: t('hero.testimonial5.text'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiling-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg", imageAlt: t('hero.testimonial5.imageAlt'),
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
buttons={[ buttons={[
{ {
text: t('hero.button1.text'), text: "Call Us Now", href: "tel:+21344926028"},
href: "tel:+21344926028"},
{ {
text: t('hero.button2.text'), text: "WhatsApp Us", href: "https://wa.me/21344926028"},
href: "https://wa.me/21344926028"},
{ {
text: t('hero.button3.text'), text: "Book an Appointment", href: "#contact"},
href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-hospital-cabinet-with-nobody-it_482257-10435.jpg" imageSrc="http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-hospital-cabinet-with-nobody-it_482257-10435.jpg"
imageAlt={t('hero.imageAlt')} imageAlt="Empty dental clinic with equipment"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-female-patient-waiting-have-dental-procedure-dentist_23-2148985766.jpg", alt: t('hero.avatar1.alt'), src: "http://img.b2bpic.net/free-photo/young-female-patient-waiting-have-dental-procedure-dentist_23-2148985766.jpg", alt: "Young female patient"},
},
{ {
src: "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg", alt: t('hero.avatar2.alt'), src: "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg", alt: "Optimistic European male"},
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-197939.jpg", alt: t('hero.avatar3.alt'), src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-197939.jpg", alt: "Beautiful happy woman"},
},
{ {
src: "http://img.b2bpic.net/free-photo/view-from-side-happy-girl-sitting-dentist-office_651396-1709.jpg", alt: t('hero.avatar4.alt'), src: "http://img.b2bpic.net/free-photo/view-from-side-happy-girl-sitting-dentist-office_651396-1709.jpg", alt: "Happy girl at dentist office"},
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: t('hero.avatar5.alt'), src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Beautiful Afro-American woman"},
},
]} ]}
avatarText={t('hero.avatarText')} avatarText="Trusted by 100+ Happy Patients"
marqueeItems={[ marqueeItems={[
{ {
type: "text", text: t('hero.marquee1'), type: "text", text: "Advanced Dental Technology"},
},
{ {
type: "text", text: t('hero.marquee2'), type: "text", text: "Experienced & Caring Dentists"},
},
{ {
type: "text", text: t('hero.marquee3'), type: "text", text: "Painless & Comfortable Treatments"},
},
{ {
type: "text", text: t('hero.marquee4'), type: "text", text: "Personalized Care Plans"},
},
{ {
type: "text", text: t('hero.marquee5'), type: "text", text: "Award-Winning Service"},
},
]} ]}
/> />
</div> </div>
@@ -158,45 +120,25 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "em1", title: t('emergency.feature1.title'), id: "em1", title: "24/7 Emergency Dental Care", author: "Urgent Situations", description: "Accidents happen. We're here for you whenever you need immediate dental assistance, day or night.", tags: [
author: t('emergency.feature1.author'), "Immediate Care", "Pain Relief"],
description: t('emergency.feature1.description'), imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-denstist-wearing-mask_23-2149164278.jpg", imageAlt: "Dentist wearing mask"},
tags: [
t('emergency.feature1.tag1'),
t('emergency.feature1.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-denstist-wearing-mask_23-2149164278.jpg", imageAlt: t('emergency.feature1.imageAlt'),
},
{ {
id: "em2", title: t('emergency.feature2.title'), id: "em2", title: "Toothache Relief", author: "Sudden Pain", description: "Don't suffer in silence. Our experts can quickly diagnose and treat the cause of your toothache.", tags: [
author: t('emergency.feature2.author'), "Fast Diagnosis", "Effective Treatment"],
description: t('emergency.feature2.description'), imageSrc: "http://img.b2bpic.net/free-photo/ouch-my-throat-displeased-unhappy-goodlooking-adult-blonde-girl-with-short-haircut-clenching-teeth_1258-253287.jpg", imageAlt: "Unhappy girl with toothache"},
tags: [
t('emergency.feature2.tag1'),
t('emergency.feature2.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-photo/ouch-my-throat-displeased-unhappy-goodlooking-adult-blonde-girl-with-short-haircut-clenching-teeth_1258-253287.jpg", imageAlt: t('emergency.feature2.imageAlt'),
},
{ {
id: "em3", title: t('emergency.feature3.title'), id: "em3", title: "Broken Tooth Repair", author: "Dental Trauma", description: "From chips to fractures, we offer swift and effective solutions to restore your smile and prevent further damage.", tags: [
author: t('emergency.feature3.author'), "Restorative Dentistry", "Aesthetic Repair"],
description: t('emergency.feature3.description'), imageSrc: "http://img.b2bpic.net/free-vector/dental-problems-design_1212-606.jpg", imageAlt: "Dental problems design"},
tags: [
t('emergency.feature3.tag1'),
t('emergency.feature3.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-vector/dental-problems-design_1212-606.jpg", imageAlt: t('emergency.feature3.imageAlt'),
},
]} ]}
title={t('emergency.title')} title="Dental Emergencies? We're Here For You."
description={t('emergency.description')} description="Unexpected dental issues can be painful and stressful. Our dedicated emergency team is ready to provide immediate care and relief when you need it most."
buttons={[ buttons={[
{ {
text: t('emergency.button1.text'), text: "Call Emergency Line", href: "tel:+21344926028"},
href: "tel:+21344926028"},
{ {
text: t('emergency.button2.text'), text: "WhatsApp Emergency", href: "https://wa.me/21344926028"},
href: "https://wa.me/21344926028"},
]} ]}
/> />
</div> </div>
@@ -208,81 +150,45 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "s1", title: t('services.feature1.title'), id: "s1", title: "General Dentistry", author: "Regular Check-ups", description: "Maintaining optimal oral health with routine examinations, cleanings, and preventative care for the whole family.", tags: [
author: t('services.feature1.author'), "Check-ups", "Cleanings"],
description: t('services.feature1.description'), imageSrc: "http://img.b2bpic.net/free-vector/dentistry-treatment-teeth-healthcare-tools_24877-55021.jpg", imageAlt: "Dental treatment tools"},
tags: [
t('services.feature1.tag1'),
t('services.feature1.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-vector/dentistry-treatment-teeth-healthcare-tools_24877-55021.jpg", imageAlt: t('services.feature1.imageAlt'),
},
{ {
id: "s2", title: t('services.feature2.title'), id: "s2", title: "Cosmetic Dentistry", author: "Enhance Your Smile", description: "Transform your smile with veneers, teeth whitening, and bonding services for a confident, radiant look.", tags: [
author: t('services.feature2.author'), "Whitening", "Veneers"],
description: t('services.feature2.description'), imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-hlding-palms-together-leaning-head-palms-wants-sleep-standing-pink-wall_141793-47756.jpg", imageAlt: "Young woman doctor"},
tags: [
t('services.feature2.tag1'),
t('services.feature2.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-hlding-palms-together-leaning-head-palms-wants-sleep-standing-pink-wall_141793-47756.jpg", imageAlt: t('services.feature2.imageAlt'),
},
{ {
id: "s3", title: t('services.feature3.title'), id: "s3", title: "Orthodontics", author: "Straighten Your Teeth", description: "Achieve perfectly aligned teeth with our advanced orthodontic solutions, including braces and clear aligners.", tags: [
author: t('services.feature3.author'), "Braces", "Aligners"],
description: t('services.feature3.description'), imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-6133.jpg", imageAlt: "Dentist hands working with patient"},
tags: [
t('services.feature3.tag1'),
t('services.feature3.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-6133.jpg", imageAlt: t('services.feature3.imageAlt'),
},
{ {
id: "s4", title: t('services.feature4.title'), id: "s4", title: "Pediatric Dentistry", author: "Kids Dental Care", description: "Gentle and friendly dental care for children, focusing on healthy habits and positive dental experiences.", tags: [
author: t('services.feature4.author'), "Child-Friendly", "Preventative"],
description: t('services.feature4.description'), imageSrc: "http://img.b2bpic.net/free-photo/woman-keeps-hands-cheeks-smiles-broadly-with-white-teeth-dressed-casually-isolated-purple-people-happy-emotions-face-expressions-concept_273609-56498.jpg", imageAlt: "Woman with white teeth"},
tags: [
t('services.feature4.tag1'),
t('services.feature4.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-keeps-hands-cheeks-smiles-broadly-with-white-teeth-dressed-casually-isolated-purple-people-happy-emotions-face-expressions-concept_273609-56498.jpg", imageAlt: t('services.feature4.imageAlt'),
},
{ {
id: "s5", title: t('services.feature5.title'), id: "s5", title: "Periodontics", author: "Gum Health", description: "Specialized care for gum diseases, ensuring the foundation of your smile remains strong and healthy.", tags: [
author: t('services.feature5.author'), "Gum Treatment", "Deep Cleaning"],
description: t('services.feature5.description'), imageSrc: "http://img.b2bpic.net/free-photo/woman-shows-peace-sign-eye-winks-smiles-wears-casual-blue-t-shirt-isolated-white-demonstrates-victory-gesture-enjoys-life-body-language-concept_273609-56072.jpg", imageAlt: "Woman smiles with peace sign"},
tags: [
t('services.feature5.tag1'),
t('services.feature5.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-shows-peace-sign-eye-winks-smiles-wears-casual-blue-t-shirt-isolated-white-demonstrates-victory-gesture-enjoys-life-body-language-concept_273609-56072.jpg", imageAlt: t('services.feature5.imageAlt'),
},
{ {
id: "s6", title: t('services.feature6.title'), id: "s6", title: "Dental Implants", author: "Permanent Solutions", description: "Replace missing teeth with durable and natural-looking dental implants, restoring function and aesthetics.", tags: [
author: t('services.feature6.author'), "Tooth Replacement", "Long-Lasting"],
description: t('services.feature6.description'), imageSrc: "http://img.b2bpic.net/free-vector/structure-dental-implant-white-background_1308-92990.jpg", imageAlt: "Structure of dental implant"},
tags: [
t('services.feature6.tag1'),
t('services.feature6.tag2'),
],
imageSrc: "http://img.b2bpic.net/free-vector/structure-dental-implant-white-background_1308-92990.jpg", imageAlt: t('services.feature6.imageAlt'),
},
]} ]}
title={t('services.title')} title="Our Comprehensive Dental Services"
description={t('services.description')} description="We offer a full spectrum of dental services to meet all your oral health needs, ensuring a beautiful and healthy smile for life."
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <TestimonialAboutCard
useInvertedBackground={true} useInvertedBackground={true}
tag={t('about.tag')} tag="Our Philosophy"
title={t('about.title')} title="A Legacy of Trust and Care"
description={t('about.description')} description="At My Family Dental, we believe in a patient-first approach, combining state-of-the-art technology with compassionate care to deliver exceptional dental experiences."
subdescription={t('about.subdescription')} subdescription="Our mission is to foster lasting relationships with our patients by prioritizing their comfort, understanding their unique needs, and empowering them with the knowledge to maintain optimal oral health."
icon={Activity} icon={Activity}
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg" imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg"
imageAlt={t('about.imageAlt')} imageAlt="Doctor talking with patient"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -294,61 +200,34 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "rev1", name: t('reviews.testimonial1.name'), id: "rev1", name: "Aisha Khan", role: "Marketing Manager", company: "TechSolutions", rating: 5,
role: t('reviews.testimonial1.role'), imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", imageAlt: "Dentist showing dental jaw"},
company: t('reviews.testimonial1.company'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", imageAlt: t('reviews.testimonial1.imageAlt'),
},
{ {
id: "rev2", name: t('reviews.testimonial2.name'), id: "rev2", name: "Ben Carter", role: "Software Engineer", company: "InnovateX", rating: 5,
role: t('reviews.testimonial2.role'), imageSrc: "http://img.b2bpic.net/free-photo/i-got-covid-19-vaccine-smiling-bearded-elderly-man-shows-shoulder-with-band-aid-after-vaccinating_273609-52650.jpg", imageAlt: "Elderly man with band-aid on shoulder"},
company: t('reviews.testimonial2.company'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/i-got-covid-19-vaccine-smiling-bearded-elderly-man-shows-shoulder-with-band-aid-after-vaccinating_273609-52650.jpg", imageAlt: t('reviews.testimonial2.imageAlt'),
},
{ {
id: "rev3", name: t('reviews.testimonial3.name'), id: "rev3", name: "Chloe Davis", role: "Graphic Designer", company: "CreativeHub", rating: 5,
role: t('reviews.testimonial3.role'), imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224181.jpg", imageAlt: "Doctor doing their work"},
company: t('reviews.testimonial3.company'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224181.jpg", imageAlt: t('reviews.testimonial3.imageAlt'),
},
{ {
id: "rev4", name: t('reviews.testimonial4.name'), id: "rev4", name: "Daniel Wilson", role: "Finance Analyst", company: "GlobalInvest", rating: 5,
role: t('reviews.testimonial4.role'), imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-laughing-elderly-woman_171337-7906.jpg", imageAlt: "Laughing elderly woman"},
company: t('reviews.testimonial4.company'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-laughing-elderly-woman_171337-7906.jpg", imageAlt: t('reviews.testimonial4.imageAlt'),
},
{ {
id: "rev5", name: t('reviews.testimonial5.name'), id: "rev5", name: "Ella Martinez", role: "Project Manager", company: "SynergyCorp", rating: 5,
role: t('reviews.testimonial5.role'), imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-taking-selfie-with-patient_23-2148396143.jpg", imageAlt: "Happy dentist taking selfie with patient"},
company: t('reviews.testimonial5.company'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-taking-selfie-with-patient_23-2148396143.jpg", imageAlt: t('reviews.testimonial5.imageAlt'),
},
{ {
id: "rev6", name: t('reviews.testimonial6.name'), id: "rev6", name: "Frank Miller", role: "Consultant", company: "StrategicGrowth", rating: 5,
role: t('reviews.testimonial6.role'), imageSrc: "http://img.b2bpic.net/free-photo/woman-patient-sitting-dentist-chair-while-her-doctor-preparing-syringe-injection_613910-17766.jpg", imageAlt: "Woman patient sitting in dentist chair"},
company: t('reviews.testimonial6.company'),
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-patient-sitting-dentist-chair-while-her-doctor-preparing-syringe-injection_613910-17766.jpg", imageAlt: t('reviews.testimonial6.imageAlt'),
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "5.0", label: t('reviews.kpi1.label'), value: "5.0", label: "Average Rating"},
},
{ {
value: "10+", label: t('reviews.kpi2.label'), value: "10+", label: "Years of Experience"},
},
{ {
value: "100s", label: t('reviews.kpi3.label'), value: "100s", label: "Happy Patients"},
},
]} ]}
title={t('reviews.title')} title="What Our Patients Say"
description={t('reviews.description')} description="Our commitment to excellence is reflected in the smiles and positive feedback of our valued patients. Read their stories and see why they trust us with their dental health."
/> />
</div> </div>
@@ -357,16 +236,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
t('socialProof.name1'), "Dental Health Alliance", "Smile Foundation", "Oral Care Network", "Healthy Teeth Project", "Bright Smiles Initiative", "National Dental Association", "Community Oral Health"]}
t('socialProof.name2'), title="Trusted by Leading Health Organizations"
t('socialProof.name3'), description="Our commitment to quality dental care has earned us recognition and partnerships with prominent health organizations and initiatives, ensuring we meet the highest standards."
t('socialProof.name4'),
t('socialProof.name5'),
t('socialProof.name6'),
t('socialProof.name7'),
]}
title={t('socialProof.title')}
description={t('socialProof.description')}
speed={40} speed={40}
/> />
</div> </div>
@@ -376,32 +248,29 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
tag={t('contact.tag')} tag="Get in Touch"
title={t('contact.title')} title="Schedule Your Visit Today"
description={t('contact.description')} description="Ready to experience exceptional dental care? Contact us to book your appointment or to learn more about our services. Our friendly team is here to assist you."
inputPlaceholder={t('contact.inputPlaceholder')} inputPlaceholder="Enter your email"
buttonText={t('contact.buttonText')} buttonText="Send Message"
termsText={t('contact.termsText')} termsText="By submitting this form, you agree to our Terms and Conditions."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText={t('footer.logoText')} logoText="My Family Dental"
copyrightText={t('footer.copyrightText')} copyrightText="© 2025 My Family Dental. All rights reserved."
socialLinks={[ socialLinks={[
{ {
icon: Phone, icon: Phone,
href: "tel:+21344926028", ariaLabel: t('footer.socialLink1.ariaLabel'), href: "tel:+21344926028", ariaLabel: "Call us"},
},
{ {
icon: MessageCircle, icon: MessageCircle,
href: "https://wa.me/21344926028", ariaLabel: t('footer.socialLink2.ariaLabel'), href: "https://wa.me/21344926028", ariaLabel: "WhatsApp us"},
},
{ {
icon: MapPin, icon: MapPin,
href: "https://www.google.com/maps/search/My+Family+Dental+Dr+AZZOUG+P9JC%2B5FW%E2%80%8E%2C+%E2%80%8F%D8%B9%D8%B2%D8%A7%D8%B2%D9%82%D8%A9", ariaLabel: t('footer.socialLink3.ariaLabel'), href: "https://www.google.com/maps/search/My+Family+Dental+Dr+AZZOUG+P9JC%2B5FW%E2%80%8E%2C+%E2%80%8F%D8%B9%D8%B2%D8%A7%D8%B2%D9%82%D8%A9", ariaLabel: "Find us on map"},
},
]} ]}
/> />
</div> </div>