From 4f004ae63f427c5d51d3cb582b746401ac629bae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:25:27 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8e3c6a1..b27dec2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { useInvertedBackground={false} animationType="entrance-slide" buttons={[ - { text: "Call (951) 755-1234", href: "tel:+19517551234" }, + { text: "Call (323) 379-4301", href: "tel:+13233794301" }, { text: "Get Free Quote", href: "/contact" }, ]} className="w-full py-24"