From afbe7edf94f8ff94665ac141c6642ab49e7757f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:57:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5bbc16..e94c3e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@fan", testimonial: "El personal es un encanto, siempre te ponen una tapa extra.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1", imageAlt: "traditional spanish bar interior", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@j_c", testimonial: "Muy buen bar de barrio, atento y atento. Siempre te ponen tapa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg?_wi=1", imageAlt: "traditional spanish bar interior", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@ana_m", testimonial: "Comida abundante, precio espectacular, volveré seguro.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg?_wi=1", imageAlt: "traditional spanish bar interior", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@luis_m", testimonial: "Calidad alta y trato cercano. El mejor bar de la zona.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg?_wi=1", imageAlt: "traditional spanish bar interior", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@elenap", testimonial: "Un lugar que se siente como en casa. Tapas de 10.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg?_wi=1", imageAlt: "traditional spanish bar interior", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contacto", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", @@ -211,28 +211,28 @@ export default function LandingPage() { name: "Tortilla de patatas", price: "4€", variant: "Ración", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg?_wi=2", }, { id: "2", name: "Bocadillo caliente", price: "3€", variant: "Tradicional", - imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg?_wi=2", }, { id: "3", name: "Ración de bravas", price: "5€", variant: "Clásica", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg?_wi=2", }, { id: "4", name: "Caña bien tirada", price: "1.5€", variant: "Cerveza", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg?_wi=2", }, { id: "5", -- 2.49.1