From a1a30c13ab7452f26bd3749d1954b2de2323825d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:10:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88be29b..9af4e5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Modern dental office" }, { - imageSrc: "http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg", imageAlt: "Professional dental practice" + imageSrc: "http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg?_wi=1", imageAlt: "Professional dental practice" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg", imageAlt: "Dental care services" @@ -129,16 +129,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Verified Patient", testimonial: "Dr. Smith and the team made my root canal painless. Professional, kind, and thorough. I recommend SmileCare to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "Verified Patient", testimonial: "Dr. Smith and the team made my root canal painless. Professional, kind, and thorough. I recommend SmileCare to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Verified Patient", testimonial: "Best dental experience I've had. The staff is friendly and the facilities are immaculate. Highly recommended for anyone needing quality care.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Verified Patient", testimonial: "Best dental experience I've had. The staff is friendly and the facilities are immaculate. Highly recommended for anyone needing quality care.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "Verified Patient", testimonial: "My teeth whitening results were amazing! The procedure was quick and comfortable. The team really cares about their patients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "Verified Patient", testimonial: "My teeth whitening results were amazing! The procedure was quick and comfortable. The team really cares about their patients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "Verified Patient", testimonial: "I was nervous about my implant procedure, but everyone made me feel at ease. Five stars for professionalism and compassion.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "Verified Patient", testimonial: "I was nervous about my implant procedure, but everyone made me feel at ease. Five stars for professionalism and compassion.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "David Kim" }, { id: "5", name: "Jennifer Lee", handle: "Verified Patient", testimonial: "Dr. Smith explained every step of my treatment. Very attentive and caring. This is where I bring my whole family.", icon: Star @@ -182,7 +182,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg?_wi=2" imageAlt="FAQ dental information" mediaPosition="left" faqs={[ -- 2.49.1