From 6eeacbf86b92cc8c3e36a7fa0e4166c911af2e7d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:40:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54a2e55..994e80d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,6 +208,11 @@ export default function LandingPage() { animationType="smooth" faqsAnimation="slide-up" showCard={true} + buttons={[ + { text: "Still Have Questions?", href: "contact" }, + { text: "Contact Our Team", href: "contact" }, + ]} + buttonAnimation="slide-up" /> -- 2.49.1