From a0a4db1bfeb75d401a63915f56c6b23bfeb3c5b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 02:40:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 707d151..7805d16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,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" }]} + buttons={[{ text: "Book your consultation", href: "#contact" }, { text: "Ask a question", href: "#contact" }]} faqsAnimation="blur-reveal" /> -- 2.49.1