From 1fe37f19ccd6eba0923ca3e3dfa55ed67aa548b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 07:05:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 151e0d6..dc7abc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,10 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={true} - buttons={[{ text: "Explore Services", href: "#contact" }]} + buttons={[ + { text: "Schedule Consultation", href: "#contact" }, + { text: "Explore Services", href: "#contact" } + ]} buttonAnimation="blur-reveal" /> @@ -211,7 +214,7 @@ export default function LandingPage() {