From 17a46661e74bf9e3394bdda428dd8c0aa40741ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:52:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bbcb16..cc12ae6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="24/7 Service" title="Plumbing Emergency?" - description="Call us right now at 555-0123. Immediate dispatch available for all residential plumbing needs." + description="Call us right now at +16302861441. Immediate dispatch available for all residential plumbing needs." buttons={[ { - text: "Call Now: 555-0123", href: "tel:5550123"}, + text: "Call Now: +16302861441", href: "tel:+16302861441"}, ]} tagIcon={Phone} /> @@ -190,7 +190,7 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "555-0123", href: "tel:5550123"}, + label: "+16302861441", href: "tel:+16302861441"}, { label: "info@rossiplumbing.com", href: "mailto:info@rossiplumbing.com"}, ], @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1