Update src/app/page.tsx

This commit is contained in:
2026-03-04 08:40:44 +00:00
parent a0e5d2122e
commit 6eeacbf86b

View File

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