Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -100,6 +100,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Shop", id: "/shop" }
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -167,6 +168,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Shop", id: "/shop" }
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -241,6 +243,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Shop", id: "/shop" }
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="productDetailCard" data-section="productDetailCard">
|
<div id="productDetailCard" data-section="productDetailCard">
|
||||||
|
|||||||
Reference in New Issue
Block a user