Update src/app/page.tsx

This commit is contained in:
2026-03-04 14:44:42 +00:00
parent b9ab5db8f2
commit fc8227eab0

View File

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