Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-25 11:36:08 +00:00
parent da2fd6100b
commit 23687d1ce0

View File

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