From 73d4ccc3b6c24d608802964866f503a05a8b98de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:58:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb3aeeb..e72a049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Fitness Enthusiast", testimonial: "Evan completely transformed my approach to fitness. His knowledge and personalized program got me to my goals faster than I ever thought possible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=1"}, { name: "James Cooper", handle: "Post-Injury Recovery", testimonial: "After my knee surgery, Evan guided me through rehabilitation with confidence. I'm now stronger than before my injury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=2"}, ]} buttons={[ { text: "Book Your Session", href: "contact" }, @@ -105,13 +105,13 @@ export default function LandingPage() { features={[ { id: "1", title: "One-on-One Personal Training", author: "Personalized Fitness", description: "Customized training sessions focused on building strength, endurance, and functional fitness. Every workout is designed around your specific goals and limitations.", tags: ["Fitness", "Strength", "Personal"], - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg", imageAlt: "Personal training session"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg?_wi=1", imageAlt: "Personal training session"}, { id: "2", title: "Injury Rehabilitation Programs", author: "Recovery & Healing", description: "Science-based rehabilitation protocols for post-injury recovery. Gradual progression from acute phase through return to full activity.", tags: ["Rehabilitation", "Recovery", "Medical"], - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg", imageAlt: "Rehabilitation exercise demonstration"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg?_wi=2", imageAlt: "Rehabilitation exercise demonstration"}, { id: "3", title: "Health & Wellness Coaching", author: "Lifestyle Integration", description: "Holistic approach to fitness including movement patterns, posture optimization, and sustainable lifestyle changes for long-term health.", tags: ["Wellness", "Coaching", "Lifestyle"], - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg", imageAlt: "Wellness coaching session"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg?_wi=3", imageAlt: "Wellness coaching session"}, ]} /> @@ -120,13 +120,13 @@ export default function LandingPage() {