Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-06 13:29:29 +00:00

View File

@@ -93,6 +93,7 @@ export default function LandingPage() {
{ id: "2", name: "Michael C.", handle: "@mikefit", testimonial: "Finally, a wellness plan that acknowledges the biological differences in my body composition.", icon: BrainCircuit },
{ id: "3", name: "Emily R.", handle: "@emilybalanced", testimonial: "I feel more in tune with my physical health than ever before. Truly transformative.", icon: Heart }
]}
useInvertedBackground={false}
/>
</div>
@@ -104,6 +105,7 @@ export default function LandingPage() {
{ id: "f3", title: "Can I get professional advice?", content: "We offer direct access to expert health coaches who review your progress daily." }
]}
title="Understanding Our Wellness Approach"
description="Get answers to your most common questions about our platform and wellness approach."
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
@@ -116,6 +118,7 @@ export default function LandingPage() {
title="Ready to Optimize Your Body?"
description="Take the first step toward a healthier, more vibrant you by joining VitaHealth today."
buttons={[{ text: "Start Your Assessment", href: "#contact" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>