From 9e4ad1465cf5451b2ec07aa978ed30368f771319 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:18:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df673ee..b9de5f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,10 +123,10 @@ export default function LandingPage() { description="Flexible session options designed to fit your needs. Insurance accepted for most plans. Reduced fees available on a need-based basis." plans={[ { - id: "consultation", price: "$125", name: "Initial Assessment", buttons={[ + id: "consultation", price: "$125", name: "Initial Assessment", buttons: [ { text: "Schedule Now", href: "contact" }, { text: "Learn More", href: "#" } - ]}, + ], features: [ "45-minute telephone consultation", "Professional assessment and evaluation", "Treatment recommendations", "Perfect for exploring if therapy is right for you" ] @@ -232,7 +232,6 @@ export default function LandingPage() { id: "8", title: "What insurance questions should I ask my provider?", content: "When calling your insurance, ask: Do I have outpatient mental health benefits? What are my in and out-of-network costs? What's my deductible status? How many sessions does my plan cover annually? Do I need pre-authorization for therapy? These answers will help us navigate your coverage efficiently." } ]} - animationType="smooth" /> -- 2.49.1