diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f04f67..fe11ca4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,36 +71,44 @@ export default function LandingPage() { title: "1-on-1 Personal Training", description: "Customized workouts designed specifically for your body, goals, and experience level. Real-time coaching and form correction for maximum results.", icon: Dumbbell, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", imageAlt: "One-on-one training session"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", imageAlt: "One-on-one training session" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=2", imageAlt: "Professional coaching environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=2", imageAlt: "Professional coaching environment" + }, ], }, { title: "Premade Training Programs", description: "Structured, progressive programs for strength, endurance, flexibility, and wellness. Perfect for those who prefer structured guidance and tracking.", icon: FileText, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=1", imageAlt: "Training program templates"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=1", imageAlt: "Training program templates" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", imageAlt: "Workout tracking and progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", imageAlt: "Workout tracking and progress" + }, ], }, { title: "Athletic Performance Training", description: "Sport-specific coaching designed to enhance athletic performance, increase speed, power, and agility. Ideal for competitive athletes of all levels.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-27141.jpg", imageAlt: "Athlete training techniques"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-27141.jpg", imageAlt: "Athlete training techniques" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=2", imageAlt: "Performance metrics and tracking"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=2", imageAlt: "Performance metrics and tracking" + }, ], }, { title: "Senior Fitness & Longevity", description: "Gentle, effective training focused on mobility, strength, balance, and functional fitness. Build strength and independence while reducing fall risk.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/group-middle-age-people-training-using-fit-ball-with-personal-trainer-sport-center_839833-32821.jpg", imageAlt: "Senior fitness training"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-middle-age-people-training-using-fit-ball-with-personal-trainer-sport-center_839833-32821.jpg", imageAlt: "Senior fitness training" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=3", imageAlt: "Longevity-focused exercises"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=3", imageAlt: "Longevity-focused exercises" + }, ], }, ]} @@ -117,25 +125,29 @@ export default function LandingPage() { ); -} +} \ No newline at end of file