diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 771cd9e..01367a1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,6 +9,7 @@ import Link from "next/link"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, + { name: "Products", id: "/products" }, { name: "Reviews", id: "/reviews" }, { name: "Guides", id: "/guides" }, { name: "Blog", id: "/blog" }, @@ -66,7 +67,7 @@ export default function ContactPage() { @@ -93,4 +94,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}