diff --git a/src/app/carta/page.tsx b/src/app/carta/page.tsx index 4c43139..bbc80e0 100644 --- a/src/app/carta/page.tsx +++ b/src/app/carta/page.tsx @@ -55,7 +55,7 @@ export default function CartaPage() { title: "Platos Fríos", subtitle: "Para compartir", description: "Ceviches variados, causas limeñas, papa a la huancaína y anticuchos. Cada entrada es una explosión de sabor fresco.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-wooden-trace-with-cheese-assortment-green-olives-chocolate-bars_181624-30994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-wooden-trace-with-cheese-assortment-green-olives-chocolate-bars_181624-30994.jpg?_wi=2", imageAlt: "Entrantes y platos fríos peruanos", }, { @@ -64,7 +64,7 @@ export default function CartaPage() { title: "Especialidades de la Casa", subtitle: "Sabor auténtico", description: "Lomo saltado, ají de gallina, jalea de mariscos, arroz con pato y seco de cordero. Nuestros platos más solicitados.", - imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg?_wi=3", imageAlt: "Platos principales peruanos", }, { @@ -73,7 +73,7 @@ export default function CartaPage() { title: "Refrescos y Bebidas", subtitle: "Sabor Perú", description: "Chicha morada, refrescos caseros, cervezas locales y pisco. Acompaña tu comida con bebidas auténticas del Perú.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-snacks-platter-with-string-cheese-smoked-herrings-chickpeas-chips_140725-6992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-snacks-platter-with-string-cheese-smoked-herrings-chickpeas-chips_140725-6992.jpg?_wi=2", imageAlt: "Bebidas y refrescos peruanos", }, ]} @@ -93,42 +93,42 @@ export default function CartaPage() { id: "ceviche-clasico", name: "Ceviche Clásico", price: "15€", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fish-fillet-grilled-with-vegetables-served-with-fresh-herbs-sauce-plate_141793-2970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fish-fillet-grilled-with-vegetables-served-with-fresh-herbs-sauce-plate_141793-2970.jpg?_wi=3", imageAlt: "Ceviche clásico fresco", }, { id: "papa-huancaina", name: "Papa a la Huancaína", price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-potatoes-with-minced-meat-greens-inside-plate-dark-blue-desk_140725-49054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-potatoes-with-minced-meat-greens-inside-plate-dark-blue-desk_140725-49054.jpg?_wi=2", imageAlt: "Papa a la huancaína", }, { id: "causa-limeña", name: "Causa Limeña", price: "13€", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332811.jpg?_wi=2", imageAlt: "Causa limeña tradicional", }, { id: "lomo-saltado", name: "Lomo Saltado", price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg?_wi=4", imageAlt: "Lomo saltado con papas", }, { id: "aji-gallina", name: "Ají de Gallina", price: "14€", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332811.jpg?_wi=3", imageAlt: "Ají de gallina cremoso", }, { id: "jalea-mixta", name: "Jalea Mixta", price: "16€", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-potatoes-with-minced-meat-greens-inside-plate-dark-blue-desk_140725-49054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-potatoes-with-minced-meat-greens-inside-plate-dark-blue-desk_140725-49054.jpg?_wi=3", imageAlt: "Jalea de mariscos fritos", }, ]} @@ -154,7 +154,7 @@ export default function CartaPage() {