diff --git a/src/app/page.tsx b/src/app/page.tsx index 8922f5d..4113c06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,6 +83,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "View All Services", href: "#services" }, + ]} + buttonAnimation="slide-up" />