From 5e461d187ccf34b1c85a0febf9cde741fa8b0e13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:46:40 +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 a381c95..26dce83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,6 +161,7 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Common inquiries about our platform capabilities." + buttons={[{ text: "Contact Support", href: "#contact" }]} faqsAnimation="slide-up" /> @@ -190,4 +191,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1