From fc8227eab09c6ab9f7d6cb643dba1af84f6e99c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:44:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36055fd..ad514cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Explore All Services", href: "#testimonials" }]} + buttons={[ + { text: "Contact Us", href: "#contact" }, + { text: "Explore All Services", href: "#testimonials" } + ]} buttonAnimation="slide-up" />