Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 04:45:43 +00:00
parent 8e3c2f54f2
commit 7c8d4a7502

View File

@@ -37,8 +37,8 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
brandName="Fogo de Chão"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -69,8 +69,8 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
brandName="Fogo de Chão"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">