From 1af5725b3b9040e5a3eeb4c82897657be06f2fd0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:08:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39e1dfc..b00140f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,35 +71,35 @@ export default function LandingPage() { handle: "@patient", testimonial: "Exceptional care and very welcoming staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg?_wi=1", }, { name: "Bob R.", handle: "@patient", testimonial: "I felt heard and taken care of immediately.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-injection-patient_1170-2124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-injection-patient_1170-2124.jpg?_wi=1", }, { name: "Carol D.", handle: "@patient", testimonial: "The best clinic I've ever visited.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-side-view_23-2149732513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-side-view_23-2149732513.jpg?_wi=1", }, { name: "David L.", handle: "@patient", testimonial: "Professional and compassionate team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14781.jpg?_wi=1", }, { name: "Eve W.", handle: "@patient", testimonial: "Highly recommended for all ages.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2149042144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2149042144.jpg?_wi=1", }, ]} buttons={[ @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "I felt very comfortable from the moment I entered.", name: "Alice M.", role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg?_wi=2", }, { id: "2", @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "The team is knowledgeable and kind.", name: "Bob R.", role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-injection-patient_1170-2124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-injection-patient_1170-2124.jpg?_wi=2", }, { id: "3", @@ -232,7 +232,7 @@ export default function LandingPage() { quote: "They really care about their patients.", name: "Carol D.", role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-side-view_23-2149732513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-side-view_23-2149732513.jpg?_wi=2", }, { id: "4", @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "Highly recommend their wellness programs.", name: "David L.", role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14781.jpg?_wi=2", }, { id: "5", @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "Best doctors in the area, hands down.", name: "Eve W.", role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2149042144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2149042144.jpg?_wi=2", }, ]} title="Patient Success Stories" -- 2.49.1