From 62ad11158b4c49b2abc63baf40edec8f8587fd4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:56:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e285c3..9254f6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { { icon: Zap, label: "Success Stories", value: "1,200+" }, ]} useInvertedBackground={false} + metricsAnimation="slide-up" /> @@ -122,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?_wi=1", imageAlt: "Sarah Martinez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=2", imageAlt: "James Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=3", imageAlt: "Emily Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=4", imageAlt: "Michael Thompson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"}, ]} title="Success Stories" description="Real results from real patients who trusted us with their recovery." @@ -231,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1