From 3f16a0f5d439150dc52584dd101c715fda35270f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:09:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a8d40d..8e6b7f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@patient", testimonial: "The most professional and caring clinic I have ever visited. Truly compassionate staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/living-room-blurred_1203-50.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-blurred_1203-50.jpg?_wi=1", imageAlt: "medical clinic reception warm light", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@patient", testimonial: "Exceptional service and quick turnaround times. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg?_wi=1", imageAlt: "clinic interior professional consultation", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@patient", testimonial: "The atmosphere is so calming and the doctors are incredibly thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995036.jpg?_wi=1", imageAlt: "smiling patient portrait", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@patient", testimonial: "A welcoming environment with excellent medical expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-being-ill-hospital-bed_23-2149017261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-being-ill-hospital-bed_23-2149017261.jpg?_wi=1", imageAlt: "patient in recovery smiling", }, { @@ -96,11 +96,11 @@ export default function LandingPage() { handle: "@patient", testimonial: "I always feel listened to and well cared for. Best clinic in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg?_wi=1", imageAlt: "patient waving friendly portrait", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/living-room-blurred_1203-50.jpg" + imageSrc="http://img.b2bpic.net/free-photo/living-room-blurred_1203-50.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995036.jpg", @@ -169,19 +169,19 @@ export default function LandingPage() { { title: "General Consultation", description: "Comprehensive primary care for individuals and families.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg?_wi=2", imageAlt: "Consultation", }, { title: "Diagnostic Imaging", description: "State-of-the-art scans and reports for accurate assessments.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg?_wi=3", imageAlt: "Imaging", }, { title: "Wellness Programs", description: "Tailored plans for long-term health and disease prevention.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg?_wi=4", imageAlt: "Wellness", }, ]} @@ -197,17 +197,17 @@ export default function LandingPage() { { id: "1", name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995036.jpg?_wi=2", }, { id: "2", name: "Robert B.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-being-ill-hospital-bed_23-2149017261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-being-ill-hospital-bed_23-2149017261.jpg?_wi=2", }, { id: "3", name: "Sophia L.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg?_wi=2", }, { id: "4", @@ -288,7 +288,7 @@ export default function LandingPage() {