From 45cc8dce20561c2d5077aaf559826960879112e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:58:21 +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 d94ce82..af427ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,7 +175,7 @@ export default function LandingPage() { text="Ready to get help? Our team is standing by to provide the same-day, reliable technical support you need. Contact us today to experience the N & N difference." buttons={[ { - text: "Contact Us Now", href: "mailto:hello@nn-electric.com"}, + text: "Contact Us Now", onClick: () => window.location.href = "tel:+17407790262"}, ]} /> @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1