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

This commit is contained in:
2026-02-24 04:45:42 +00:00
parent dfe17fe793
commit 8e3c2f54f2

View File

@@ -94,8 +94,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"}, {"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Fogo de Chão" brandName="Fogo de Chão"
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">
@@ -127,8 +127,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"}, {"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Fogo de Chão" brandName="Fogo de Chão"
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,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"}, {"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Fogo de Chão" brandName="Fogo de Chão"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
<div id="productDetailCard" data-section="productDetailCard"> <div id="productDetailCard" data-section="productDetailCard">