diff --git a/src/app/page.tsx b/src/app/page.tsx index 45d4867..239187c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Professional Cleaning", description: "Regular cleanings to maintain optimal oral health and prevent gum disease", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-toothbrush-while-brushing-teeth-bathroom_637285-10364.jpg", imageAlt: "Professional teeth cleaning procedure" + title: "Professional Cleaning", description: "Regular cleanings to maintain optimal oral health and prevent gum disease", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-toothbrush-while-brushing-teeth-bathroom_637285-10364.jpg?_wi=1", imageAlt: "Professional teeth cleaning procedure" }, { id: 2, @@ -75,7 +75,7 @@ export default function LandingPage() { }, { id: 4, - title: "Preventive Care", description: "Comprehensive checkups and prevention strategies to keep your teeth healthy for life", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-toothbrush-while-brushing-teeth-bathroom_637285-10364.jpg", imageAlt: "Preventive dental examination" + title: "Preventive Care", description: "Comprehensive checkups and prevention strategies to keep your teeth healthy for life", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-toothbrush-while-brushing-teeth-bathroom_637285-10364.jpg?_wi=2", imageAlt: "Preventive dental examination" } ]} /> @@ -131,7 +131,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Jennifer Adams", role: "Marketing Manager", testimonial: "The entire team made me feel comfortable and cared for. My teeth look amazing after the whitening treatment!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Portrait of Jennifer Adams", icon: Smile + id: "1", name: "Jennifer Adams", role: "Marketing Manager", testimonial: "The entire team made me feel comfortable and cared for. My teeth look amazing after the whitening treatment!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Portrait of Jennifer Adams", icon: Smile }, { id: "2", name: "Michael Torres", role: "Business Owner", testimonial: "Excellent service and professionalism. Dr. Sarah explained everything clearly and made me feel at ease.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Portrait of Michael Torres", icon: Smile @@ -140,7 +140,7 @@ export default function LandingPage() { id: "3", name: "Emma Watson", role: "Teacher", testimonial: "After getting braces from Dr. Chen, my smile is perfect! Highly recommend SmileCare Dental to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Portrait of Emma Watson", icon: Smile }, { - id: "4", name: "David Park", role: "Software Developer", testimonial: "Best dental experience I've had. The hygienist Lisa was thorough and very knowledgeable about oral health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Portrait of David Park", icon: Smile + id: "4", name: "David Park", role: "Software Developer", testimonial: "Best dental experience I've had. The hygienist Lisa was thorough and very knowledgeable about oral health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Portrait of David Park", icon: Smile } ]} />