From f3ac56f541ac5b914774bc9edf0c7e28dd0d8a66 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:00:27 +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 fcfa3f3..e29de6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Get Free Estimate", href: "contact" }, + { text: "Get Free Estimate Now", href: "contact" }, { text: "Call Now: 631-957-5400", href: "tel:631-957-5400" }, ]} buttonAnimation="slide-up" -- 2.49.1