Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-21 13:09:06 +00:00
parent f58cc13c9a
commit 7c30567bf8

View File

@@ -18,8 +18,7 @@ interface ProductPageProps {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Blog", id: "/blog" }, { name: "About Us", id: "/#about-us" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact-us" }, { name: "Contact", id: "/#contact-us" },
]; ];