From 631a92e71f1437315b94f6d7191cdaca341fa0f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:42:39 +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 fdea8a0..f774faf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "tel:984062699", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="modern vegan restaurant terrace" /> @@ -83,42 +83,42 @@ export default function LandingPage() { id: "1", name: "Cachopo Vegano", price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mix-figs-nuts-plate_23-2148352342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mix-figs-nuts-plate_23-2148352342.jpg?_wi=1", imageAlt: "Cachopo Vegano", }, { id: "2", name: "Fabada Vegana", price: "14€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447842.jpg?_wi=1", imageAlt: "Fabada Vegana", }, { id: "3", name: "Brownie Vegano", price: "6€", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-coffee-beans-wooden-spoon_1150-20864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-coffee-beans-wooden-spoon_1150-20864.jpg?_wi=1", imageAlt: "Brownie Vegano", }, { id: "4", name: "Tortilla Sin Huevo", price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mix-figs-nuts-plate_23-2148352342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mix-figs-nuts-plate_23-2148352342.jpg?_wi=2", imageAlt: "Tortilla", }, { id: "5", name: "Ensalada Cultivada", price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447842.jpg?_wi=2", imageAlt: "Ensalada", }, { id: "6", name: "Sopa de Temporada", price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-coffee-beans-wooden-spoon_1150-20864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-coffee-beans-wooden-spoon_1150-20864.jpg?_wi=2", imageAlt: "Sopa", }, ]} @@ -228,7 +228,7 @@ export default function LandingPage() {