Update src/app/carrinho/page.tsx

This commit is contained in:
2026-03-26 00:03:43 +00:00
parent a9d73ca4e2
commit 4545486605

View File

@@ -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",
},
]}