From 365a4a23457510315cafd632bb3120491cfdbbe8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:33:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13f6b59..fbf7b54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,18 +53,19 @@ 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?_wi=1"}, + 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"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg"}, ]} buttons={[ { text: "Book Heart Consultation", href: "#contact" }, { text: "Learn More", href: "#about" }, ]} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -149,11 +150,11 @@ export default function LandingPage() {