Update src/app/produtos/page.tsx
This commit is contained in:
@@ -68,7 +68,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=3",
|
||||
imageAlt: "Macarrão fresco caseiro",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,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",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,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",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
price: "$18.90",
|
||||
rating: 4.2,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-meal-khingal-made-with-dough-wooden-cutting-board_140725-10412.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-meal-khingal-made-with-dough-wooden-cutting-board_140725-10412.jpg?_wi=2",
|
||||
imageAlt: "Ravioli de carne artesanal",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
price: "$14.00",
|
||||
rating: 4.7,
|
||||
reviewCount: "78",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg?_wi=2",
|
||||
imageAlt: "Fettuccine premium",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
price: "$13.20",
|
||||
rating: 4.1,
|
||||
reviewCount: "52",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spaghetti-with-parmesan-bowl_23-2148361315.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spaghetti-with-parmesan-bowl_23-2148361315.jpg?_wi=2",
|
||||
imageAlt: "Tagliatelle integral",
|
||||
},
|
||||
]}
|
||||
@@ -137,21 +137,21 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
title: "Frescor Garantido",
|
||||
description: "Produtos frescos entregues diretamente do produtor à sua mesa, mantendo a qualidade superior.",
|
||||
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 de alta qualidade",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Entrega Rápida e Segura",
|
||||
description: "Logística eficiente para que seus produtos cheguem a tempo, sempre com segurança e pontualidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg?_wi=2",
|
||||
imageAlt: "Caminhão de entrega rápida",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Preços Competitivos",
|
||||
description: "Oferecemos os melhores preços sem comprometer a qualidade, maximizando seu custo-benefício.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49813.jpg?_wi=2",
|
||||
imageAlt: "Gráfico de economia e preços",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user