From b89c1f032c4aa09ea5c1e8d1caa1262476d253ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 00:00:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88f5b31..bde56dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,6 +145,7 @@ export default function LandingPage() { ]} title="How My Therapy Works" description="Find answers to help you start your journey." + buttons={[{ text: "Book your consultation", href: "#contact" }]} faqsAnimation="blur-reveal" /> -- 2.49.1