From f9353d739985c0f43df82d69c80fd57820be94b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:58:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50f7d0b..c9b3aff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Get a Free Estimate", href: "#contact" }, + { text: "Schedule Free Consultation", href: "#contact" }, { text: "Call Now", href: "tel:+1-815-555-0147" } ]} buttonAnimation="blur-reveal" @@ -241,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file