From ab1f3203bc5aa939b60dbdfe97d02832f813c6b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:02:36 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9925e3b..f92f013 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,6 +26,7 @@ export default function ContactPage() { navItems={[ { name: "About", id: "/#about" }, { name: "Services", id: "/#services" }, + { name: "Customers", id: "/customers" }, { name: "Trust", id: "/#trust" }, { name: "Contact", id: "/contact" }, ]}