From bf334abc4e55d1ba3736934575c7607bc1eb2567 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:37:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8683d0..634da31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,21 +138,21 @@ export default function LandingPage() { id: "churrasco-chacarero", name: "Churrasco chacarero", price: "$6.900", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=1", imageAlt: "Churrasco Chacarero", }, { id: "completo-italiano", name: "Completo italiano gigante", price: "$4.500", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-mustard-onion_23-2148768194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-mustard-onion_23-2148768194.jpg?_wi=1", imageAlt: "Completo Italiano Gigante", }, { id: "papas-la-pala", name: "Papas fritas La Pala", price: "$4.000", - imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-sandwich-with-grated-cheese-french-fries_140725-2263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-sandwich-with-grated-cheese-french-fries_140725-2263.jpg?_wi=1", imageAlt: "Papas Fritas La Pala", }, ]} @@ -178,35 +178,35 @@ export default function LandingPage() { id: 1, title: "Completos", description: "Completo italiano gigante: $4.500\nCompleto dinamico: $4.800\nCompleto As: $5.500", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=2", imageAlt: "Completos", }, { id: 2, title: "Churrascos", description: "Churrasco chacarero: $6.900\nChurrasco italiano: $6.500\nChurrasco Barros Luco: $6.200", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-mustard-onion_23-2148768194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-mustard-onion_23-2148768194.jpg?_wi=2", imageAlt: "Churrascos", }, { id: 3, title: "Papas Fritas", description: "Papas fritas La Pala: $4.000\nPapas con queso y tocino: $5.200", - imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-sandwich-with-grated-cheese-french-fries_140725-2263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-sandwich-with-grated-cheese-french-fries_140725-2263.jpg?_wi=2", imageAlt: "Papas Fritas", }, { id: 4, title: "Sopaipillas", description: "Sopaipillas clasicas (6 unidades): $3.000\nSopaipillas pasadas (4 unidades): $3.500", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=3", imageAlt: "Sopaipillas", }, { id: 5, title: "Bebestibles", description: "Te con leche: $1.500\nBebida en lata: $1.500\nMote con huesillo: $2.500", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-mustard-onion_23-2148768194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-mustard-onion_23-2148768194.jpg?_wi=3", imageAlt: "Bebestibles", }, ]} -- 2.49.1