From 2a2914fd6c14a935a07507518905bccb4b37e4bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:52:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 680d766..9e93cb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -213,6 +213,7 @@ export default function LandingPage() { title="Common Questions" description="Everything you need to know about starting your mastery journey." faqsAnimation="blur-reveal" + buttons={[{text: "Contact Support", href: "#contact"}]} /> @@ -259,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1