Merge version_1 into main #2
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Transform Your Body, Elevate Your Life"
|
||||
description="Expert personal coaching tailored to your fitness goals. Whether you're starting your fitness journey or pushing toward peak performance, our certified coaches deliver results."
|
||||
kpis={[
|
||||
@@ -81,7 +81,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="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -140,10 +140,10 @@ export default function LandingPage() {
|
||||
title: "Initial Assessment", description: "We start by understanding your fitness level, goals, and lifestyle. Our coaches perform a comprehensive evaluation to create your personalized roadmap.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Initial fitness assessment"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Custom Training Plan", description: "Based on your assessment, we design a detailed workout program tailored to your specific needs, available time, and equipment access.", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2", imageAlt: "Training plan development"},
|
||||
title: "Custom Training Plan", description: "Based on your assessment, we design a detailed workout program tailored to your specific needs, available time, and equipment access.", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Training plan development"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Weekly Check-ins", description: "Regular progress tracking and form feedback ensure you're on track. We adjust your program based on your advancement and feedback.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg?_wi=1", imageAlt: "Weekly progress check-in"},
|
||||
title: "Weekly Check-ins", description: "Regular progress tracking and form feedback ensure you're on track. We adjust your program based on your advancement and feedback.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg", imageAlt: "Weekly progress check-in"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -182,15 +182,12 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "24/7 Support", description: "Chat with your coaches anytime for form checks, motivation, and guidance.", bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
title: "24/7 Support", description: "Chat with your coaches anytime for form checks, motivation, and guidance.", bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [
|
||||
{
|
||||
userMessage: "Is my form correct on this exercise?", aiResponse: "Send a video and I'll provide detailed feedback on your technique!"},
|
||||
{
|
||||
userMessage: "I'm struggling with motivation today.", aiResponse: "Remember your goals! Let's break today's workout into manageable parts."},
|
||||
],
|
||||
placeholder: "Ask your coach anything..."},
|
||||
], placeholder: "Ask your coach anything..."},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
animationType="blur-reveal"
|
||||
@@ -232,7 +229,7 @@ export default function LandingPage() {
|
||||
description="Subscribe to our newsletter for exclusive training tips, nutrition advice, and insider motivation. Plus, get a free consultation to discuss your fitness goals with our coaches."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg"
|
||||
imageAlt="Fitness transformation inspiration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user