1 Commits

Author SHA1 Message Date
c29e23a154 Update src/app/page.tsx 2026-04-27 07:21:51 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Analytics", name: "Analytics", id: "analytics"},
id: "analytics",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
]} ]}
brandName="LiftTrack" brandName="LiftTrack"
/> />
@@ -56,36 +48,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Track Every Rep. Reach New Heights." title="Track Every Rep. Reach New Heights."
description="Unlock your true potential with LiftTrack, the smartest gym companion to monitor your progress, analyze performance, and smash your personal records daily." description="Unlock your true potential with LiftTrack, the smartest gym companion to monitor your progress, analyze performance, and smash your personal records daily."
tag="Elevate Your Fitness Journey" tag="Elevate Your Fitness Journey"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg", imageAlt: "Progress Tracking Dashboard"},
imageAlt: "Progress Tracking Dashboard",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-stretching_23-2148267182.jpg", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-stretching_23-2148267182.jpg", imageAlt: "Dynamic Workout Session"},
imageAlt: "Dynamic Workout Session",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/tablet-amidst-training-supplies_23-2147750793.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tablet-amidst-training-supplies_23-2147750793.jpg", imageAlt: "Fitness Lifestyle Tracker"},
imageAlt: "Fitness Lifestyle Tracker",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328075.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328075.jpg", imageAlt: "Analytics Detailed View"},
imageAlt: "Analytics Detailed View",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/sportive-woman-dark-neon-lights_23-2147752852.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sportive-woman-dark-neon-lights_23-2147752852.jpg", imageAlt: "Equipment Performance"},
imageAlt: "Equipment Performance",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-sneakers-bottles_23-2147750800.jpg", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-sneakers-bottles_23-2147750800.jpg", imageAlt: "Smart Metrics"},
imageAlt: "Smart Metrics",
},
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -98,29 +77,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Real-time Metrics", descriptions: [
title: "Real-time Metrics", "View your progress in real-time with our intuitive charts and data visualizations."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4886.jpg"},
"View your progress in real-time with our intuitive charts and data visualizations.",
],
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4886.jpg",
},
{ {
id: "f2", id: "f2", title: "Biometric Tracking", descriptions: [
title: "Biometric Tracking", "Monitor your body health stats, sleep quality, and heart rate trends effortlessly."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163353.jpg"},
"Monitor your body health stats, sleep quality, and heart rate trends effortlessly.",
],
imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163353.jpg",
},
{ {
id: "f3", id: "f3", title: "Smart Scheduling", descriptions: [
title: "Smart Scheduling", "Organize your gym routine with automated reminders and workout plans that adapt to your progress."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/balance-diet-fitness-healthy-food-life-concept_53876-148102.jpg"},
"Organize your gym routine with automated reminders and workout plans that adapt to your progress.",
],
imageSrc: "http://img.b2bpic.net/free-photo/balance-diet-fitness-healthy-food-life-concept_53876-148102.jpg",
},
]} ]}
title="Smart Tracking Features" title="Smart Tracking Features"
description="Everything you need to stay organized, motivated, and ahead of the curve." description="Everything you need to stay organized, motivated, and ahead of the curve."
@@ -135,25 +102,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "1.2M", title: "Weight Lifted", description: "Total lbs lifted across all users", icon: Zap,
value: "1.2M",
title: "Weight Lifted",
description: "Total lbs lifted across all users",
icon: Zap,
}, },
{ {
id: "m2", id: "m2", value: "450K", title: "Workouts", description: "Total completed workout sessions", icon: TrendingUp,
value: "450K",
title: "Workouts",
description: "Total completed workout sessions",
icon: TrendingUp,
}, },
{ {
id: "m3", id: "m3", value: "89%", title: "Goal Success", description: "Percentage of goals achieved monthly", icon: Activity,
value: "89%",
title: "Goal Success",
description: "Percentage of goals achieved monthly",
icon: Activity,
}, },
]} ]}
title="Performance Analytics" title="Performance Analytics"
@@ -169,59 +124,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "LiftGear", name: "Coaching Plan", price: "$19/mo", rating: 5,
brand: "LiftGear", reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sporty-woman-holding-smartphone_23-2149168699.jpg"},
name: "Coaching Plan",
price: "$19/mo",
rating: 5,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sporty-woman-holding-smartphone_23-2149168699.jpg",
},
{ {
id: "p2", id: "p2", brand: "LiftGear", name: "Essential Bundle", price: "$89", rating: 5,
brand: "LiftGear", reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275210.jpg"},
name: "Essential Bundle",
price: "$89",
rating: 5,
reviewCount: "850",
imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275210.jpg",
},
{ {
id: "p3", id: "p3", brand: "LiftGear", name: "Recovery Supplement", price: "$45", rating: 4,
brand: "LiftGear", reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/protein-powder_187299-45848.jpg"},
name: "Recovery Supplement",
price: "$45",
rating: 4,
reviewCount: "420",
imageSrc: "http://img.b2bpic.net/free-photo/protein-powder_187299-45848.jpg",
},
{ {
id: "p4", id: "p4", brand: "LiftGear", name: "Fitness Tracker", price: "$129", rating: 5,
brand: "LiftGear", reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-activewear-checks-results-fitness-training-wears-wireless-headphones-around-neck-poses-blurred_273609-54100.jpg"},
name: "Fitness Tracker",
price: "$129",
rating: 5,
reviewCount: "2.1k",
imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-activewear-checks-results-fitness-training-wears-wireless-headphones-around-neck-poses-blurred_273609-54100.jpg",
},
{ {
id: "p5", id: "p5", brand: "LiftGear", name: "Hydration Pro", price: "$25", rating: 4,
brand: "LiftGear", reviewCount: "670", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-near-lake_23-2148259506.jpg"},
name: "Hydration Pro",
price: "$25",
rating: 4,
reviewCount: "670",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-near-lake_23-2148259506.jpg",
},
{ {
id: "p6", id: "p6", brand: "LiftGear", name: "Resistance Bands", price: "$30", rating: 5,
brand: "LiftGear", reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essentials-arrangement_23-2149442696.jpg"},
name: "Resistance Bands",
price: "$30",
rating: 5,
reviewCount: "340",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essentials-arrangement_23-2149442696.jpg",
},
]} ]}
title="Gear Up for Success" title="Gear Up for Success"
description="Premium equipment designed to take your training to the next level." description="Premium equipment designed to take your training to the next level."
@@ -236,45 +155,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alex R.", role: "Crossfit Athlete", company: "FitLife", rating: 5,
name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-athletic-woman-warming-up-while-exercising-living-room_637285-6208.jpg"},
role: "Crossfit Athlete",
company: "FitLife",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-athletic-woman-warming-up-while-exercising-living-room_637285-6208.jpg",
},
{ {
id: "t2", id: "t2", name: "Maria K.", role: "Marathon Runner", company: "Speedsters", rating: 5,
name: "Maria K.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg"},
role: "Marathon Runner",
company: "Speedsters",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg",
},
{ {
id: "t3", id: "t3", name: "John D.", role: "Powerlifter", company: "StrongestMe", rating: 5,
name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-smiling-confident-standing-orange-wall_141793-50007.jpg"},
role: "Powerlifter",
company: "StrongestMe",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-smiling-confident-standing-orange-wall_141793-50007.jpg",
},
{ {
id: "t4", id: "t4", name: "Elena S.", role: "Gym Manager", company: "IronHouse", rating: 5,
name: "Elena S.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-sportsman-with-dumbbells-confidently-looking-away-working-out-city-stadium_574295-3138.jpg"},
role: "Gym Manager",
company: "IronHouse",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-sportsman-with-dumbbells-confidently-looking-away-working-out-city-stadium_574295-3138.jpg",
},
{ {
id: "t5", id: "t5", name: "Mike B.", role: "Fitness Coach", company: "BodyTransform", rating: 5,
name: "Mike B.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg"},
role: "Fitness Coach",
company: "BodyTransform",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg",
},
]} ]}
title="Success Stories" title="Success Stories"
description="See how LiftTrack users are transforming their fitness journeys daily." description="See how LiftTrack users are transforming their fitness journeys daily."
@@ -285,22 +179,18 @@ export default function LandingPage() {
<FaqDouble <FaqDouble
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{
text: "View Pricing", href: "#pricing"
}
]}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How do I sync my wearable?", content: "Our app connects automatically via Bluetooth to most smart devices, just go to your settings and click sync."},
title: "How do I sync my wearable?",
content: "Our app connects automatically via Bluetooth to most smart devices, just go to your settings and click sync.",
},
{ {
id: "q2", id: "q2", title: "Can I share my progress?", content: "Absolutely, use our social sharing features to push your stats directly to Instagram or Twitter."},
title: "Can I share my progress?",
content: "Absolutely, use our social sharing features to push your stats directly to Instagram or Twitter.",
},
{ {
id: "q3", id: "q3", title: "Is there a free trial?", content: "Yes, start your 14-day free trial today to experience all premium tracking features."},
title: "Is there a free trial?",
content: "Yes, start your 14-day free trial today to experience all premium tracking features.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions about getting started? We've got answers." description="Have questions about getting started? We've got answers."
@@ -317,35 +207,11 @@ export default function LandingPage() {
description="Expert tips and research to help you get the most out of every training session." description="Expert tips and research to help you get the most out of every training session."
blogs={[ blogs={[
{ {
id: "b1", id: "b1", category: "Nutrition", title: "Pre-Workout Fueling", excerpt: "The science behind eating right for intensity.", imageSrc: "http://img.b2bpic.net/free-photo/herbal-salad-with-green-beans_140725-3771.jpg", authorName: "Dr. Fitness", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32128.jpg", date: "Jan 12, 2025"},
category: "Nutrition",
title: "Pre-Workout Fueling",
excerpt: "The science behind eating right for intensity.",
imageSrc: "http://img.b2bpic.net/free-photo/herbal-salad-with-green-beans_140725-3771.jpg",
authorName: "Dr. Fitness",
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32128.jpg",
date: "Jan 12, 2025",
},
{ {
id: "b2", id: "b2", category: "Training", title: "The Strength Basics", excerpt: "Focusing on form over heavy ego-lifting weights.", imageSrc: "http://img.b2bpic.net/free-photo/young-guy-raises-bar-stadium_1153-6280.jpg", authorName: "Coach Sam", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-32159.jpg", date: "Jan 15, 2025"},
category: "Training",
title: "The Strength Basics",
excerpt: "Focusing on form over heavy ego-lifting weights.",
imageSrc: "http://img.b2bpic.net/free-photo/young-guy-raises-bar-stadium_1153-6280.jpg",
authorName: "Coach Sam",
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-32159.jpg",
date: "Jan 15, 2025",
},
{ {
id: "b3", id: "b3", category: "Cardio", title: "Recovery Runs", excerpt: "Why active rest days keep your joints healthy.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-body-before-morning-exercises_651396-319.jpg", authorName: "Coach Sam", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-woman-stylish-hipster-fitness-outfit-violet-top-pants-white-isolated-wall_285396-10018.jpg", date: "Jan 18, 2025"},
category: "Cardio",
title: "Recovery Runs",
excerpt: "Why active rest days keep your joints healthy.",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-body-before-morning-exercises_651396-319.jpg",
authorName: "Coach Sam",
authorAvatar: "http://img.b2bpic.net/free-photo/attractive-woman-stylish-hipster-fitness-outfit-violet-top-pants-white-isolated-wall_285396-10018.jpg",
date: "Jan 18, 2025",
},
]} ]}
/> />
</div> </div>
@@ -354,8 +220,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Join the Community" tag="Join the Community"
title="Start Your Transformation" title="Start Your Transformation"
description="Sign up for early access and exclusive workout tips sent directly to your inbox." description="Sign up for early access and exclusive workout tips sent directly to your inbox."
@@ -367,50 +232,31 @@ export default function LandingPage() {
logoText="LiftTrack" logoText="LiftTrack"
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Analytics", label: "Analytics", href: "#analytics"},
href: "#analytics",
},
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Blog", label: "Blog", href: "#blog"},
href: "#blog",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#privacy"},
href: "#privacy",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#terms"},
href: "#terms",
},
], ],
}, },
]} ]}