From 8c80013dd857de18c58604f3affe0f281d135145 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:34:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 462c56f..a6a3043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1234567890" }, { text: "Book Appointment", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg?_wi=1" imageAlt="Modern medical clinic reception" mediaAnimation="slide-up" /> @@ -93,7 +93,7 @@ export default function LandingPage() { id: "5", title: "Minor Procedures", content: "Safe, sterile environment for minor medical procedures including wound care, suturing, and other in-clinic treatments."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg?_wi=2" imageAlt="Medical services and treatment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -145,11 +145,11 @@ export default function LandingPage() { { id: "1", name: "Maria Rodriguez", role: "Parent", testimonial: "The doctors truly care about your family's health. They take time to answer questions and make you feel heard. My kids actually look forward to their checkups now!", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Maria Rodriguez"}, + "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, { id: "2", name: "Robert Williams", role: "Retired", testimonial: "After 60 years, I finally found a clinic that treats me with respect and listens to my concerns. Excellent care and very reasonable prices. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", imageAlt: "Robert Williams"}, + "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg?_wi=1", imageAlt: "Robert Williams"}, { id: "3", name: "Emily Zhang", role: "Working Mother", testimonial: "Same-day appointments are a lifesaver! The staff is friendly, the wait is short, and the quality of care is outstanding. This is our family clinic for life.", imageSrc: @@ -161,11 +161,11 @@ export default function LandingPage() { { id: "5", name: "Linda Chen", role: "Homemaker", testimonial: "Dr. Mitchell is wonderful with children and explains everything clearly. The entire team goes above and beyond. We feel so lucky to have found them.", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Linda Chen"}, + "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=2", imageAlt: "Linda Chen"}, { id: "6", name: "Michael Brown", role: "Community Member", testimonial: "Affordable healthcare without compromising on quality. Every visit, I'm reminded why this clinic has been serving our community for 25 years.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", imageAlt: "Michael Brown"}, + "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg?_wi=2", imageAlt: "Michael Brown"}, ]} animationType="slide-up" textboxLayout="default" @@ -206,7 +206,7 @@ export default function LandingPage() {