Update src/app/carrinho/page.tsx
This commit is contained in:
@@ -89,7 +89,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=4",
|
||||
imageAlt: "Macarrão fresco caseiro",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,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=3",
|
||||
imageAlt: "Lasanha bolonhesa congelada",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,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=3",
|
||||
imageAlt: "Nhoque de batata tradicional",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user