From c7f97511bc979e9be9dbcac8a8d98038c2611565 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:32:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9ed295..9156c31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { ]} brandName="D&E Heating & Air" button={{ - text: "Call Now: 555-0123", href: "tel:5550123"}} + text: "Call Now: +12145013775", href: "tel:+12145013775"}} /> @@ -192,7 +192,7 @@ export default function LandingPage() { text="Texas Heat Won't Wait. Contact D&E Today." buttons={[ { - text: "Call 555-0123", href: "tel:5550123"}, + text: "Call +12145013775", href: "tel:+12145013775"}, { text: "Request a Quote", href: "#"}, ]} @@ -221,7 +221,7 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "555-0123", href: "tel:5550123"}, + label: "+12145013775", href: "tel:+12145013775"}, { label: "support@deheating.com", href: "mailto:support@deheating.com"}, ],