diff --git a/src/app/page.tsx b/src/app/page.tsx index fbf7b54..d712a11 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" }, @@ -150,11 +150,11 @@ export default function LandingPage() {