From 4545486605aa49a83172a84bf85f8a44f2e46744 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 00:03:43 +0000 Subject: [PATCH] Update src/app/carrinho/page.tsx --- src/app/carrinho/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/carrinho/page.tsx b/src/app/carrinho/page.tsx index 0cd0a3b..59e3f30 100644 --- a/src/app/carrinho/page.tsx +++ b/src/app/carrinho/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { price: "$12.50", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg?_wi=1", imageAlt: "MacarrĂ£o fresco caseiro", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { price: "$25.00", rating: 4.5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg?_wi=1", imageAlt: "Lasanha bolonhesa congelada", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { price: "$15.75", rating: 4.8, reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg?_wi=1", imageAlt: "Nhoque de batata tradicional", }, ]}