From 527f632e1bfa0bc2a6f0f8c6f9ce3f58364da8a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:12:13 +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 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" /> -- 2.49.1