diff --git a/src/app/page.tsx b/src/app/page.tsx index 1105f05..b4ff5c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />