diff --git a/src/app/page.tsx b/src/app/page.tsx index 36055fd..ad514cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />