From 45ee61156fdce36266b068ed3e47dc1766c5c5e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:15:30 +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 865bd13..1105f05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg", imageAlt: "Modern clinic interior" + imageSrc: "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=1", imageAlt: "Modern clinic interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/old-physician-listens-man-clinic_482257-119511.jpg", imageAlt: "Patient consultation with healthcare professional" @@ -102,7 +102,7 @@ export default function LandingPage() { description="Patient satisfaction and positive health outcomes are at the heart of everything we do." subdescription="Established 2010 • 500+ Patient Reviews • 4.9/5 Rating" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=2" imageAlt="State-of-the-art medical facilities" mediaAnimation="slide-up" useInvertedBackground={true} @@ -138,10 +138,10 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Patient since 2019", testimonial: "The entire team is incredibly professional and caring. Dr. Martinez took time to explain my condition and options. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "Patient since 2019", testimonial: "The entire team is incredibly professional and caring. Dr. Martinez took time to explain my condition and options. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Patient since 2021", testimonial: "Best healthcare experience I've had. The staff is friendly, the facility is clean, and the wait times are minimal. Very impressed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Patient since 2021", testimonial: "Best healthcare experience I've had. The staff is friendly, the facility is clean, and the wait times are minimal. Very impressed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "Patient since 2020", testimonial: "I trust the clinic completely. They really listen to your concerns and provide personalized care. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/happy-male-doctor-shaking-hands-with-senior-man-who-came-medical-appointment-with-his-wife_637285-1501.jpg", imageAlt: "Emily Rodriguez" @@ -150,10 +150,10 @@ export default function LandingPage() { id: "4", name: "David Thompson", handle: "Patient since 2018", testimonial: "Outstanding service from check-in to treatment. The doctors are knowledgeable and compassionate. I bring my whole family here.", imageSrc: "http://img.b2bpic.net/free-photo/happy-male-doctor-visiting-senior-patients-home-going-through-medical-documents_637285-1356.jpg", imageAlt: "David Thompson" }, { - id: "5", name: "Jessica Martinez", handle: "Patient since 2022", testimonial: "The clinic made my healthcare journey so much easier. Efficient, friendly, and professional. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", handle: "Patient since 2022", testimonial: "The clinic made my healthcare journey so much easier. Efficient, friendly, and professional. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=3", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Robert Kim", handle: "Patient since 2021", testimonial: "Excellent medical care combined with genuine compassion. The team goes above and beyond for patient wellbeing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", imageAlt: "Robert Kim" + id: "6", name: "Robert Kim", handle: "Patient since 2021", testimonial: "Excellent medical care combined with genuine compassion. The team goes above and beyond for patient wellbeing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=4", imageAlt: "Robert Kim" } ]} animationType="slide-up" -- 2.49.1