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" />