From a08785dbff0bc3fcac09d64b3a9c48b8f1bf3461 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:47:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bd429e..efb2e35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Get a Free Consultation", href: "contact" }, + { text: "Schedule Free Consultation", href: "contact" }, { text: "Learn More", href: "services" }, ]} buttonAnimation="slide-up" -- 2.49.1