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" }, ]}