diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1b86f91..8f3d274 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,66 +41,24 @@ export default function LandingPage() {
@@ -124,79 +70,31 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Instant Biometrics",
- description: "Real-time heart rate and oxygen monitoring synced directly to your devices.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-low-poly-banner-design_1017-34378.jpg?_wi=1",
- imageAlt: "Biometric data",
- },
+ title: "Instant Biometrics", description: "Real-time heart rate and oxygen monitoring synced directly to your devices.", media: { imageSrc: "http://img.b2bpic.net/free-vector/abstract-low-poly-banner-design_1017-34378.jpg", imageAlt: "Biometric data" },
items: [
- {
- icon: Heart,
- text: "Heart Monitoring",
- },
- {
- icon: Activity,
- text: "Real-time sync",
- },
- {
- icon: Shield,
- text: "Secure data",
- },
+ { icon: Heart, text: "Heart Monitoring" },
+ { icon: Activity, text: "Real-time sync" },
+ { icon: Shield, text: "Secure data" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/bitcoin-smartwatch_23-2151953957.jpg",
- imageAlt: "minimalist health tracker app UI dark mode",
+ reverse: false
},
{
- title: "Smart Hydration",
- description: "AI-calculated hydration goals based on activity levels and local weather.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-with-paper-drops_23-2148113563.jpg?_wi=1",
- imageAlt: "Hydration tracking",
- },
+ title: "Smart Hydration", description: "AI-calculated hydration goals based on activity levels and local weather.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-with-paper-drops_23-2148113563.jpg", imageAlt: "Hydration tracking" },
items: [
- {
- icon: Droplet,
- text: "Daily reminders",
- },
- {
- icon: Sun,
- text: "Weather adjust",
- },
- {
- icon: Zap,
- text: "Fast updates",
- },
+ { icon: Droplet, text: "Daily reminders" },
+ { icon: Sun, text: "Weather adjust" },
+ { icon: Zap, text: "Fast updates" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-low-poly-banner-design_1017-34378.jpg?_wi=2",
- imageAlt: "heart rate data visualization minimalist dark",
+ reverse: true
},
{
- title: "Deep Sleep Insights",
- description: "Understand your REM cycles with advanced AI pattern matching algorithms.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-looking-her-smartphone-while-laying-bed_23-2149240392.jpg",
- imageAlt: "Sleep tracking",
- },
+ title: "Deep Sleep Insights", description: "Understand your REM cycles with advanced AI pattern matching algorithms.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-looking-her-smartphone-while-laying-bed_23-2149240392.jpg", imageAlt: "Sleep tracking" },
items: [
- {
- icon: Moon,
- text: "REM analysis",
- },
- {
- icon: Clock,
- text: "Cycle timing",
- },
- {
- icon: Star,
- text: "Sleep score",
- },
+ { icon: Moon, text: "REM analysis" },
+ { icon: Clock, text: "Cycle timing" },
+ { icon: Star, text: "Sleep score" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-with-paper-drops_23-2148113563.jpg?_wi=2",
- imageAlt: "calm water abstract wellness health concept",
+ reverse: false
},
]}
title="Data that makes sense"
@@ -211,27 +109,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "95%",
- title: "User Satisfaction",
- description: "High accuracy in wellness reporting.",
- icon: ThumbsUp,
- },
- {
- id: "m2",
- value: "24/7",
- title: "Always On",
- description: "Continuous health monitoring.",
- icon: Clock,
- },
- {
- id: "m3",
- value: "1M+",
- title: "Data Points",
- description: "Processed daily for you.",
- icon: Database,
- },
+ { id: "m1", value: "95%", title: "User Satisfaction", description: "High accuracy in wellness reporting.", icon: ThumbsUp },
+ { id: "m2", value: "24/7", title: "Always On", description: "Continuous health monitoring.", icon: Clock },
+ { id: "m3", value: "1M+", title: "Data Points", description: "Processed daily for you.", icon: Database },
]}
title="Proven performance"
description="Join our community of healthy, data-driven achievers."
@@ -240,49 +120,15 @@ export default function LandingPage() {
@@ -340,21 +167,9 @@ export default function LandingPage() {
logoText="HealthTrack"
copyrightText="© 2025 HealthTrack. All rights reserved."
socialLinks={[
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
- {
- icon: Linkedin,
- href: "#",
- ariaLabel: "LinkedIn",
- },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
]}
/>