From c5edb040110a3c0117d6a780b05ea94d2e91d783 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 17:39:12 +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 b6102eb..09902fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,8 +188,8 @@ export default function LandingPage() { }, { items: [ - { label: "Contact", href: "#contact" }, - { label: "Subscribe", href: "#contact" }, + { label: "Contact: 725863", href: "tel:725863" }, + { label: "Email: np@wp.c", href: "mailto:np@wp.c" }, { label: "FAQ", href: "#faq" }, { label: "Testimonials", href: "#testimonials" } ] -- 2.49.1