From a3cc4dca68d3d3771d85d4d5d211b793e237c0c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:41:11 +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 38a1860..ed9696b 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: "Call for a Free Estimate", href: "https://tel:+17135550142" }, + { text: "Call Now for Free Estimate", href: "https://tel:+17135550142" }, { text: "Get a Quote Online", href: "#contact" } ]} buttonAnimation="slide-up" @@ -317,4 +317,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file