From 84800c4b225688ccea7e7db93034dbdac0855c1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:53:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f03b8b..65a085a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,6 +74,7 @@ export default function LandingPage() { textboxLayout="split" title="Core Treatment Focus" description="Evidence-based spinal rehabilitation and neurological care designed to address root causes." + useInvertedBackground={false} features={[ { id: "f1", title: "Physiological Therapeutics", descriptions: ["Board-certified physical healing protocols."] }, { id: "f2", title: "Neurological Care", descriptions: ["Specialized training in neurological health."] }, @@ -101,6 +102,7 @@ export default function LandingPage() { gridVariant="bento-grid" title="Our Clinical Impact" description="Quantifiable success metrics for our comprehensive patient programs." + useInvertedBackground={false} metrics={[ { id: "m1", value: "100%", description: "Patient Commitment Level" }, { id: "m2", value: "5x", description: "Board Certification Specialty" }, @@ -114,6 +116,8 @@ export default function LandingPage() { names={["BlueCross BlueShield", "United Healthcare", "Aetna", "Cigna", "American Specialty Health", "Medicare", "Medicaid"]} title="Insurance Providers" description="We accept major insurance plans for your convenience." + useInvertedBackground={false} + textboxLayout="default" /> @@ -127,6 +131,7 @@ export default function LandingPage() { { id: "q3", title: "Do I need a referral?", content: "While we accept referrals, you can schedule your initial consultation directly with us." } ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -141,6 +146,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Tell us about your concerns..." }} buttonText="Submit Request" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=1" + useInvertedBackground={false} /> -- 2.49.1