Update src/app/page.tsx

This commit is contained in:
2026-03-12 10:33:37 +00:00
parent fd3317fdaa
commit 27416c8bc0

View File

@@ -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"
/>
</div>
@@ -240,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}