Update src/app/page.tsx

This commit is contained in:
2026-03-07 19:09:04 +00:00
parent 3b6fccd4a6
commit 4f90af91a3

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
products={[
{
id: "bife-chorizo", brand: "Especialidad", name: "Bife de Chorizo 450gr", price: "$890", rating: 5,
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/tender-juicy-veal-steak-medium-rare-with-french-fries_2829-19634.jpg", imageAlt: "Bife de Chorizo a la parrilla"
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/tender-juicy-veal-steak-medium-rare-with-french-fries_2829-19634.jpg?_wi=1", imageAlt: "Bife de Chorizo a la parrilla"
},
{
id: "proveta", brand: "Recomendación", name: "Provoleta a la Parrilla", price: "$420", rating: 5,
@@ -92,7 +92,7 @@ export default function LandingPage() {
},
{
id: "costilla", brand: "Premium", name: "Costilla a la Brasa", price: "$750", rating: 5,
reviewCount: "245+", imageSrc: "http://img.b2bpic.net/free-photo/tender-juicy-veal-steak-medium-rare-with-french-fries_2829-19634.jpg", imageAlt: "Costilla a la brasa"
reviewCount: "245+", imageSrc: "http://img.b2bpic.net/free-photo/tender-juicy-veal-steak-medium-rare-with-french-fries_2829-19634.jpg?_wi=2", imageAlt: "Costilla a la brasa"
}
]}
/>