diff --git a/src/app/page.tsx b/src/app/page.tsx index a001a44..6671747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,27 +33,17 @@ export default function LandingPage() { @@ -63,11 +53,9 @@ export default function LandingPage() { description="Unlock your peak performance with AI-driven training plans, real-time analytics, and community-based coaching. Take your fitness to the next level today." buttons={[ { - text: "Start Free Trial", - href: "#pricing", - }, + text: "Start Free Trial", href: "#pricing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/karate-player-doing-push-up_107420-65089.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/karate-player-doing-push-up_107420-65089.jpg" imageAlt="High energy fitness athlete" /> @@ -79,26 +67,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "15k+", - title: "Calories Burned", - description: "System wide total", - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163407.jpg?_wi=1", - }, + id: "m1", value: "15k+", title: "Calories Burned", description: "System wide total", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163407.jpg"}, { - id: "m2", - value: "24%", - title: "Muscle Growth", - description: "Average user gain", - imageSrc: "http://img.b2bpic.net/free-vector/bodybuilding-polygonal-infographics_1284-4867.jpg", - }, + id: "m2", value: "24%", title: "Muscle Growth", description: "Average user gain", imageSrc: "http://img.b2bpic.net/free-vector/bodybuilding-polygonal-infographics_1284-4867.jpg"}, { - id: "m3", - value: "500k", - title: "Miles Covered", - description: "Community endurance", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-application-runner-mobile-phone_329181-4392.jpg", - }, + id: "m3", value: "500k", title: "Miles Covered", description: "Community endurance", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-application-runner-mobile-phone_329181-4392.jpg"}, ]} title="Data-Driven Results" description="Track your progress with precision using our advanced performance metrics." @@ -112,28 +85,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time AI Feedback", - description: "Optimize your form with instant camera guidance.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660988.jpg", - imageAlt: "Adult training for body building", + title: "Real-time AI Feedback", description: "Optimize your form with instant camera guidance.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Community Challenges", - description: "Compete with global leaderboards and teams.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/karate-player-doing-push-up_107420-65089.jpg?_wi=2", - imageAlt: "Adult training for body building", + title: "Community Challenges", description: "Compete with global leaderboards and teams.", bentoComponent: "reveal-icon", icon: Award, }, { - title: "Dynamic Nutrition", - description: "Custom meal planning based on workout intensity.", - bentoComponent: "reveal-icon", - icon: Beef, - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163407.jpg?_wi=2", - imageAlt: "Adult training for body building", + title: "Dynamic Nutrition", description: "Custom meal planning based on workout intensity.", bentoComponent: "reveal-icon", icon: Beef, }, ]} title="Intelligence Meets Intensity" @@ -148,37 +106,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "starter", - badge: "Essential", - price: "$19/mo", - subtitle: "For early stage gains", - features: [ - "Basic Analytics", - "3 Workouts/week", - "Community Access", - ], + id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For early stage gains", features: [ + "Basic Analytics", "3 Workouts/week", "Community Access"], }, { - id: "pro", - badge: "Pro", - price: "$49/mo", - subtitle: "For elite performers", - features: [ - "AI Performance Coach", - "Advanced Nutrition", - "Unlimited Workouts", - ], + id: "pro", badge: "Pro", price: "$49/mo", subtitle: "For elite performers", features: [ + "AI Performance Coach", "Advanced Nutrition", "Unlimited Workouts"], }, { - id: "team", - badge: "Team", - price: "$99/mo", - subtitle: "Best for partnerships", - features: [ - "Coach API Access", - "Team Challenges", - "Priority Support", - ], + id: "team", badge: "Team", price: "$99/mo", subtitle: "Best for partnerships", features: [ + "Coach API Access", "Team Challenges", "Priority Support"], }, ]} title="Choose Your Path" @@ -194,20 +131,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", - name: "Marcus Thorne", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-blue-sportswear-holds-dumbbell-dark-vignette-background_613910-1364.jpg", - }, + id: "1", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-blue-sportswear-holds-dumbbell-dark-vignette-background_613910-1364.jpg"}, { - id: "2", - name: "Elena Vance", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-athlete-black-t-shirt-posing-dumbbell-studio-isolated-gray-background_613910-6608.jpg", - }, + id: "2", name: "Elena Vance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-athlete-black-t-shirt-posing-dumbbell-studio-isolated-gray-background_613910-6608.jpg"}, { - id: "3", - name: "Kai Hiroshi", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg", - }, + id: "3", name: "Kai Hiroshi", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg"}, ]} memberVariant="card" /> @@ -219,45 +147,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - title: "Changed My Life", - quote: "The AI feedback changed how I lift.", - name: "Alex R.", - role: "Crossfit Athlete", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-sporty-man-wearing-headband-wristbands-with-open-arms-isolated-white-space_141793-44920.jpg", - }, + id: "t1", title: "Changed My Life", quote: "The AI feedback changed how I lift.", name: "Alex R.", role: "Crossfit Athlete", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-sporty-man-wearing-headband-wristbands-with-open-arms-isolated-white-space_141793-44920.jpg"}, { - id: "t2", - title: "Game Changer", - quote: "I've never been stronger or faster.", - name: "Sarah J.", - role: "Marathoner", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-gym_23-2150289973.jpg", - }, + id: "t2", title: "Game Changer", quote: "I've never been stronger or faster.", name: "Sarah J.", role: "Marathoner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-gym_23-2150289973.jpg"}, { - id: "t3", - title: "Professional Grade", - quote: "It's like having a coach in my pocket.", - name: "Mike D.", - role: "Weightlifter", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-out-gym-bodybuilding_23-2149552315.jpg", - }, + id: "t3", title: "Professional Grade", quote: "It's like having a coach in my pocket.", name: "Mike D.", role: "Weightlifter", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-out-gym-bodybuilding_23-2149552315.jpg"}, { - id: "t4", - title: "Worth Every Cent", - quote: "Highly recommended for all levels.", - name: "Jessica L.", - role: "Yoga Instructor", - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-model-looks-gladfully-somewhere-has-white-teeth-healthy-skin-enjoys-recreation-time-dressed-casual-clothes-uses-modern-stereo-headphones-listening-songs-blurred_273609-54122.jpg", - }, + id: "t4", title: "Worth Every Cent", quote: "Highly recommended for all levels.", name: "Jessica L.", role: "Yoga Instructor", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-model-looks-gladfully-somewhere-has-white-teeth-healthy-skin-enjoys-recreation-time-dressed-casual-clothes-uses-modern-stereo-headphones-listening-songs-blurred_273609-54122.jpg"}, { - id: "t5", - title: "Fast Gains", - quote: "The results speak for themselves.", - name: "Tom B.", - role: "Fitness Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-message-gun_23-2149516701.jpg", - }, + id: "t5", title: "Fast Gains", quote: "The results speak for themselves.", name: "Tom B.", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-message-gun_23-2149516701.jpg"}, ]} title="Community Voices" description="Hear from those who've transformed their lives with PeakForm." @@ -270,20 +168,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do I need special equipment?", - content: "No, our programs adapt to your available gear.", - }, + id: "q1", title: "Do I need special equipment?", content: "No, our programs adapt to your available gear."}, { - id: "q2", - title: "Can I cancel anytime?", - content: "Yes, our flexible plans have no long term commitment.", - }, + id: "q2", title: "Can I cancel anytime?", content: "Yes, our flexible plans have no long term commitment."}, { - id: "q3", - title: "How does AI training work?", - content: "We analyze your movements via camera input to ensure safe and effective form.", - }, + id: "q3", title: "How does AI training work?", content: "We analyze your movements via camera input to ensure safe and effective form."}, ]} title="Common Questions" description="Get quick answers about our platform and training methods." @@ -295,14 +184,11 @@ export default function LandingPage() { @@ -313,33 +199,21 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, { items: [ { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Support", - href: "#contact", - }, + label: "Support", href: "#contact"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]}