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}