Merge version_2 into main #3
@@ -92,7 +92,6 @@ export default function ProductPage({ 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">
|
||||||
@@ -136,7 +135,6 @@ export default function ProductPage({ 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">
|
||||||
@@ -187,7 +185,6 @@ export default function ProductPage({ 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