diff --git a/src/app/page.tsx b/src/app/page.tsx index 2abfa4a..503730a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { { icon: Target, label: "Transformation Stories", value: "2,500+" }, { icon: Trophy, label: "Fitness Awards", value: "12" } ]} + metricsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -78,29 +79,29 @@ export default function LandingPage() { { title: "Strength Training", description: "Progressive resistance programs tailored to your fitness level and goals.", icon: Dumbbell, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=1", imageAlt: "Strength training equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=2", imageAlt: "Weightlifting technique" } + { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Strength training equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Weightlifting technique" } ] }, { title: "Cardio & Endurance", description: "Build stamina and cardiovascular health with high-intensity interval training.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=1", imageAlt: "Cardio training session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=2", imageAlt: "Endurance workout" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Cardio training session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Endurance workout" } ] }, { title: "Personal Coaching", description: "One-on-one guidance from certified trainers who understand your unique fitness journey.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=1", imageAlt: "Personal training session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2", imageAlt: "Coach guidance" } + { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Personal training session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Coach guidance" } ] }, { title: "Nutrition Planning", description: "Customized meal plans and nutritional guidance to fuel your fitness goals.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=1", imageAlt: "Healthy nutrition meal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=2", imageAlt: "Diet planning" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg", imageAlt: "Healthy nutrition meal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg", imageAlt: "Diet planning" } ] } ]} @@ -118,6 +119,7 @@ export default function LandingPage() { { id: "1", value: "95%", description: "Of our members see measurable fitness improvements within 12 weeks of dedicated training." }, { id: "2", value: "40+", description: "Group classes and specialized programs offered weekly to keep your routine fresh and engaging." } ]} + metricsAnimation="blur-reveal" useInvertedBackground={false} />