Update src/app/page.tsx

This commit is contained in:
2026-06-11 01:53:15 +00:00
parent bd7bedb593
commit 6a2faa1897

View File

@@ -11,10 +11,10 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Activity, MapPin, MessageCircle, Phone } from "lucide-react";
import { useTranslation } from 'react-i18next'; // Placeholder for translation hook
export default function LandingPage() {
const { t } = useTranslation('common'); // Assuming 'common' namespace for all these strings
return (
<ThemeProvider
@@ -34,22 +34,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: t('nav.home'),
id: "/"},
name: "Home", id: "/"},
{
name: t('nav.services'),
id: "#services"},
name: "Services", id: "#services"},
{
name: t('nav.about'),
id: "#about"},
name: "About", id: "#about"},
{
name: t('nav.reviews'),
id: "#reviews"},
name: "Reviews", id: "#reviews"},
{
name: t('nav.contact'),
id: "#contact"},
name: "Contact", id: "#contact"},
]}
brandName={t('nav.brandName')}
brandName="My Family Dental"
/>
</div>
@@ -59,94 +54,61 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
imagePosition="right"
title={t('hero.title')}
description={t('hero.description')}
title="Your Brightest Smile Starts Here"
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={[
{
name: t('hero.testimonial1.name'),
handle: t('hero.testimonial1.handle'),
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: "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,
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"},
{
name: t('hero.testimonial2.name'),
handle: t('hero.testimonial2.handle'),
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: "David Lee", handle: "@davidl", testimonial: "Excellent service! My teeth have never felt cleaner. Dr. Azzoug and his staff are truly the best.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elder-man-washing-his-teeth_23-2148201295.jpg", imageAlt: "Elder man washing his teeth"},
{
name: t('hero.testimonial3.name'),
handle: t('hero.testimonial3.handle'),
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: "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,
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"},
{
name: t('hero.testimonial4.name'),
handle: t('hero.testimonial4.handle'),
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: "Michael Brown", handle: "@michaelb", testimonial: "Top-notch dental care! They explain everything clearly and ensure you're at ease throughout the process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-proud-her-toothbrush_23-2148277950.jpg", imageAlt: "Smiley mature woman with toothbrush"},
{
name: t('hero.testimonial5.name'),
handle: t('hero.testimonial5.handle'),
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'),
},
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,
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"},
]}
testimonialRotationInterval={5000}
buttons={[
{
text: t('hero.button1.text'),
href: "tel:+21344926028"},
text: "Call Us Now", href: "tel:+21344926028"},
{
text: t('hero.button2.text'),
href: "https://wa.me/21344926028"},
text: "WhatsApp Us", href: "https://wa.me/21344926028"},
{
text: t('hero.button3.text'),
href: "#contact"},
text: "Book an Appointment", href: "#contact"},
]}
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"
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={[
{
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>
@@ -158,45 +120,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "em1", title: t('emergency.feature1.title'),
author: t('emergency.feature1.author'),
description: t('emergency.feature1.description'),
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: "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: [
"Immediate Care", "Pain Relief"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-denstist-wearing-mask_23-2149164278.jpg", imageAlt: "Dentist wearing mask"},
{
id: "em2", title: t('emergency.feature2.title'),
author: t('emergency.feature2.author'),
description: t('emergency.feature2.description'),
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: "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: [
"Fast Diagnosis", "Effective Treatment"],
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"},
{
id: "em3", title: t('emergency.feature3.title'),
author: t('emergency.feature3.author'),
description: t('emergency.feature3.description'),
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'),
},
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: [
"Restorative Dentistry", "Aesthetic Repair"],
imageSrc: "http://img.b2bpic.net/free-vector/dental-problems-design_1212-606.jpg", imageAlt: "Dental problems design"},
]}
title={t('emergency.title')}
description={t('emergency.description')}
title="Dental Emergencies? We're Here For You."
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={[
{
text: t('emergency.button1.text'),
href: "tel:+21344926028"},
text: "Call Emergency Line", href: "tel:+21344926028"},
{
text: t('emergency.button2.text'),
href: "https://wa.me/21344926028"},
text: "WhatsApp Emergency", href: "https://wa.me/21344926028"},
]}
/>
</div>
@@ -208,81 +150,45 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1", title: t('services.feature1.title'),
author: t('services.feature1.author'),
description: t('services.feature1.description'),
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: "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: [
"Check-ups", "Cleanings"],
imageSrc: "http://img.b2bpic.net/free-vector/dentistry-treatment-teeth-healthcare-tools_24877-55021.jpg", imageAlt: "Dental treatment tools"},
{
id: "s2", title: t('services.feature2.title'),
author: t('services.feature2.author'),
description: t('services.feature2.description'),
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: "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: [
"Whitening", "Veneers"],
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"},
{
id: "s3", title: t('services.feature3.title'),
author: t('services.feature3.author'),
description: t('services.feature3.description'),
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: "s3", title: "Orthodontics", author: "Straighten Your Teeth", description: "Achieve perfectly aligned teeth with our advanced orthodontic solutions, including braces and clear aligners.", tags: [
"Braces", "Aligners"],
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"},
{
id: "s4", title: t('services.feature4.title'),
author: t('services.feature4.author'),
description: t('services.feature4.description'),
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: "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: [
"Child-Friendly", "Preventative"],
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"},
{
id: "s5", title: t('services.feature5.title'),
author: t('services.feature5.author'),
description: t('services.feature5.description'),
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: "s5", title: "Periodontics", author: "Gum Health", description: "Specialized care for gum diseases, ensuring the foundation of your smile remains strong and healthy.", tags: [
"Gum Treatment", "Deep Cleaning"],
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"},
{
id: "s6", title: t('services.feature6.title'),
author: t('services.feature6.author'),
description: t('services.feature6.description'),
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'),
},
id: "s6", title: "Dental Implants", author: "Permanent Solutions", description: "Replace missing teeth with durable and natural-looking dental implants, restoring function and aesthetics.", tags: [
"Tooth Replacement", "Long-Lasting"],
imageSrc: "http://img.b2bpic.net/free-vector/structure-dental-implant-white-background_1308-92990.jpg", imageAlt: "Structure of dental implant"},
]}
title={t('services.title')}
description={t('services.description')}
title="Our Comprehensive Dental Services"
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 id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag={t('about.tag')}
title={t('about.title')}
description={t('about.description')}
subdescription={t('about.subdescription')}
tag="Our Philosophy"
title="A Legacy of Trust and Care"
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="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}
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"
/>
</div>
@@ -294,61 +200,34 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "rev1", name: t('reviews.testimonial1.name'),
role: t('reviews.testimonial1.role'),
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: "rev1", name: "Aisha Khan", role: "Marketing Manager", company: "TechSolutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", imageAlt: "Dentist showing dental jaw"},
{
id: "rev2", name: t('reviews.testimonial2.name'),
role: t('reviews.testimonial2.role'),
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: "rev2", name: "Ben Carter", role: "Software Engineer", company: "InnovateX", 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: "Elderly man with band-aid on shoulder"},
{
id: "rev3", name: t('reviews.testimonial3.name'),
role: t('reviews.testimonial3.role'),
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: "rev3", name: "Chloe Davis", role: "Graphic Designer", company: "CreativeHub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224181.jpg", imageAlt: "Doctor doing their work"},
{
id: "rev4", name: t('reviews.testimonial4.name'),
role: t('reviews.testimonial4.role'),
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: "rev4", name: "Daniel Wilson", role: "Finance Analyst", company: "GlobalInvest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-laughing-elderly-woman_171337-7906.jpg", imageAlt: "Laughing elderly woman"},
{
id: "rev5", name: t('reviews.testimonial5.name'),
role: t('reviews.testimonial5.role'),
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: "rev5", name: "Ella Martinez", role: "Project Manager", company: "SynergyCorp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-taking-selfie-with-patient_23-2148396143.jpg", imageAlt: "Happy dentist taking selfie with patient"},
{
id: "rev6", name: t('reviews.testimonial6.name'),
role: t('reviews.testimonial6.role'),
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'),
},
id: "rev6", name: "Frank Miller", role: "Consultant", company: "StrategicGrowth", rating: 5,
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"},
]}
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')}
description={t('reviews.description')}
title="What Our Patients Say"
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>
@@ -357,16 +236,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
t('socialProof.name1'),
t('socialProof.name2'),
t('socialProof.name3'),
t('socialProof.name4'),
t('socialProof.name5'),
t('socialProof.name6'),
t('socialProof.name7'),
]}
title={t('socialProof.title')}
description={t('socialProof.description')}
"Dental Health Alliance", "Smile Foundation", "Oral Care Network", "Healthy Teeth Project", "Bright Smiles Initiative", "National Dental Association", "Community Oral Health"]}
title="Trusted by Leading Health Organizations"
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."
speed={40}
/>
</div>
@@ -376,32 +248,29 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
tag={t('contact.tag')}
title={t('contact.title')}
description={t('contact.description')}
inputPlaceholder={t('contact.inputPlaceholder')}
buttonText={t('contact.buttonText')}
termsText={t('contact.termsText')}
tag="Get in Touch"
title="Schedule Your Visit Today"
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="Enter your email"
buttonText="Send Message"
termsText="By submitting this form, you agree to our Terms and Conditions."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText={t('footer.logoText')}
copyrightText={t('footer.copyrightText')}
logoText="My Family Dental"
copyrightText="© 2025 My Family Dental. All rights reserved."
socialLinks={[
{
icon: Phone,
href: "tel:+21344926028", ariaLabel: t('footer.socialLink1.ariaLabel'),
},
href: "tel:+21344926028", ariaLabel: "Call us"},
{
icon: MessageCircle,
href: "https://wa.me/21344926028", ariaLabel: t('footer.socialLink2.ariaLabel'),
},
href: "https://wa.me/21344926028", ariaLabel: "WhatsApp us"},
{
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>