Update src/app/page.tsx

This commit is contained in:
2026-04-09 16:54:42 +00:00
parent f6fef11738
commit 300aca07dd

View File

@@ -31,17 +31,11 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
]}
brandName="FitQuest AI"
/>
@@ -50,15 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Claim Your Territory. Master Your Fitness."
description="FitQuest AI integrates real-time biomechanics with gamified GPS tracking to redefine corporate health. Transform your workforce into a global community of elite athletes."
buttons={[
{
text: "Start Your Quest",
href: "#contact",
},
text: "Start Your Quest", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg"
imageAlt="FitQuest AI platform overview"
@@ -72,26 +63,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "40%",
title: "Reduction in Burnout",
description: "Tracking employee wellness trends.",
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-professional-uses-oximeter-measure-oxygen-levels-f_482257-126462.jpg",
},
id: "m1", value: "40%", title: "Reduction in Burnout", description: "Tracking employee wellness trends.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-professional-uses-oximeter-measure-oxygen-levels-f_482257-126462.jpg"},
{
id: "m2",
value: "15k+",
title: "Areas Conquered",
description: "Active territory map conquest.",
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160927.jpg",
},
id: "m2", value: "15k+", title: "Areas Conquered", description: "Active territory map conquest.", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160927.jpg"},
{
id: "m3",
value: "98%",
title: "Goal Completion",
description: "Targeted weight and activity goals.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-medical-mask-looking-smartphone-gym_23-2148769909.jpg",
},
id: "m3", value: "98%", title: "Goal Completion", description: "Targeted weight and activity goals.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-medical-mask-looking-smartphone-gym_23-2148769909.jpg"},
]}
title="Data-Driven Results"
description="See how FitQuest AI turns fitness goals into measurable corporate success."
@@ -105,38 +81,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "AI Vision Coach",
author: "Posture Analytics",
description: "Real-time posture correction and rep counting via mobile camera.",
tags: [
"AI",
"Real-time",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-water-gym_1157-32191.jpg",
},
id: "f1", title: "AI Vision Coach", author: "Posture Analytics", description: "Real-time posture correction and rep counting via mobile camera.", tags: [
"AI", "Real-time"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-water-gym_1157-32191.jpg"},
{
id: "f2",
title: "Wearable Integration",
author: "Smart Health",
description: "Deep sync with Apple Watch, Fitbit, and local brands for stress and sleep monitoring.",
tags: [
"IoT",
"Data",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg",
},
id: "f2", title: "Wearable Integration", author: "Smart Health", description: "Deep sync with Apple Watch, Fitbit, and local brands for stress and sleep monitoring.", tags: [
"IoT", "Data"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg"},
{
id: "f3",
title: "Map Conquest",
author: "Gamification",
description: "Claim territory in the real world as you run and conquer zones.",
tags: [
"GPS",
"Social",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-after-tennis-match_329181-14425.jpg",
},
id: "f3", title: "Map Conquest", author: "Gamification", description: "Claim territory in the real world as you run and conquer zones.", tags: [
"GPS", "Social"],
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-after-tennis-match_329181-14425.jpg"},
]}
title="Disruptive Fitness Technology"
description="From real-time posture analysis to global map conquest, FitQuest AI is the ultimate health companion."
@@ -150,37 +105,22 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
price: "$19",
name: "Solo Athlete",
buttons: [
id: "basic", price: "$19", name: "Solo Athlete", buttons: [
{
text: "Get Started",
href: "#",
text: "Get Started", onClick: () => window.location.href = '#contact',
},
],
features: [
"Calorie Tracking",
"Basic AI Coach",
"Map Conquest",
],
"Calorie Tracking", "Basic AI Coach", "Map Conquest"],
},
{
id: "pro",
price: "$49",
name: "Corporate Pro",
buttons: [
id: "pro", price: "$49", name: "Corporate Pro", buttons: [
{
text: "Contact Sales",
href: "#contact",
text: "Contact Sales", onClick: () => window.location.href = '#contact',
},
],
features: [
"HR Dashboard",
"Wearable Sync",
"AI Vision Coach",
"Predictive Analytics",
],
"HR Dashboard", "Wearable Sync", "AI Vision Coach", "Predictive Analytics"],
},
]}
title="Corporate Health Plans"
@@ -193,12 +133,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"TechCorp",
"InnovateLab",
"GrowthCo",
"StartupXYZ",
"GlobalSolutions",
]}
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "GlobalSolutions"]}
title="Trusted by Industry Leaders"
description="Powering employee wellness for forward-thinking organizations worldwide."
/>
@@ -210,55 +145,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
date: "Oct 2024",
title: "CEO",
quote: "FitQuest transformed our office energy.",
tag: "Corporate",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-showing-bicep-gym_1262-16418.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-showing-bicep-gym_1262-16418.jpg",
},
id: "t1", name: "Sarah J.", date: "Oct 2024", title: "CEO", quote: "FitQuest transformed our office energy.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-showing-bicep-gym_1262-16418.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-showing-bicep-gym_1262-16418.jpg"},
{
id: "t2",
name: "Michael C.",
date: "Nov 2024",
title: "Engineer",
quote: "The map conquest is addictive and fun.",
tag: "User",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-smiling-eating-apple-kitchen-sitting-home-bathrobe_1258-195025.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-smiling-eating-apple-kitchen-sitting-home-bathrobe_1258-195025.jpg",
},
id: "t2", name: "Michael C.", date: "Nov 2024", title: "Engineer", quote: "The map conquest is addictive and fun.", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-smiling-eating-apple-kitchen-sitting-home-bathrobe_1258-195025.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-smiling-eating-apple-kitchen-sitting-home-bathrobe_1258-195025.jpg"},
{
id: "t3",
name: "Emily R.",
date: "Dec 2024",
title: "Manager",
quote: "Predictive analytics saved my team.",
tag: "Corporate",
avatarSrc: "http://img.b2bpic.net/free-photo/exercise-arms_1098-14491.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/exercise-arms_1098-14491.jpg",
},
id: "t3", name: "Emily R.", date: "Dec 2024", title: "Manager", quote: "Predictive analytics saved my team.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/exercise-arms_1098-14491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/exercise-arms_1098-14491.jpg"},
{
id: "t4",
name: "David K.",
date: "Jan 2025",
title: "Developer",
quote: "Rep counting accuracy is impeccable.",
tag: "User",
avatarSrc: "http://img.b2bpic.net/free-photo/women-practicing-yoga-studio-setting_23-2151986705.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-practicing-yoga-studio-setting_23-2151986705.jpg",
},
id: "t4", name: "David K.", date: "Jan 2025", title: "Developer", quote: "Rep counting accuracy is impeccable.", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/women-practicing-yoga-studio-setting_23-2151986705.jpg", imageSrc: "http://img.b2bpic.net/free-photo/women-practicing-yoga-studio-setting_23-2151986705.jpg"},
{
id: "t5",
name: "Anna S.",
date: "Feb 2025",
title: "Designer",
quote: "My daily activity has doubled!",
tag: "User",
avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-running-park_23-2147996009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-running-park_23-2147996009.jpg",
},
id: "t5", name: "Anna S.", date: "Feb 2025", title: "Designer", quote: "My daily activity has doubled!", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-running-park_23-2147996009.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-running-park_23-2147996009.jpg"},
]}
title="What Our Athletes Say"
description="Real impact stories from the FitQuest community."
@@ -269,15 +164,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get In Touch"
title="Ready to Transform Your Workplace?"
description="Speak with our consultants about bringing FitQuest AI to your team."
buttons={[
{
text: "Schedule Demo",
href: "#",
text: "Schedule Demo", onClick: () => console.log("Demo scheduled"),
},
]}
/>
@@ -289,29 +182,19 @@ export default function LandingPage() {
logoText="FitQuest AI"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Analytics",
href: "#",
},
label: "Analytics", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}
@@ -320,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}