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

This commit is contained in:
2026-02-24 01:04:35 +00:00
parent 881391929c
commit 2100cad750

View File

@@ -100,8 +100,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Contact","id":"contact-section"}, {"name":"Contact","id":"contact-section"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
brandName="Steins Bagels"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Steins Bagels"
/> />
</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">
@@ -139,8 +139,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Contact","id":"contact-section"}, {"name":"Contact","id":"contact-section"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
brandName="Steins Bagels"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Steins Bagels"
/> />
</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">
@@ -185,8 +185,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Contact","id":"contact-section"}, {"name":"Contact","id":"contact-section"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
brandName="Steins Bagels"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Steins Bagels"
/> />
</div> </div>
<div id="productDetailCard" data-section="productDetailCard"> <div id="productDetailCard" data-section="productDetailCard">