Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:06:57 +00:00

View File

@@ -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"
/>
</div>