From 17f6d819f23068f90df8b74110949818779ddbca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:16:18 +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 1c46c84..162487d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg" + imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=1" imageAlt="Professional fitness coach" mediaAnimation="slide-up" imagePosition="right" @@ -140,10 +140,10 @@ export default function LandingPage() { title: "Initial Assessment", description: "We start by understanding your fitness level, goals, and lifestyle. Our coaches perform a comprehensive evaluation to create your personalized roadmap.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Initial fitness assessment"}, { id: 2, - title: "Custom Training Plan", description: "Based on your assessment, we design a detailed workout program tailored to your specific needs, available time, and equipment access.", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Training plan development"}, + title: "Custom Training Plan", description: "Based on your assessment, we design a detailed workout program tailored to your specific needs, available time, and equipment access.", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2", imageAlt: "Training plan development"}, { id: 3, - title: "Weekly Check-ins", description: "Regular progress tracking and form feedback ensure you're on track. We adjust your program based on your advancement and feedback.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg", imageAlt: "Weekly progress check-in"}, + title: "Weekly Check-ins", description: "Regular progress tracking and form feedback ensure you're on track. We adjust your program based on your advancement and feedback.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg?_wi=1", imageAlt: "Weekly progress check-in"}, ]} animationType="slide-up" textboxLayout="default" @@ -229,7 +229,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for exclusive training tips, nutrition advice, and insider motivation. Plus, get a free consultation to discuss your fitness goals with our coaches." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg?_wi=2" imageAlt="Fitness transformation inspiration" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1