Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-25 23:37:57 +00:00

View File

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