From d580eda09db530b1155d4b05564a3e56ebfd672d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 683fdf5..4082fad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cheeseburger_23-2148314189.jpg", imageAlt: "Local Encuentro's Burger"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cheeseburger_23-2148314189.jpg?_wi=1", imageAlt: "Local Encuentro's Burger"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg", imageAlt: "Hamburguesa estrella"}, + imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg?_wi=1", imageAlt: "Hamburguesa estrella"}, ]} mediaAnimation="slide-up" rating={4.6} @@ -92,13 +92,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-meal-street_23-2151542634.jpg", imageAlt: "Enjoying a meal in the street"}, { title: "Para llevar", description: "Haz tu pedido y recógelo cuando esté listo.", buttonIcon: ShoppingBag, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cheeseburger_23-2148314189.jpg", imageAlt: "Enjoying a meal in the street"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cheeseburger_23-2148314189.jpg?_wi=2", imageAlt: "Enjoying a meal in the street"}, { title: "A domicilio", description: "Te lo llevamos a casa cómodamente.", buttonIcon: Bike, - imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg", imageAlt: "Enjoying a meal in the street"}, + imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg?_wi=2", imageAlt: "Enjoying a meal in the street"}, { title: "Eventos Privados", description: "Celebra tus ocasiones especiales con nosotros.", buttonIcon: PartyPopper, - imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg", imageAlt: "Enjoying a meal in the street"}, + imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg?_wi=1", imageAlt: "Enjoying a meal in the street"}, ]} title="Nuestros servicios" description="Disfruta de nuestros productos como prefieras." @@ -115,7 +115,7 @@ export default function LandingPage() { { id: "p1", name: "Burger Estrella", price: "12 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-wooden-board_23-2148238512.jpg", imageAlt: "Hamburguesa Estrella"}, { - id: "p2", name: "Fingers de Pollo", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg", imageAlt: "Fingers de pollo"}, + id: "p2", name: "Fingers de Pollo", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg?_wi=2", imageAlt: "Fingers de pollo"}, { id: "p3", name: "Perrito Clásico", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-hot-dogs-arrangement_23-2148768200.jpg", imageAlt: "Perrito clásico"}, { -- 2.49.1