diff --git a/src/app/page.tsx b/src/app/page.tsx index b3dc7f1..151bf40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,6 +224,10 @@ export default function LandingPage() { textPosition="left" useInvertedBackground={true} faqsAnimation="slide-up" + buttons={[ + { text: "Still Have Questions? Contact Us", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -240,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file