diff --git a/src/app/page.tsx b/src/app/page.tsx index 36c37b3..895887f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,6 +118,10 @@ export default function LandingPage() { animationType="blur-reveal" textboxLayout="default" useInvertedBackground={true} + buttons={[ + { text: "Explore Services", href: "capabilities" } + ]} + buttonAnimation="slide-up" />