From 5e1f3e5148b941655c813abc7f3e79af8c9c33ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:09:31 +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 bc4d82e..46ca9c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Get a Free Quote", href: "contact" }, - { text: "Call Now", href: "tel:+17135551234" } + { text: "Call (713) 555-1234", href: "tel:+17135551234" } ]} buttonAnimation="slide-up" mediaItems={[ -- 2.49.1