From ab617e7724da97526ff2623fcf231949dd7291ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:33:35 +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 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" /> -- 2.49.1