From 769c1aadd9626d3b864c3ce93d789845b0d8450e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:07:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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" /> -- 2.49.1