From 5b41dc2dbcc722c65268023d50496c89d9de9263 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:44:00 +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 de7eb0a..badf050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg?_wi=1", imageAlt: "Kaferÿ Beer Experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg?_wi=1", imageAlt: "Cachopo Kaferÿ", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg?_wi=1", imageAlt: "Milanesa de Autor", }, { @@ -169,21 +169,21 @@ export default function LandingPage() { title: "Café Templo", description: "El cierre maestro tras tu comida.", buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg?_wi=2", imageAlt: "Low angle glass with champagne almost full", }, { title: "Terraza Exclusiva", description: "Disfruta al aire libre en pleno corazón.", buttonIcon: "Sun", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg?_wi=2", imageAlt: "Low angle glass with champagne almost full", }, { title: "Fútbol en Directo", description: "Vive los partidos en la mejor compañía.", buttonIcon: "Tv", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg?_wi=2", imageAlt: "Low angle glass with champagne almost full", }, ]} -- 2.49.1