From fb7631c2c93fb8ece8b8fdc01ad8156f14acbd7d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:59:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9a8383..8d1231e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,7 +177,7 @@ export default function HomePage() { }, { id: "3", name: "Linda Martinez", handle: "@linda_m", testimonial: "The emergency room staff handled my situation with professionalism and empathy. The facilities are modern and clean. Highly recommended for all medical needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1" }, { id: "4", name: "Robert Williams", handle: "@robert_w", testimonial: "I've been coming here for years. The consistency of quality care, the knowledgeable staff, and the welcoming environment make this my go-to medical center.", rating: 5, @@ -189,7 +189,7 @@ export default function HomePage() { }, { id: "6", name: "James Rodriguez", handle: "@james_r", testimonial: "The tumor removal and subsequent cancer treatment at this center gave me hope and a new lease on life. The entire team is dedicated and skilled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2" } ]} showRating={true} -- 2.49.1