From 60c6542725df6ccd1ba09a704ffa10287095ed64 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:13:51 +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 76a7f8a..72c2ba6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { role: "Physical Therapist", company: "Recovery Clinics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg?_wi=1", }, { id: "2", @@ -148,7 +148,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-pointing-finger-aside_1262-18709.jpg?_wi=2", }, ]} title="Real-World Outcomes" -- 2.49.1