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