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 +}