Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:12:13 +00:00
parent 9533d02602
commit 527f632e1b

View File

@@ -90,6 +90,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Explore All Services", href: "#services" }
]}
buttonAnimation="slide-up"
/>
</div>