From 5799a9617e16423069b0d075256b1f926bc9ea19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:14:46 +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 0014dfc..6379eac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,11 +87,11 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Dr. Sarah Jenkins", role: "Physical Therapist", company: "Recovery Clinics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg" }, + { id: "1", name: "Dr. Sarah Jenkins", role: "Physical Therapist", company: "Recovery Clinics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg?_wi=1" }, { id: "2", name: "Robert Miller", role: "Patient", company: "Independence Patient", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-looking-camera-while-standing-corridor-hospital-team-doctors-is-background_637285-729.jpg" }, { id: "3", name: "Linda Chen", role: "Caregiver", company: "Family Care", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-near-window_23-2148253970.jpg" }, { id: "4", name: "James Wilson", role: "Patient", company: "Recovery Journey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-nutrition-diet_23-2149297627.jpg" }, - { id: "5", name: "Elena Rodriguez", role: "Functional Health Coach", company: "Wellness Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg" } + { id: "5", name: "Elena Rodriguez", role: "Functional Health Coach", company: "Wellness Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg?_wi=2" } ]} title="Real-World Outcomes" description="Trust the results validated by science and clinical practice." -- 2.49.1