diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5f8d6fd..423d1f3 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -18,8 +18,7 @@ interface ProductPageProps { const navItems = [ { name: "Home", id: "/" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, + { name: "About Us", id: "/#about-us" }, { name: "Contact", id: "/#contact-us" }, ];