Merge version_2 into main #1
290
src/app/page.tsx
290
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "analytics",
|
||||
},
|
||||
name: "Analytics", id: "analytics"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="LiftTrack"
|
||||
/>
|
||||
@@ -56,36 +48,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
tag="Elevate Your Fitness Journey"
|
||||
mediaItems={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-stretching_23-2148267182.jpg",
|
||||
imageAlt: "Dynamic Workout Session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-stretching_23-2148267182.jpg", imageAlt: "Dynamic Workout Session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-amidst-training-supplies_23-2147750793.jpg",
|
||||
imageAlt: "Fitness Lifestyle Tracker",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-amidst-training-supplies_23-2147750793.jpg", imageAlt: "Fitness Lifestyle Tracker"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328075.jpg",
|
||||
imageAlt: "Analytics Detailed View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328075.jpg", imageAlt: "Analytics Detailed View"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-woman-dark-neon-lights_23-2147752852.jpg",
|
||||
imageAlt: "Equipment Performance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-woman-dark-neon-lights_23-2147752852.jpg", imageAlt: "Equipment Performance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-sneakers-bottles_23-2147750800.jpg",
|
||||
imageAlt: "Smart Metrics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-sneakers-bottles_23-2147750800.jpg", imageAlt: "Smart Metrics"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -98,29 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Real-time Metrics",
|
||||
descriptions: [
|
||||
"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: "f1", title: "Real-time Metrics", descriptions: [
|
||||
"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",
|
||||
title: "Biometric Tracking",
|
||||
descriptions: [
|
||||
"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: "f2", title: "Biometric Tracking", descriptions: [
|
||||
"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",
|
||||
title: "Smart Scheduling",
|
||||
descriptions: [
|
||||
"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",
|
||||
},
|
||||
id: "f3", title: "Smart Scheduling", descriptions: [
|
||||
"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"
|
||||
description="Everything you need to stay organized, motivated, and ahead of the curve."
|
||||
@@ -135,25 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M",
|
||||
title: "Weight Lifted",
|
||||
description: "Total lbs lifted across all users",
|
||||
icon: Zap,
|
||||
id: "m1", value: "1.2M", title: "Weight Lifted", description: "Total lbs lifted across all users", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "450K",
|
||||
title: "Workouts",
|
||||
description: "Total completed workout sessions",
|
||||
icon: TrendingUp,
|
||||
id: "m2", value: "450K", title: "Workouts", description: "Total completed workout sessions", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "89%",
|
||||
title: "Goal Success",
|
||||
description: "Percentage of goals achieved monthly",
|
||||
icon: Activity,
|
||||
id: "m3", value: "89%", title: "Goal Success", description: "Percentage of goals achieved monthly", icon: Activity,
|
||||
},
|
||||
]}
|
||||
title="Performance Analytics"
|
||||
@@ -169,59 +124,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "LiftGear",
|
||||
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: "p1", brand: "LiftGear", 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",
|
||||
brand: "LiftGear",
|
||||
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: "p2", brand: "LiftGear", 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",
|
||||
brand: "LiftGear",
|
||||
name: "Recovery Supplement",
|
||||
price: "$45",
|
||||
rating: 4,
|
||||
reviewCount: "420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protein-powder_187299-45848.jpg",
|
||||
},
|
||||
id: "p3", brand: "LiftGear", name: "Recovery Supplement", price: "$45", rating: 4,
|
||||
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/protein-powder_187299-45848.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "LiftGear",
|
||||
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: "p4", brand: "LiftGear", 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",
|
||||
brand: "LiftGear",
|
||||
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: "p5", brand: "LiftGear", 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",
|
||||
brand: "LiftGear",
|
||||
name: "Resistance Bands",
|
||||
price: "$30",
|
||||
rating: 5,
|
||||
reviewCount: "340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essentials-arrangement_23-2149442696.jpg",
|
||||
},
|
||||
id: "p6", brand: "LiftGear", 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"
|
||||
description="Premium equipment designed to take your training to the next level."
|
||||
@@ -236,45 +155,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
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: "t1", name: "Alex R.", 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",
|
||||
name: "Maria K.",
|
||||
role: "Marathon Runner",
|
||||
company: "Speedsters",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg",
|
||||
},
|
||||
id: "t2", name: "Maria K.", role: "Marathon Runner", company: "Speedsters", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "John D.",
|
||||
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: "t3", name: "John D.", 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",
|
||||
name: "Elena S.",
|
||||
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: "t4", name: "Elena S.", 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",
|
||||
name: "Mike B.",
|
||||
role: "Fitness Coach",
|
||||
company: "BodyTransform",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg",
|
||||
},
|
||||
id: "t5", name: "Mike B.", 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"
|
||||
description="See how LiftTrack users are transforming their fitness journeys daily."
|
||||
@@ -285,22 +179,18 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Pricing", href: "#pricing"
|
||||
}
|
||||
]}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I share my progress?",
|
||||
content: "Absolutely, use our social sharing features to push your stats directly to Instagram or Twitter.",
|
||||
},
|
||||
id: "q2", title: "Can I share my progress?", content: "Absolutely, use our social sharing features to push your stats directly to Instagram or Twitter."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there a free trial?",
|
||||
content: "Yes, start your 14-day free trial today to experience all premium tracking features.",
|
||||
},
|
||||
id: "q3", 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"
|
||||
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."
|
||||
blogs={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -354,8 +220,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Join the Community"
|
||||
title="Start Your Transformation"
|
||||
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"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "#analytics",
|
||||
},
|
||||
label: "Analytics", href: "#analytics"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "#privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#terms",
|
||||
},
|
||||
label: "Terms of Service", href: "#terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user