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

This commit is contained in:
2026-02-25 01:36:38 +00:00
parent 02dd7e8364
commit 1c21619abc

View File

@@ -100,7 +100,6 @@ function ProductPageContent({ 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">
@@ -168,7 +167,6 @@ function ProductPageContent({ 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">
@@ -243,7 +241,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="productDetailCard" data-section="productDetailCard">