Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 13:09:07 +00:00
parent 7c30567bf8
commit 8aebc57ace

View File

@@ -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" },
];