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

This commit is contained in:
2026-02-20 19:32:42 +00:00
parent b5915ce5eb
commit 4d5da08648

View File

@@ -100,8 +100,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -148,8 +146,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-not-found" data-section="product-not-found">
@@ -205,8 +201,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">