From 734a242a0a4f2c9c2f9b0205a97bbe045bfca474 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 00:50:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e73caa5..8e9a942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="Mamá Luz te espera en el Mercado Modelo de Ica. Desayunos típicos, porciones generosas y el sabor de casa desde las 6:00 a.m." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg?_wi=1", imageAlt: "Desayuno Mamá Luz", }, { - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg?_wi=1", imageAlt: "Pan con chicharrón", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pot-with-yummy-potatoes_23-2147894798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pot-with-yummy-potatoes_23-2147894798.jpg?_wi=1", imageAlt: "Carapulcra con sopa seca", }, { - imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg?_wi=2", imageAlt: "Platos tradicionales", }, { - imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=1", imageAlt: "Tamales frescos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg?_wi=2", imageAlt: "Chicharrón de chancho", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg?_wi=3", imageAlt: "Pan con chicharrón", }, { - imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=2", imageAlt: "Tamales", }, { - imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg?_wi=3", imageAlt: "Plato Mamá Luz", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pot-with-yummy-potatoes_23-2147894798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pot-with-yummy-potatoes_23-2147894798.jpg?_wi=2", imageAlt: "Carapulcra", }, { - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg?_wi=4", imageAlt: "Chicharrón", }, { - imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg?_wi=4", imageAlt: "Desayuno Ica", }, ]} @@ -194,19 +194,19 @@ export default function LandingPage() { id: "1", name: "Tamales", price: "S/ 10", - imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=3", }, { id: "2", name: "Pan con Chicharrón", price: "S/ 15", - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-8356.jpg?_wi=5", }, { id: "3", name: "Carapulcra con Sopa Seca", price: "S/ 20", - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pot-with-yummy-potatoes_23-2147894798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pot-with-yummy-potatoes_23-2147894798.jpg?_wi=3", }, ]} title="Platos Destacados" @@ -221,7 +221,7 @@ export default function LandingPage() { { id: "1", name: "Juan Pérez", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=1", }, { id: "2", @@ -241,7 +241,7 @@ export default function LandingPage() { { id: "5", name: "Luis Soto", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=2", }, ]} cardTitle="Lo que dicen nuestros clientes" @@ -266,7 +266,7 @@ export default function LandingPage() {