Update src/app/shop/page.tsx
This commit is contained in:
@@ -13,8 +13,7 @@ import { useCheckout } from "@/hooks/useCheckout";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About Us", id: "/#about-us" },
|
||||
{ name: "Contact", id: "/#contact-us" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user