From 027212f2b078cf75835daa23234cd046a3443a82 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:29:48 +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 42ca656..f0caa2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@juanp", testimonial: "Las mejores milanesas de Gonnet, siempre abundantes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg?_wi=1", }, { name: "Maria Lopez", handle: "@marial", testimonial: "Excelente atención y todo siempre fresco.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg?_wi=1", }, { name: "Carlos Gomez", handle: "@carlosg", testimonial: "La pizza muzzarella es un clásico que no falla.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg?_wi=2", }, { name: "Ana Silva", handle: "@anasilva", testimonial: "Empanadas caseras de verdad, muy ricas.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg?_wi=2", }, { name: "Diego Ruiz", handle: "@diego88", testimonial: "La porción de milanesa es enorme y el sabor es de hogar.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg?_wi=3", }, ]} buttons={[ @@ -168,7 +168,7 @@ export default function LandingPage() { price: "$$$", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg?_wi=1", }, { id: "p1", @@ -177,7 +177,7 @@ export default function LandingPage() { price: "$$$", rating: 5, reviewCount: "85+", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6526.jpg?_wi=1", }, { id: "e1", @@ -195,7 +195,7 @@ export default function LandingPage() { price: "$$$", rating: 5, reviewCount: "95+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg?_wi=2", }, { id: "p2", @@ -204,7 +204,7 @@ export default function LandingPage() { price: "$$", rating: 4, reviewCount: "110+", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6526.jpg?_wi=2", }, { id: "t1", @@ -213,7 +213,7 @@ export default function LandingPage() { price: "$$", rating: 5, reviewCount: "70+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg?_wi=3", }, ]} title="Nuestro Menú" -- 2.49.1