Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 11:36:09 +00:00
parent 23687d1ce0
commit 94fbebdc8f

View File

@@ -50,10 +50,6 @@ function ShopPageContent() {
brandName="Dring Together"
navItems={navItems}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileMenuItems={[
...navItems,
{ type: 'button', text: "Cart", onClick: () => setCartOpen(true) }
]}
/>
);