From 970ba2ddc639fef6e592f558ab3905a68a4cb40a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:28:58 +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 2cd7573..eb35c47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,8 +166,8 @@ export default function LandingPage() { @@ -179,11 +179,11 @@ export default function LandingPage() { columns={[ { title: "Services", items: [{ label: "Leak Repair", href: "#services" }, { label: "Water Heaters", href: "#services" }] }, { title: "Hours & Area", items: [{ label: "Mon-Sat 8am-6pm", href: "#" }, { label: "Service Area: Full County", href: "#" }] }, - { title: "Contact", items: [{ label: "+16788952853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] }, + { title: "Contact", items: [{ label: "+1 (678) 895-2853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1