Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:11:34 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your Personal Transformation Starts Here"
description="Expert coaching, proven results, and lasting change. Join hundreds of clients who've achieved their fitness goals with personalized training programs and dedicated support."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
kpis={[
{ value: "500+", label: "Clients Transformed" },
{ value: "95%", label: "Success Rate" },
@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg"
imageAlt="Professional fitness coach"
mediaAnimation="opacity"
imagePosition="right"
@@ -109,16 +109,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Personalized Training Programs", description: "Custom workout plans tailored to your fitness level, goals, and lifestyle. Progressive overload ensures continuous improvement and prevents plateaus.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-doing-excercisses-gym-with-personal-male-trainer_1157-51781.jpg", imageAlt: "Personal training session"},
title: "Personalized Training Programs", description: "Custom workout plans tailored to your fitness level, goals, and lifestyle. Progressive overload ensures continuous improvement and prevents plateaus.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-doing-excercisses-gym-with-personal-male-trainer_1157-51781.jpg", imageAlt: "Personal training session"
},
{
id: 2,
title: "Nutrition & Meal Planning", description: "Expert nutrition guidance and meal plans that complement your training. Sustainable eating habits that support your transformation and long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg", imageAlt: "Nutrition planning session"},
title: "Nutrition & Meal Planning", description: "Expert nutrition guidance and meal plans that complement your training. Sustainable eating habits that support your transformation and long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg", imageAlt: "Nutrition planning session"
},
{
id: 3,
title: "Accountability & Tracking", description: "Regular check-ins, progress tracking, and adjustment of programs based on your results. Stay motivated with weekly feedback and data-driven insights.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150228932.jpg", imageAlt: "Progress tracking dashboard"},
title: "Accountability & Tracking", description: "Regular check-ins, progress tracking, and adjustment of programs based on your results. Stay motivated with weekly feedback and data-driven insights.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150228932.jpg", imageAlt: "Progress tracking dashboard"
},
{
id: 4,
title: "Community Support", description: "Join a supportive community of like-minded individuals on their fitness journey. Group challenges, shared wins, and mutual encouragement keep you motivated.", imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg", imageAlt: "Community group training"},
title: "Community Support", description: "Join a supportive community of like-minded individuals on their fitness journey. Group challenges, shared wins, and mutual encouragement keep you motivated.", imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg", imageAlt: "Community group training"
},
]}
title="What Sets Us Apart"
description="Comprehensive coaching that goes beyond basic training to transform your entire fitness lifestyle"
@@ -152,7 +156,7 @@ export default function LandingPage() {
],
},
{
title: "Weekly Touchpoints", description: "Flexible coaching delivered through video calls and app-based tracking", bentoComponent: "3d-task-list", title: "Weekly Touchpoints", items: [
title: "Weekly Touchpoints", description: "Flexible coaching delivered through video calls and app-based tracking", bentoComponent: "3d-task-list", items: [
{ icon: Calendar, label: "Workout", time: "Monday" },
{ icon: MessageSquare, label: "Check-in", time: "Thursday" },
{ icon: BarChart3, label: "Review", time: "Sunday" },
@@ -199,7 +203,7 @@ export default function LandingPage() {
description="Subscribe to our newsletter for exclusive fitness tips, success stories, and special offers to help you reach your goals."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg"
imageAlt="Fitness motivation"
mediaAnimation="opacity"
mediaPosition="right"