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) }} />