From f0d9fc8a487a31c199d5a4e8c616a0fe15b640d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:25:28 +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 3538c66..911ea2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { ]} avatarText="Serving the Inland Empire since 2015" buttons={[ - { text: "Call Now", href: "tel:+19517551234" }, + { text: "Call Now (323) 379-4301", href: "tel:+13233794301" }, { text: "Get Free Quote", href: "/contact" }, ]} buttonAnimation="slide-up"