From 8e3c2f54f2d3e34eee9aae1ba541a4459d90ed56 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:45:42 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 36fdead..f9f0cf0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,8 +94,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} brandName="Fogo de Chão" + button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -127,8 +127,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} brandName="Fogo de Chão" + button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -167,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} brandName="Fogo de Chão" + button={{ text: "Cart", onClick: () => setCartOpen(true) }} />