diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9c3913b..4c7ec09 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -12,7 +12,7 @@ import { Building2, Award } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, + { name: "How It Works", id: "/how-it-works" }, { name: "Products", id: "/products" }, { name: "Contact", id: "/contact" }, ]; @@ -32,19 +32,19 @@ export default function ContactPage() { >