Merge version_1 into main #1
@@ -91,10 +91,10 @@ 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", 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"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg", imageAlt: "Cardio training"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=1", imageAlt: "Cardio training"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -102,10 +102,10 @@ 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", imageAlt: "Cardio workout"
|
||||
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", imageAlt: "Strength building"
|
||||
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"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -113,10 +113,10 @@ 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", imageAlt: "Nutrition planning"
|
||||
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", imageAlt: "Wellness approach"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=1", imageAlt: "Wellness approach"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -124,10 +124,10 @@ 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", 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"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg", imageAlt: "Recovery nutrition"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=2", imageAlt: "Recovery nutrition"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -145,7 +145,7 @@ export default function FitCoachPage() {
|
||||
tag="Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Starter", price: "$99", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg", imageAlt: "Starter plan", button: {
|
||||
id: "starter", title: "Starter", price: "$99", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=3", imageAlt: "Starter plan", button: {
|
||||
text: "Start Free Trial", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
@@ -153,7 +153,7 @@ export default function FitCoachPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional", title: "Professional", price: "$199", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg", imageAlt: "Professional plan", button: {
|
||||
id: "professional", title: "Professional", price: "$199", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=3", imageAlt: "Professional plan", button: {
|
||||
text: "Start Free Trial", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
@@ -161,7 +161,7 @@ export default function FitCoachPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "elite", title: "Elite", price: "$299", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg", imageAlt: "Elite plan", button: {
|
||||
id: "elite", title: "Elite", price: "$299", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=3", imageAlt: "Elite plan", button: {
|
||||
text: "Start Free Trial", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
@@ -199,10 +199,10 @@ export default function FitCoachPage() {
|
||||
tag="Team"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Head Coach", imageSrc: "https://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "1", name: "Marcus Johnson", role: "Head Coach", imageSrc: "https://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Williams", role: "Nutrition Expert", imageSrc: "https://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Sarah Williams"
|
||||
id: "2", name: "Sarah Williams", role: "Nutrition Expert", imageSrc: "https://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Chen", role: "Strength Coach", imageSrc: "https://img.b2bpic.net/free-photo/waiter-looking-sportswoman-woman_1262-702.jpg", imageAlt: "James Chen"
|
||||
|
||||
Reference in New Issue
Block a user