From e1241cd0a1fd543e8b69b18b7ca8b2bc5b12577b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:21:12 +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 ab90e66..85c0013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { quote: "Ambiente acogedor y auténtico. Perfecto tanto para desconectar como para compartir.", name: "Ana G.", role: "Cliente habitual", - imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg?_wi=1", }, { id: "2", @@ -114,7 +114,7 @@ export default function LandingPage() { quote: "El servicio es rápido y la comida siempre está fresca. Mi sitio preferido en Acajabón.", name: "Marta S.", role: "Cliente habitual", - imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg?_wi=2", }, ]} title="Clientes que ya lo tienen claro" @@ -132,21 +132,21 @@ export default function LandingPage() { id: 1, title: "Desayunos que crean hábito", description: "Bocadillos y café que convierten cualquier mañana en tu momento favorito.", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-ham_1339-5800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-ham_1339-5800.jpg?_wi=1", imageAlt: "Bocadillo artesanal", }, { id: 2, title: "Comida casera real", description: "Menús completos, equilibrados y hechos con dedicación.", - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-potatoes-tomatoes-bell-peppers-greens_140725-7984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-with-potatoes-tomatoes-bell-peppers-greens_140725-7984.jpg?_wi=1", imageAlt: "Menú casero", }, { id: 3, title: "Servicio ágil", description: "Sabemos que tu tiempo importa.", - imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-with-latte-art-tray_23-2148326720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-with-latte-art-tray_23-2148326720.jpg?_wi=1", imageAlt: "Servicio de barra", }, ]} @@ -191,21 +191,21 @@ export default function LandingPage() { id: "prod-1", name: "Desayuno Especial", price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-ham_1339-5800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-ham_1339-5800.jpg?_wi=2", imageAlt: "Desayuno especial", }, { id: "prod-2", name: "Menú del Día", price: "12.00€", - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-potatoes-tomatoes-bell-peppers-greens_140725-7984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-with-potatoes-tomatoes-bell-peppers-greens_140725-7984.jpg?_wi=2", imageAlt: "Menú del día", }, { id: "prod-3", name: "Café Artesanal", price: "1.50€", - imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-with-latte-art-tray_23-2148326720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-with-latte-art-tray_23-2148326720.jpg?_wi=2", imageAlt: "Café especial", }, ]} -- 2.49.1