From f568c4bcc586377de83dfd9eeb532a8e740f562f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:29:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a968eb3..3d45b83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} />