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