From 32be2c0fa69fe84e361764e350dc449e885a17a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:57:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9254f6f..564c41d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,19 +123,19 @@ export default function LandingPage() { { id: "1", title: "Back to Running", quote: "After my ACL injury, I thought my athletic career was over. The team at TherapyFlow not only helped me recover but got me back to running marathons within 6 months.", name: "Sarah Martinez", role: "Marathon Runner", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Martinez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Martinez"}, { id: "2", title: "Professional Performance", quote: "As a professional athlete, downtime isn't an option. TherapyFlow's intensive rehabilitation program got me back on the field faster than expected.", name: "James Chen", role: "Professional Soccer Player", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"}, { id: "3", title: "Life-Changing Care", quote: "The personalized attention and expertise made all the difference. I regained mobility and confidence I thought I'd lost forever.", name: "Emily Rodriguez", role: "Fitness Enthusiast", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { id: "4", title: "Beyond Expectations", quote: "Professional, compassionate, and results-driven. TherapyFlow exceeded every expectation I had for my recovery.", name: "Michael Thompson", role: "Corporate Executive", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson"}, ]} title="Success Stories" description="Real results from real patients who trusted us with their recovery." -- 2.49.1