From 442ebd9bcdaec2164765dc83708542d69ab69480 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:34:46 +0000 Subject: [PATCH] Switch to version 2: modified 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 8a77f1e..96915f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} buttons={[ - { text: "Get Emergency Service", href: "tel:469-410-2657" }, + { text: "Call Now: 469-410-2657", href: "tel:469-410-2657" }, { text: "Request Free Estimate", href: "/contact" }, ]} buttonAnimation="slide-up"