From 2ae813765ae4574b6eb1bf5803b0d99add8e48a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:51:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42ac9ef..bc0c02a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,22 +159,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", handle: "@jmitchell92", testimonial: "HealthHub transformed my approach to fitness and nutrition. I've lost 30 pounds and feel more energized than ever. The personalized coaching is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "James Mitchell"}, { id: "2", name: "David Chen", handle: "@davidchen_wellness", testimonial: "The mental wellness features have been a game-changer for my stress management. Combined with the fitness tracking, I've never felt more balanced and healthy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "David Chen"}, { id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_fit", testimonial: "Professional coaching at a fraction of the cost of personal trainers. The meal plans are perfectly tailored to my goals, and the results speak for themselves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Michael Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Michael Rodriguez"}, { id: "4", name: "Christopher Williams", handle: "@cwilliams_health", testimonial: "I've tried countless fitness apps, but HealthHub is the first one that genuinely understands holistic wellness. Everything works together seamlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Christopher Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "Christopher Williams"}, { id: "5", name: "Robert Thompson", handle: "@rthompson_wellness", testimonial: "The biohacking protocols in the Elite plan helped me optimize my sleep and recovery. My performance metrics have never been better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Robert Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Robert Thompson"}, { id: "6", name: "Kevin Park", handle: "@kpark_fitness", testimonial: "Finally, a comprehensive platform that combines fitness, nutrition, and mental health in one place. The 24/7 support is an amazing bonus.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Kevin Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "Kevin Park"}, ]} /> -- 2.49.1