From 27416c8bc0f128aec1abda16cbeeac01d892cc28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:33:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.1