Merge version_1 into main #1
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Body, Transform Your Life"
|
||||
description="Expert personal coaching designed to help you achieve lasting fitness results. We combine proven training methods with personalized nutrition guidance to get you where you want to be."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Clients Transformed" },
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
@@ -159,15 +159,12 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Performance Analytics", description: "Track every metric that matters to your fitness journey", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "24/7 Accountability", description: "Stay connected with your coach through our integrated messaging platform", bentoComponent: "chat", aiIcon: MessageSquare,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
title: "24/7 Accountability", description: "Stay connected with your coach through our integrated messaging platform", bentoComponent: "chat", aiIcon: MessageSquare, userIcon: User, exchanges: [
|
||||
{
|
||||
userMessage: "Completed my morning workout - feeling strong!", aiResponse: "Excellent work! That consistency is exactly what drives results. How did the intensity feel?"},
|
||||
{
|
||||
userMessage: "The new routine is challenging but doable", aiResponse: "Perfect! That's the sweet spot. Push-back means growth. Let's check in tomorrow on your recovery."},
|
||||
],
|
||||
placeholder: "Message your coach..."},
|
||||
], placeholder: "Message your coach..."},
|
||||
{
|
||||
title: "Success Timeline", description: "Map your journey from start to transformation", bentoComponent: "timeline", heading: "Your Fitness Journey", subheading: "Milestone-based progression", items: [
|
||||
{
|
||||
@@ -176,11 +173,9 @@ export default function LandingPage() {
|
||||
label: "Weeks 5-8", detail: "Increased strength and endurance gains"},
|
||||
{
|
||||
label: "Weeks 9-12", detail: "Visible transformation and confidence boost"},
|
||||
],
|
||||
completedLabel: "Completed"},
|
||||
], completedLabel: "Completed"},
|
||||
{
|
||||
title: "Integration Network", description: "Connect all your fitness tools in one place", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
title: "Integration Network", description: "Connect all your fitness tools in one place", bentoComponent: "orbiting-icons", centerIcon: Zap, items: [
|
||||
{ icon: Watch, ring: 1 },
|
||||
{ icon: Heart, ring: 1 },
|
||||
{ icon: Smartphone, ring: 2 },
|
||||
@@ -219,7 +214,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Begin Your Transformation Today"
|
||||
description="Join hundreds of satisfied clients who have achieved their fitness goals with our personalized coaching. Limited spots available for new clients each month."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg"
|
||||
imageAlt="Start your fitness journey"
|
||||
|
||||
Reference in New Issue
Block a user