From 16b7de0cbe2a9a09ac59ad4eb91dccfabb65ae67 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:32:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02048fc..13f6b59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { testimonials={[ { name: "Maria Chen", handle: "Patient, Heart Wellness Program", testimonial: "The counseling transformed my understanding of cardiac health. I feel empowered and supported.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-doctor-wearing-white-coat-stethoscope-looking-confident-with-smile-face-isolated-green-background_141793-12601.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-doctor-wearing-white-coat-stethoscope-looking-confident-with-smile-face-isolated-green-background_141793-12601.jpg?_wi=1"}, { name: "James Rodriguez", handle: "Patient, Brain Health Program", testimonial: "Exceptional expertise combined with genuine care. Highly recommended for neurological wellness.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg?_wi=1"}, { name: "Sarah Mitchell", handle: "Patient, Cardiac Counseling", testimonial: "This service gave me the tools and confidence to manage my heart health effectively.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg?_wi=1"}, ]} buttons={[ { text: "Book Heart Consultation", href: "#contact" }, @@ -149,11 +149,11 @@ export default function LandingPage() {