From d16ac030de36a7c98c18858883743ec104d9cd44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:55:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26acc62..b9c265f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,6 +93,9 @@ export default function FitCoachPage() { { title: "Strength Training", description: "Build muscle and increase power with scientifically-designed resistance programs. Our coaches guide proper form and progressive overload.", icon: Dumbbell, mediaItems: [ + { + imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1", imageAlt: "Strength training session" + }, { imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1", imageAlt: "Strength training session" } @@ -101,6 +104,9 @@ export default function FitCoachPage() { { title: "Cardio & Endurance", description: "Improve cardiovascular health and stamina through customized cardio programs. From HIIT to steady-state training, we optimize your workouts.", icon: Heart, mediaItems: [ + { + imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=2", imageAlt: "Cardio workout" + }, { imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=2", imageAlt: "Cardio workout" } @@ -109,6 +115,9 @@ export default function FitCoachPage() { { title: "Nutrition Coaching", description: "Fuel your body right with personalized nutrition plans. Our coaches help you make sustainable dietary changes that support your fitness goals.", icon: Apple, mediaItems: [ + { + imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition planning" + }, { imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition planning" } @@ -117,6 +126,9 @@ export default function FitCoachPage() { { title: "Flexibility & Recovery", description: "Enhance mobility and prevent injury with targeted stretching and recovery protocols. A well-rounded fitness approach includes proper recovery.", icon: Zap, mediaItems: [ + { + imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Flexibility training" + }, { imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Flexibility training" } -- 2.49.1