diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ed2636..0936ccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,16 +70,16 @@ export default function LandingPage() { tagIcon={Utensils} products={[ { - id: "1", name: "Pollo Asado 1/4", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189861.jpg", imageAlt: "Pollo asado con acompañamientos" + id: "1", name: "Pollo Asado 1/4", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189861.jpg?_wi=1", imageAlt: "Pollo asado con acompañamientos" }, { - id: "2", name: "Pollo Frito 1/4", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-with-green-salad_114579-4303.jpg", imageAlt: "Pollo frito crujiente" + id: "2", name: "Pollo Frito 1/4", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-with-green-salad_114579-4303.jpg?_wi=1", imageAlt: "Pollo frito crujiente" }, { - id: "3", name: "Pollo en Salsa", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-dark-surface_140725-88521.jpg", imageAlt: "Pollo guisado en salsa" + id: "3", name: "Pollo en Salsa", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-dark-surface_140725-88521.jpg?_wi=1", imageAlt: "Pollo guisado en salsa" }, { - id: "4", name: "Combo Familiar", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/old-man-putting-roasted-chicken-festive-table_23-2147973656.jpg", imageAlt: "Combo familiar completo" + id: "4", name: "Combo Familiar", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/old-man-putting-roasted-chicken-festive-table_23-2147973656.jpg?_wi=1", imageAlt: "Combo familiar completo" }, { id: "5", name: "Helado Variado", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-stand_169016-6345.jpg", imageAlt: "Helados y postres frescos" @@ -109,7 +109,7 @@ export default function LandingPage() { { id: 1, title: "Pollos Asados", description: "Pollo rostizado a la perfección con nuestro toque especial", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189861.jpg", imageAlt: "Pollo asado" + imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189861.jpg?_wi=2", imageAlt: "Pollo asado" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-female-using-smart-phone-while-having-lunch-cafe-caucasian-woman-holding-electronic-device-with-blank-screen-with-copy-space-your-promotional-content_273609-6585.jpg", imageAlt: "Ordenar online" @@ -118,7 +118,7 @@ export default function LandingPage() { { id: 2, title: "Pollos Fritos", description: "Crujientes y dorados, preparados con receta casera", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-with-green-salad_114579-4303.jpg", imageAlt: "Pollo frito" + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-with-green-salad_114579-4303.jpg?_wi=2", imageAlt: "Pollo frito" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-receiving-delivery_23-2148577069.jpg", imageAlt: "Delivery rápido" @@ -127,10 +127,10 @@ export default function LandingPage() { { id: 3, title: "Pollos en Salsa", description: "Guisados en salsa tradicional, tiernos y sabrosos", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-dark-surface_140725-88521.jpg", imageAlt: "Pollo en salsa" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-dark-surface_140725-88521.jpg?_wi=2", imageAlt: "Pollo en salsa" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/old-man-putting-roasted-chicken-festive-table_23-2147973656.jpg", imageAlt: "Combo familiar" + imageSrc: "http://img.b2bpic.net/free-photo/old-man-putting-roasted-chicken-festive-table_23-2147973656.jpg?_wi=2", imageAlt: "Combo familiar" } } ]}