From b9a736eb87df9558dae85bf8fe4b51a0464d2aa1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 03:06:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2719db..6cdb09a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,21 +74,21 @@ export default function LandingPage() { handle: "@ElMaestroGrill", testimonial: "La carne es puro fuego y sabor, ¡una joya oculta de la noche!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-with-pan_23-2149631736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-with-pan_23-2149631736.jpg?_wi=1", }, { name: "Sofía M.", handle: "@FoodieNocturna", testimonial: "¡Mi lugar favorito para esas madrugadas! Sabor único y siempre perfecto.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lady-good-mood-poses-terrace-with-champagne-glass-girl-with-beautiful-hairstyle-fashionable-clothes-enjoys-relaxing-balcony_197531-29954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lady-good-mood-poses-terrace-with-champagne-glass-girl-with-beautiful-hairstyle-fashionable-clothes-enjoys-relaxing-balcony_197531-29954.jpg?_wi=1", }, { name: "Javier P.", handle: "@VidaUrbana", testimonial: "El ambiente es inmejorable, y los precios... ¡simplemente imbatibles!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335457.jpg?_wi=1", }, ]} tag="El Sabor de la Madrugada" @@ -191,7 +191,7 @@ export default function LandingPage() { name: "El Agachadito Especial", price: "$14.75", variant: "La combinación perfecta", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-banquet-with-lots-food_52683-101173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-banquet-with-lots-food_52683-101173.jpg?_wi=1", imageAlt: "Plato variado con carne, arroz y acompañamientos", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { name: "Costillas BBQ Nocturnas", price: "$16.25", variant: "Caen del hueso", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-banquet-with-lots-food_52683-101173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-banquet-with-lots-food_52683-101173.jpg?_wi=2", imageAlt: "Costillas BBQ glaseadas y listas para comer", }, ]} @@ -222,7 +222,7 @@ export default function LandingPage() { role: "Entusiasta Culinaria", company: "Ciudad Nocturna", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335457.jpg?_wi=2", }, { id: "2", @@ -230,7 +230,7 @@ export default function LandingPage() { role: "Trabajador Nocturno", company: "Logistics S.A.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lady-good-mood-poses-terrace-with-champagne-glass-girl-with-beautiful-hairstyle-fashionable-clothes-enjoys-relaxing-balcony_197531-29954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lady-good-mood-poses-terrace-with-champagne-glass-girl-with-beautiful-hairstyle-fashionable-clothes-enjoys-relaxing-balcony_197531-29954.jpg?_wi=2", }, { id: "3", @@ -246,7 +246,7 @@ export default function LandingPage() { role: "Estudiante Universitario", company: "Urbana", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-with-pan_23-2149631736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-with-pan_23-2149631736.jpg?_wi=2", }, { id: "5", @@ -254,7 +254,7 @@ export default function LandingPage() { role: "Diseñadora Gráfica", company: "Creative Minds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335457.jpg?_wi=3", }, ]} title="Lo que Dicen Nuestros Amantes del Sabor" -- 2.49.1