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

This commit is contained in:
2026-02-17 10:57:34 +00:00
parent 21a7d1e17e
commit 726bc51a6e

View File

@@ -92,7 +92,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -136,7 +135,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -187,7 +185,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="productDetailCard" data-section="productDetailCard">