Merge version_1 into main #2
289
src/app/page.tsx
289
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="VitaHealth"
|
||||
/>
|
||||
@@ -52,64 +40,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Elevate Your Health Journey"
|
||||
description="Discover personalized wellness, professional guidance, and mindful habits designed to nourish your body and soul for a vibrant, healthier life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-happy-woman-with-cup_23-2148973390.jpg?_wi=1"
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-happy-woman-with-cup_23-2148973390.jpg"
|
||||
imageAlt="Healthy person in a serene nature-inspired room"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5413.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-sportman-blocking-sun_1098-117.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fairskinned-young-woman-is-doing-exercises-leaning-forward-with-outstretched-arms-spacious-room-slim-lady-sportswear-takes-care-her-health-people-activities-wellness-concept_197531-32152.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-blonde-woman-posing-with-her-bicycle_23-2148731215.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5413.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/serious-sportman-blocking-sun_1098-117.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fairskinned-young-woman-is-doing-exercises-leaning-forward-with-outstretched-arms-spacious-room-slim-lady-sportswear-takes-care-her-health-people-activities-wellness-concept_197531-32152.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-blonde-woman-posing-with-her-bicycle_23-2148731215.jpg", alt: "User 5" }
|
||||
]}
|
||||
avatarText="Join 10,000+ members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Wellness",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data-Driven Insights",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Coaching",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mindful Living",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Holistic Balance",
|
||||
},
|
||||
{ type: "text", text: "Personalized Wellness" },
|
||||
{ type: "text", text: "Data-Driven Insights" },
|
||||
{ type: "text", text: "Expert Coaching" },
|
||||
{ type: "text", text: "Mindful Living" },
|
||||
{ type: "text", text: "Holistic Balance" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,19 +69,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission for ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/happy-doctor-holding-pill-bottle-while-talking-with-senior-couple-about-vitamins-they-should-be-taking_637285-1479.jpg",
|
||||
alt: "Wellness Concept",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Your Well-being",
|
||||
},
|
||||
{ type: "text", content: "Our Mission for " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/happy-doctor-holding-pill-bottle-while-talking-with-senior-couple-about-vitamins-they-should-be-taking_637285-1479.jpg", alt: "Wellness Concept" },
|
||||
{ type: "text", content: " Your Well-being" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,53 +81,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Data-Driven Health",
|
||||
description: "Track your metrics in real-time with our smart health dashboard.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=1",
|
||||
imageAlt: "Smart health app dashboard",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=2",
|
||||
imageAlt: "Smart health app dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-with-cup_23-2148973390.jpg?_wi=2",
|
||||
imageAlt: "healthy living lifestyle minimalist",
|
||||
},
|
||||
{
|
||||
title: "Wearable Integration",
|
||||
description: "Seamlessly sync your favorite fitness devices to manage your lifestyle.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg?_wi=1",
|
||||
imageAlt: "Health wearable device",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg?_wi=2",
|
||||
imageAlt: "Health wearable device",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-pill-bottle-while-talking-with-senior-couple-about-vitamins-they-should-be-taking_637285-1479.jpg",
|
||||
imageAlt: "wellness coach professional portrait",
|
||||
},
|
||||
{
|
||||
title: "Personalized Habits",
|
||||
description: "Get tailored recommendations to improve your sleep, diet, and stress.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=3",
|
||||
imageAlt: "Custom habits tracker",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=4",
|
||||
imageAlt: "Custom habits tracker",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=5",
|
||||
imageAlt: "health tracking mobile app interface",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Comprehensive Wellness Tools"
|
||||
description="Modern solutions integrated into your daily routine to help you achieve balance and optimal health."
|
||||
features={[
|
||||
{
|
||||
title: "Data-Driven Health", description: "Track your metrics in real-time with our smart health dashboard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Smart health app dashboard" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Smart health app dashboard" }
|
||||
},
|
||||
{
|
||||
title: "Wearable Integration", description: "Seamlessly sync your favorite fitness devices to manage your lifestyle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg", imageAlt: "Health wearable device" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg", imageAlt: "Health wearable device" }
|
||||
},
|
||||
{
|
||||
title: "Personalized Habits", description: "Get tailored recommendations to improve your sleep, diet, and stress.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Custom habits tracker" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Custom habits tracker" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,64 +106,20 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Entrepreneur",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5413.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Athlete",
|
||||
company: "ProFit",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportman-blocking-sun_1098-117.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Designer",
|
||||
company: "CreativeStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Yogi",
|
||||
company: "ZenLife",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairskinned-young-woman-is-doing-exercises-leaning-forward-with-outstretched-arms-spacious-room-slim-lady-sportswear-takes-care-her-health-people-activities-wellness-concept_197531-32152.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
role: "Senior Exec",
|
||||
company: "GlobalReach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-woman-posing-with-her-bicycle_23-2148731215.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Lives Transformed",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Member Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Wellness Coaches",
|
||||
},
|
||||
]}
|
||||
title="Voices of Wellness"
|
||||
description="Join thousands of members who have transformed their lives through personalized care."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Entrepreneur", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5413.jpg" },
|
||||
{ id: "2", name: "Michael C.", role: "Athlete", company: "ProFit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-sportman-blocking-sun_1098-117.jpg" },
|
||||
{ id: "3", name: "Emily R.", role: "Designer", company: "CreativeStudio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Yogi", company: "ZenLife", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fairskinned-young-woman-is-doing-exercises-leaning-forward-with-outstretched-arms-spacious-room-slim-lady-sportswear-takes-care-her-health-people-activities-wellness-concept_197531-32152.jpg" },
|
||||
{ id: "5", name: "Anna P.", role: "Senior Exec", company: "GlobalReach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-woman-posing-with-her-bicycle_23-2148731215.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "10K+", label: "Lives Transformed" },
|
||||
{ value: "95%", label: "Member Satisfaction" },
|
||||
{ value: "500+", label: "Wellness Coaches" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -261,21 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the wellness plan personalized?",
|
||||
content: "Yes, our algorithms adjust your plan based on your health metrics, goals, and lifestyle.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I integrate my smartwatch?",
|
||||
content: "Absolutely! We support all major fitness trackers including Apple Watch, Fitbit, and Garmin.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How does the professional support work?",
|
||||
content: "You are connected with certified wellness coaches who provide ongoing guidance through secure chats.",
|
||||
},
|
||||
{ id: "f1", title: "Is the wellness plan personalized?", content: "Yes, our algorithms adjust your plan based on your health metrics, goals, and lifestyle." },
|
||||
{ id: "f2", title: "Can I integrate my smartwatch?", content: "Absolutely! We support all major fitness trackers including Apple Watch, Fitbit, and Garmin." },
|
||||
{ id: "f3", title: "How does the professional support work?", content: "You are connected with certified wellness coaches who provide ongoing guidance through secure chats." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056006.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -288,9 +143,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Join Us"
|
||||
title="Start Your Health Transformation"
|
||||
description="Ready to prioritize your well-being? Join VitaHealth today and receive your first personalized assessment."
|
||||
@@ -304,45 +157,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="VitaHealth"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Wellness Guides",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Wellness Guides", href: "#" }, { label: "Blog", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user