From 1f7a0768e58ffaf4ec871c3ce77fc0eec5400cbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21: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 fb06e2c..7ab814a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,7 +177,7 @@ export default function LandingPage() { variant: "sparkles-gradient"}} useInvertedBackground={true} buttons={[ - { text: "Call (765) 201-0460", href: "tel:7652010460" }, + { text: "Get Your Free Estimate", href: "tel:7652010460" }, { text: "Visit 2300 Concord Rd", href: "https://maps.app.goo.gl/" } ]} /> @@ -216,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file