diff --git a/src/app/page.tsx b/src/app/page.tsx index b9de5f4..df673ee 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,6 +232,7 @@ 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" />