Update src/app/shop/page.tsx

This commit is contained in:
2026-02-16 03:57:01 +00:00
parent 04ef71a463
commit 44fe1b00fd

View File

@@ -43,8 +43,7 @@ export default function ShopPage() {
{ name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -87,8 +86,7 @@ export default function ShopPage() {
{ name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>