From a3c785a0449b56d927647561a442e8bfe773595e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:53:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e48502b..5b6e9fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Trusted by DC Homeowners" buttons={[ { text: "Get a Free Inspection", href: "#contact" }, - { text: "Call Now", href: "tel:5550101" }, + { text: "Call Now", href: "tel:+12025686865" }, ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg?_wi=1", imageAlt: "Urban rowhouse roofing" }, @@ -183,7 +183,7 @@ export default function LandingPage() { text="Need Roofing Help Without the Runaround? Schedule a free inspection and get honest guidance, fast communication, and peace of mind." buttons={[ { text: "Book Free Inspection", href: "#" }, - { text: "Call United Roofing", href: "tel:5550101" }, + { text: "Call United Roofing", href: "tel:+12025686865" }, ]} /> -- 2.49.1