From f63b41151f88694e7e53d3e03fc0418b98cd3c9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 06:52:18 +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 ce5f88a..0531281 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" /> -- 2.49.1