diff --git a/src/app/page.tsx b/src/app/page.tsx index eca1e3d..26acc62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,6 @@ export default function FitCoachPage() { 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/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=1", imageAlt: "Cardio training" } ] }, @@ -106,9 +103,6 @@ export default function FitCoachPage() { 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/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=2", imageAlt: "Strength building" } ] }, @@ -117,9 +111,6 @@ export default function FitCoachPage() { 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/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=1", imageAlt: "Wellness approach" } ] }, @@ -128,9 +119,6 @@ export default function FitCoachPage() { 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/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=2", imageAlt: "Recovery nutrition" } ] }