2 Commits

Author SHA1 Message Date
6eeacbf86b Update src/app/page.tsx 2026-03-04 08:40:44 +00:00
a0e5d2122e Merge version_1 into main
Merge version_1 into main
2026-03-04 08:32:10 +00:00

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>