Update src/app/page.tsx
This commit is contained in:
297
src/app/page.tsx
297
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Routines",
|
name: "Routines", id: "#routines"},
|
||||||
id: "#routines",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="HabitSync AI"
|
brandName="HabitSync AI"
|
||||||
/>
|
/>
|
||||||
@@ -65,51 +53,28 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-animated-grid",
|
variant: "rotated-rays-animated-grid"}}
|
||||||
}}
|
|
||||||
title="Master Your Habits, Transform Your Life with AI"
|
title="Master Your Habits, Transform Your Life with AI"
|
||||||
description="Unlock your full potential with HabitSync AI, your personal intelligent assistant. Track progress, discover routines, and receive personalized workouts for a healthier, more productive you."
|
description="Unlock your full potential with HabitSync AI, your personal intelligent assistant. Track progress, discover routines, and receive personalized workouts for a healthier, more productive you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Free Trial",
|
text: "Start Free Trial", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "carousel-item-1",
|
id: "carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/relax-window-book-female-sunrise-waking_1418-16.jpg", imageAlt: "Habit tracking app interface"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/relax-window-book-female-sunrise-waking_1418-16.jpg",
|
|
||||||
imageAlt: "Habit tracking app interface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-2",
|
id: "carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/slim-active-woman-practices-yoga-uses-digital-tablet-having-online-training-watches-tutorial-drinks-fresh-water-dressed-activewear-poses-outdoors-against-blurred-background-fitness-concept_273609-56888.jpg", imageAlt: "AI guided home workout"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-active-woman-practices-yoga-uses-digital-tablet-having-online-training-watches-tutorial-drinks-fresh-water-dressed-activewear-poses-outdoors-against-blurred-background-fitness-concept_273609-56888.jpg",
|
|
||||||
imageAlt: "AI guided home workout",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-3",
|
id: "carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/young-fit-man-beach-wearing-sunglasses_273609-15962.jpg", imageAlt: "Smartwatch displaying habit streaks"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fit-man-beach-wearing-sunglasses_273609-15962.jpg",
|
|
||||||
imageAlt: "Smartwatch displaying habit streaks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-4",
|
id: "carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-stats_23-2150040492.jpg", imageAlt: "AI assistant projecting workout routine"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-stats_23-2150040492.jpg",
|
|
||||||
imageAlt: "AI assistant projecting workout routine",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-5",
|
id: "carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-bed_23-2148594438.jpg", imageAlt: "User meditating with progress charts"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-bed_23-2148594438.jpg",
|
|
||||||
imageAlt: "User meditating with progress charts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-6",
|
id: "carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/affirmations-mirror-self-love-body-positivity_23-2152004643.jpg", imageAlt: "Tablet showing habits done stick chart"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/affirmations-mirror-self-love-body-positivity_23-2152004643.jpg",
|
|
||||||
imageAlt: "Tablet showing habits done stick chart",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={5000}
|
autoPlayInterval={5000}
|
||||||
@@ -123,19 +88,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Lightbulb,
|
icon: Lightbulb,
|
||||||
label: "Intelligent Coaching",
|
label: "Intelligent Coaching", value: "AI Powered"},
|
||||||
value: "AI Powered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: CheckCircle2,
|
icon: CheckCircle2,
|
||||||
label: "Daily Consistency",
|
label: "Daily Consistency", value: "Habit Tracking"},
|
||||||
value: "Habit Tracking",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Activity,
|
icon: Activity,
|
||||||
label: "Measurable Success",
|
label: "Measurable Success", value: "Progress Charts"},
|
||||||
value: "Progress Charts",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -147,23 +106,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Personalized AI Coaching",
|
title: "Personalized AI Coaching", description: "Receive tailored advice and motivation from your AI trainer, adapting to your progress and goals.", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163342.jpg", imageAlt: "AI personal trainer on smartphone"},
|
||||||
description: "Receive tailored advice and motivation from your AI trainer, adapting to your progress and goals.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163342.jpg",
|
|
||||||
imageAlt: "AI personal trainer on smartphone",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Visual Progress Tracking",
|
title: "Visual Progress Tracking", description: "See your habits come to life with intuitive charts, streaks, and comprehensive data visualizations.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-color-palette_23-2150538685.jpg", imageAlt: "Habit tracking data charts on tablet"},
|
||||||
description: "See your habits come to life with intuitive charts, streaks, and comprehensive data visualizations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-color-palette_23-2150538685.jpg",
|
|
||||||
imageAlt: "Habit tracking data charts on tablet",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Curated Routines & Workouts",
|
title: "Curated Routines & Workouts", description: "Access a library of routines and dynamic workout plans, or create your own with AI assistance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sporty-woman-doing-workout-looking-fitness-video-laptop-wireless_1258-253507.jpg", imageAlt: "Personalized workout routines on desktop"},
|
||||||
description: "Access a library of routines and dynamic workout plans, or create your own with AI assistance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sporty-woman-doing-workout-looking-fitness-video-laptop-wireless_1258-253507.jpg",
|
|
||||||
imageAlt: "Personalized workout routines on desktop",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Powerful Features Designed for Your Success"
|
title="Powerful Features Designed for Your Success"
|
||||||
description="HabitSync AI provides an all-in-one solution for your personal development and fitness journey. From intelligent recommendations to insightful analytics, we've got you covered."
|
description="HabitSync AI provides an all-in-one solution for your personal development and fitness journey. From intelligent recommendations to insightful analytics, we've got you covered."
|
||||||
@@ -179,46 +126,22 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "routine-1",
|
id: "routine-1", name: "Morning Ritual", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/home-bedroom-sleep-peace-morning-word_53876-124472.jpg", imageAlt: "Morning routine template on digital interface", priceButtonProps: { text: "Get Free Routine" }
|
||||||
name: "Morning Ritual",
|
|
||||||
price: "Free",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-bedroom-sleep-peace-morning-word_53876-124472.jpg",
|
|
||||||
imageAlt: "Morning routine template on digital interface",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "routine-2",
|
id: "routine-2", name: "Weekly Workout Plan", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165183.jpg", imageAlt: "Weekly workout progress chart", priceButtonProps: { text: "Unlock Premium" }
|
||||||
name: "Weekly Workout Plan",
|
|
||||||
price: "Premium",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165183.jpg",
|
|
||||||
imageAlt: "Weekly workout progress chart",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "routine-3",
|
id: "routine-3", name: "Evening Wind-Down", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-home_23-2149491983.jpg", imageAlt: "Evening wind-down routine interface", priceButtonProps: { text: "Get Free Routine" }
|
||||||
name: "Evening Wind-Down",
|
|
||||||
price: "Free",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-home_23-2149491983.jpg",
|
|
||||||
imageAlt: "Evening wind-down routine interface",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "routine-4",
|
id: "routine-4", name: "Nutrition Tracker", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ingredients-keto-diet_23-2149259414.jpg", imageAlt: "Nutrition tracking chart", priceButtonProps: { text: "Unlock Premium" }
|
||||||
name: "Nutrition Tracker",
|
|
||||||
price: "Premium",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ingredients-keto-diet_23-2149259414.jpg",
|
|
||||||
imageAlt: "Nutrition tracking chart",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "routine-5",
|
id: "routine-5", name: "Mindful Meditation", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-yoga-mat-looking-phone_23-2148429308.jpg", imageAlt: "Mindfulness & Meditation routine interface", priceButtonProps: { text: "Get Free Routine" }
|
||||||
name: "Mindful Meditation",
|
|
||||||
price: "Free",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-yoga-mat-looking-phone_23-2148429308.jpg",
|
|
||||||
imageAlt: "Mindfulness & Meditation routine interface",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "routine-6",
|
id: "routine-6", name: "Skill Building Sprint", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/business-idea-concept-with-wooden-blocks-with-icon-message-bubble-wooden-human-figure-top-view_176474-10385.jpg", imageAlt: "Learning & Skill Development habit interface", priceButtonProps: { text: "Unlock Premium" }
|
||||||
name: "Skill Building Sprint",
|
|
||||||
price: "Premium",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-idea-concept-with-wooden-blocks-with-icon-message-bubble-wooden-human-figure-top-view_176474-10385.jpg",
|
|
||||||
imageAlt: "Learning & Skill Development habit interface",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Discover Your Perfect Routine"
|
title="Discover Your Perfect Routine"
|
||||||
@@ -233,25 +156,13 @@ export default function LandingPage() {
|
|||||||
tag="Our Impact"
|
tag="Our Impact"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1",
|
id: "metric-1", value: "95%", description: "Users achieving their habit goals"},
|
||||||
value: "95%",
|
|
||||||
description: "Users achieving their habit goals",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-2",
|
id: "metric-2", value: "700K+", description: "Workouts completed globally"},
|
||||||
value: "700K+",
|
|
||||||
description: "Workouts completed globally",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-3",
|
id: "metric-3", value: "20M+", description: "Habits tracked successfully"},
|
||||||
value: "20M+",
|
|
||||||
description: "Habits tracked successfully",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-4",
|
id: "metric-4", value: "4.9/5", description: "Average user satisfaction rating"},
|
||||||
value: "4.9/5",
|
|
||||||
description: "Average user satisfaction rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -263,50 +174,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Life-Changing! My habits are finally sticking.", quote: "HabitSync AI has revolutionized my daily routine. The AI trainer's insights are spot on, and seeing my progress in those beautiful charts keeps me motivated like never before. Highly recommend!", name: "Sarah Johnson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-good-looking-young-european-woman-wears-fashionable-blue-costume-uses-mobile-phone-chatting-online_273609-55524.jpg", imageAlt: "Sarah Johnson"},
|
||||||
title: "Life-Changing! My habits are finally sticking.",
|
|
||||||
quote: "HabitSync AI has revolutionized my daily routine. The AI trainer's insights are spot on, and seeing my progress in those beautiful charts keeps me motivated like never before. Highly recommend!",
|
|
||||||
name: "Sarah Johnson",
|
|
||||||
role: "Marketing Manager",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-good-looking-young-european-woman-wears-fashionable-blue-costume-uses-mobile-phone-chatting-online_273609-55524.jpg",
|
|
||||||
imageAlt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "The best habit tracker and workout guide out there.", quote: "I've tried numerous apps, but HabitSync AI stands out. The personalized workout routines are fantastic, and the habit tracking truly helps build consistency. My fitness journey has never been this engaging.", name: "Michael Chen", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-black-suit-white-tshirt-is-smiling-isolated-background_197531-26651.jpg", imageAlt: "Michael Chen"},
|
||||||
title: "The best habit tracker and workout guide out there.",
|
|
||||||
quote: "I've tried numerous apps, but HabitSync AI stands out. The personalized workout routines are fantastic, and the habit tracking truly helps build consistency. My fitness journey has never been this engaging.",
|
|
||||||
name: "Michael Chen",
|
|
||||||
role: "Software Engineer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-black-suit-white-tshirt-is-smiling-isolated-background_197531-26651.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Incredible clarity and motivation in one app.", quote: "From morning routines to evening stretches, HabitSync AI keeps me on track. The data visualizations are incredibly clear, showing me exactly where I need to improve. It's like having a personal coach in my pocket.", name: "Emily Rodriguez", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-27254.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
title: "Incredible clarity and motivation in one app.",
|
|
||||||
quote: "From morning routines to evening stretches, HabitSync AI keeps me on track. The data visualizations are incredibly clear, showing me exactly where I need to improve. It's like having a personal coach in my pocket.",
|
|
||||||
name: "Emily Rodriguez",
|
|
||||||
role: "Entrepreneur",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-27254.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Achieved my fitness goals faster than ever!", quote: "Thanks to HabitSync AI, I hit my fitness milestones in record time. The AI trainer pushed me just enough, and the habit tracking ensured I stayed consistent with my diet and exercise. Truly powerful.", name: "David Kim", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-darkskinned-man-white-tshirt-black-shorts-running-near-sea-young-guy-working-out-smiling-outside_197531-28693.jpg", imageAlt: "David Kim"},
|
||||||
title: "Achieved my fitness goals faster than ever!",
|
|
||||||
quote: "Thanks to HabitSync AI, I hit my fitness milestones in record time. The AI trainer pushed me just enough, and the habit tracking ensured I stayed consistent with my diet and exercise. Truly powerful.",
|
|
||||||
name: "David Kim",
|
|
||||||
role: "Fitness Enthusiast",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-darkskinned-man-white-tshirt-black-shorts-running-near-sea-young-guy-working-out-smiling-outside_197531-28693.jpg",
|
|
||||||
imageAlt: "David Kim",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "An intuitive and highly effective platform.", quote: "HabitSync AI makes habit formation enjoyable. The user interface is so intuitive, and the AI's guidance feels genuinely supportive. I've successfully built several positive habits that I thought were impossible before.", name: "Jessica Lee", role: "UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-smiling-staying-street_197531-33902.jpg", imageAlt: "Jessica Lee"},
|
||||||
title: "An intuitive and highly effective platform.",
|
|
||||||
quote: "HabitSync AI makes habit formation enjoyable. The user interface is so intuitive, and the AI's guidance feels genuinely supportive. I've successfully built several positive habits that I thought were impossible before.",
|
|
||||||
name: "Jessica Lee",
|
|
||||||
role: "UX Designer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-smiling-staying-street_197531-33902.jpg",
|
|
||||||
imageAlt: "Jessica Lee",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Thriving Community"
|
title="Hear From Our Thriving Community"
|
||||||
description="Join thousands who have transformed their lives with HabitSync AI. Our users consistently achieve their goals and build lasting habits."
|
description="Join thousands who have transformed their lives with HabitSync AI. Our users consistently achieve their goals and build lasting habits."
|
||||||
@@ -319,35 +195,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "How does the AI personal trainer work?", content: "Our AI personal trainer uses advanced algorithms to analyze your progress, preferences, and goals. It provides personalized habit recommendations, workout plans, and motivational feedback, adapting as you evolve."},
|
||||||
title: "How does the AI personal trainer work?",
|
|
||||||
content: "Our AI personal trainer uses advanced algorithms to analyze your progress, preferences, and goals. It provides personalized habit recommendations, workout plans, and motivational feedback, adapting as you evolve.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "What kind of habits can I track?", content: "You can track any habit! From daily meditation and hydration to coding practice and reading, HabitSync AI is flexible. You can also create custom habits with personalized tracking metrics."},
|
||||||
title: "What kind of habits can I track?",
|
|
||||||
content: "You can track any habit! From daily meditation and hydration to coding practice and reading, HabitSync AI is flexible. You can also create custom habits with personalized tracking metrics.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Is my data private and secure?", content: "Absolutely. We prioritize your privacy and data security. All your personal data and progress information are encrypted and stored securely. We adhere to strict privacy policies."},
|
||||||
title: "Is my data private and secure?",
|
|
||||||
content: "Absolutely. We prioritize your privacy and data security. All your personal data and progress information are encrypted and stored securely. We adhere to strict privacy policies.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Can I integrate with other fitness apps or devices?", content: "Yes, HabitSync AI offers integrations with popular fitness trackers and health apps to provide a holistic view of your progress. Check our settings for a list of supported integrations."},
|
||||||
title: "Can I integrate with other fitness apps or devices?",
|
|
||||||
content: "Yes, HabitSync AI offers integrations with popular fitness trackers and health apps to provide a holistic view of your progress. Check our settings for a list of supported integrations.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "What if I miss a habit or workout?", content: "Life happens! HabitSync AI is designed to be supportive, not punitive. If you miss a habit, the AI will help you get back on track with encouraging messages and adaptive suggestions for your next steps, without judgment."},
|
||||||
title: "What if I miss a habit or workout?",
|
|
||||||
content: "Life happens! HabitSync AI is designed to be supportive, not punitive. If you miss a habit, the AI will help you get back on track with encouraging messages and adaptive suggestions for your next steps, without judgment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "Is there a free version available?", content: "Yes, we offer a robust free version with essential habit tracking and basic AI insights. For advanced features like personalized workout plans and in-depth analytics, you can upgrade to a premium subscription."},
|
||||||
title: "Is there a free version available?",
|
|
||||||
content: "Yes, we offer a robust free version with essential habit tracking and basic AI insights. For advanced features like personalized workout plans and in-depth analytics, you can upgrade to a premium subscription.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about HabitSync AI's features, pricing, and how it can help you achieve your goals."
|
description="Find quick answers to common questions about HabitSync AI's features, pricing, and how it can help you achieve your goals."
|
||||||
@@ -360,14 +218,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"OptimalFlow",
|
"OptimalFlow", "PeakPerformance", "ZenithGrowth", "VitalityMetrics", "SynergyHabits", "MindfulMovement", "QuantifiedSelf"]}
|
||||||
"PeakPerformance",
|
|
||||||
"ZenithGrowth",
|
|
||||||
"VitalityMetrics",
|
|
||||||
"SynergyHabits",
|
|
||||||
"MindfulMovement",
|
|
||||||
"QuantifiedSelf",
|
|
||||||
]}
|
|
||||||
title="Trusted by a Community of Achievers"
|
title="Trusted by a Community of Achievers"
|
||||||
description="Our platform empowers individuals worldwide to build better habits and achieve their personal best. Join our growing community!"
|
description="Our platform empowers individuals worldwide to build better habits and achieve their personal best. Join our growing community!"
|
||||||
/>
|
/>
|
||||||
@@ -377,16 +228,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Ready to Start?"
|
tag="Ready to Start?"
|
||||||
title="Begin Your Transformation Today!"
|
title="Begin Your Transformation Today!"
|
||||||
description="Join the HabitSync AI community and experience the power of personalized habit tracking and AI coaching. Sign up for your free trial now."
|
description="Join the HabitSync AI community and experience the power of personalized habit tracking and AI coaching. Sign up for your free trial now."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started Free",
|
text: "Get Started Free", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -395,62 +243,37 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Platform",
|
title: "Platform", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Features",
|
label: "Features", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Routines",
|
label: "Routines", href: "#routines"},
|
||||||
href: "#routines",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "AI Coaching",
|
label: "AI Coaching", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookie Policy",
|
label: "Cookie Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -461,4 +284,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user