Merge version_1 into main #2
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Life in 12 Weeks"
|
||||
description="Personal training programs designed specifically for your goals. Whether you're starting your fitness journey or taking it to the next level, our expert coaching delivers real results."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Clients Transformed" },
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
@@ -116,16 +116,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "One-on-One Coaching", description: "Personalized sessions designed specifically for your body, fitness level, and goals. Real-time form correction and motivation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg"},
|
||||
title: "One-on-One Coaching", description: "Personalized sessions designed specifically for your body, fitness level, and goals. Real-time form correction and motivation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Online Training Programs", description: "Flexible remote coaching with customized workout plans, progress tracking, and continuous support from anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-yoga-mat_23-2149249473.jpg"},
|
||||
title: "Online Training Programs", description: "Flexible remote coaching with customized workout plans, progress tracking, and continuous support from anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-yoga-mat_23-2149249473.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Nutrition Coaching", description: "Personalized meal planning and nutritional guidance integrated with your training program for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-boxes-work-concept_23-2148515921.jpg"},
|
||||
title: "Nutrition Coaching", description: "Personalized meal planning and nutritional guidance integrated with your training program for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-boxes-work-concept_23-2148515921.jpg"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Group Fitness Classes", description: "High-energy group training sessions that build community, keep you accountable, and maximize workout effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-group-young-people-doing-yoga-class_171337-13826.jpg"},
|
||||
title: "Group Fitness Classes", description: "High-energy group training sessions that build community, keep you accountable, and maximize workout effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-group-young-people-doing-yoga-class_171337-13826.jpg"
|
||||
},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -142,7 +146,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Data-Driven Progress", description: "Track your fitness journey with detailed analytics and real-time performance metrics", bentoComponent: "animated-bar-chart"},
|
||||
title: "Data-Driven Progress", description: "Track your fitness journey with detailed analytics and real-time performance metrics", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Expert Certifications", description: "NASM-PES, ACE, and ISSA certified with 10+ years of coaching experience", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Award, label: "NASM-PES", value: "Certified" },
|
||||
@@ -154,13 +159,16 @@ export default function LandingPage() {
|
||||
title: "Complete Transformation", description: "Integrated approach covering training, nutrition, mindset, and lifestyle changes", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Dumbbell,
|
||||
title: "Training", subtitle: "Strength & Cardio", detail: "Customized programs"},
|
||||
title: "Training", subtitle: "Strength & Cardio", detail: "Customized programs"
|
||||
},
|
||||
{
|
||||
icon: Apple,
|
||||
title: "Nutrition", subtitle: "Meal Planning", detail: "Personalized diet"},
|
||||
title: "Nutrition", subtitle: "Meal Planning", detail: "Personalized diet"
|
||||
},
|
||||
{
|
||||
icon: Brain,
|
||||
title: "Mindset", subtitle: "Accountability", detail: "Goal setting"},
|
||||
title: "Mindset", subtitle: "Accountability", detail: "Goal setting"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -194,7 +202,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Transform?"
|
||||
description="Join hundreds of clients who have achieved their fitness goals. Let's create your personalized transformation plan today."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg"
|
||||
imageAlt="Modern training facility"
|
||||
|
||||
Reference in New Issue
Block a user