Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-03 16:40:15 +00:00

View File

@@ -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() {
<PricingCardEight
plans={[
{
id: "single-session", badge: "Getting Started", price: "$75", subtitle: "Perfect for trying 1-on-1 training", buttons: [{ text: "Book Session", href: "contact" }],
id: "single-session", badge: "Getting Started", price: "$75", subtitle: "Perfect for trying 1-on-1 training", buttons: [{ text: "Start Free Consultation", href: "contact" }],
features: [
"Single 60-minute session", "Personalized workout design", "Form coaching and corrections", "Fitness assessment included"],
"Single 60-minute session", "Personalized workout design", "Form coaching and corrections", "Fitness assessment included"
],
},
{
id: "monthly-package", badge: "Most Popular", badgeIcon: Star,
price: "$299", subtitle: "Best value for dedicated training", buttons: [{ text: "Get Started", href: "contact" }],
price: "$299", subtitle: "Best value for dedicated training", buttons: [{ text: "Start Free Consultation", href: "contact" }],
features: [
"4 one-on-one sessions per month", "Progressive program design", "Weekly check-ins and adjustments", "Nutritional guidance basics", "Direct messaging support"],
"4 one-on-one sessions per month", "Progressive program design", "Weekly check-ins and adjustments", "Nutritional guidance basics", "Direct messaging support"
],
},
{
id: "premade-programs", badge: "Self-Directed", price: "$49", subtitle: "Comprehensive digital training plans", buttons: [{ text: "Browse Programs", href: "contact" }],
id: "premade-programs", badge: "Self-Directed", price: "$49", subtitle: "Comprehensive digital training plans", buttons: [{ text: "Start Free Consultation", href: "contact" }],
features: [
"12-week structured program", "Video demonstrations included", "Customizable for your equipment", "Progress tracking worksheet", "Email support"],
"12-week structured program", "Video demonstrations included", "Customizable for your equipment", "Progress tracking worksheet", "Email support"
],
},
{
id: "athlete-program", badge: "Elite Training", price: "$499", subtitle: "Advanced performance coaching", buttons: [{ text: "Schedule Consultation", href: "contact" }],
id: "athlete-program", badge: "Elite Training", price: "$499", subtitle: "Advanced performance coaching", buttons: [{ text: "Start Free Consultation", href: "contact" }],
features: [
"8 premium 1-on-1 sessions monthly", "Sport-specific performance plan", "Video analysis of technique", "Injury prevention strategies", "Priority scheduling and support"],
"8 premium 1-on-1 sessions monthly", "Sport-specific performance plan", "Video analysis of technique", "Injury prevention strategies", "Priority scheduling and support"
],
},
]}
animationType="slide-up"
@@ -151,13 +163,17 @@ export default function LandingPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Competitive Runner", testimonial: "Working with my coach has transformed my running performance. The personalized training plan improved my 5K time by 2 minutes and eliminated my chronic knee issues. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus Johnson"},
id: "1", name: "Marcus Johnson", role: "Competitive Runner", testimonial: "Working with my coach has transformed my running performance. The personalized training plan improved my 5K time by 2 minutes and eliminated my chronic knee issues. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "Sarah Chen", role: "Busy Professional", testimonial: "I was intimidated by gyms until I started 1-on-1 training. My coach made me feel confident and supported. I've never felt stronger and the personalized approach fits my hectic schedule perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Chen"},
id: "2", name: "Sarah Chen", role: "Busy Professional", testimonial: "I was intimidated by gyms until I started 1-on-1 training. My coach made me feel confident and supported. I've never felt stronger and the personalized approach fits my hectic schedule perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Robert Williams", role: "Age 68, Longevity Focus", testimonial: "At 68, I thought my fitness days were behind me. This program has given me back my independence and confidence. I'm stronger, more balanced, and my family says I have more energy than I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-woman-bathrobe_329181-7824.jpg", imageAlt: "Robert Williams"},
id: "3", name: "Robert Williams", role: "Age 68, Longevity Focus", testimonial: "At 68, I thought my fitness days were behind me. This program has given me back my independence and confidence. I'm stronger, more balanced, and my family says I have more energy than I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-woman-bathrobe_329181-7824.jpg", imageAlt: "Robert Williams"
},
{
id: "4", name: "Jessica Martinez", role: "College Athlete", testimonial: "The athletic performance coaching helped me increase my vertical jump by 4 inches and my agility improved dramatically. My coaches noticed the difference immediately. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez"},
id: "4", name: "Jessica Martinez", role: "College Athlete", testimonial: "The athletic performance coaching helped me increase my vertical jump by 4 inches and my agility improved dramatically. My coaches noticed the difference immediately. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez"
},
]}
animationType="slide-up"
title="Client Success Stories"
@@ -174,9 +190,11 @@ export default function LandingPage() {
tag="Impact"
metrics={[
{
id: "1", value: "500+", description: "Clients trained across all ages and fitness levels, from competitive athletes to seniors seeking longevity and wellness."},
id: "1", value: "500+", description: "Clients trained across all ages and fitness levels, from competitive athletes to seniors seeking longevity and wellness."
},
{
id: "2", value: "95%", description: "Client retention and satisfaction rate. Our personalized approach ensures sustainable results and long-term partnerships."},
id: "2", value: "95%", description: "Client retention and satisfaction rate. Our personalized approach ensures sustainable results and long-term partnerships."
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -209,4 +227,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}