diff --git a/src/app/page.tsx b/src/app/page.tsx index 8016a81..7eb13c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,42 +137,42 @@ export default function LandingPage() { id: "p1", name: "Chocolate Caliente", price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=1", imageAlt: "Chocolate caliente artesano", }, { id: "p2", name: "Café Premium", price: "2.00€", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=1", imageAlt: "Café de calidad", }, { id: "p3", name: "Bocadillos Variados", price: "5.50€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=1", imageAlt: "Bocadillo tradicional", }, { id: "p4", name: "Bollería Artesana", price: "2.50€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=2", imageAlt: "Bollería variada", }, { id: "p5", name: "Suizo con Nata", price: "5.00€", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=2", imageAlt: "Suizo con nata", }, { id: "p6", name: "Zumos Naturales", price: "3.50€", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=2", imageAlt: "Zumo recién exprimido", }, ]}