From 8a6f69e4b0bdf8bb80abe1e903d69df73ce266fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 03:58:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16f8155..f99d566 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,35 +56,35 @@ export default function LandingPage() { handle: "@anagarcia", testimonial: "Excelente lugar, buen café y un ambiente muy agradable", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg?_wi=1", }, { name: "Luis Pérez", handle: "@luisperez", testimonial: "Me encanta este cafecito, es muy rico y su personal muy amable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg?_wi=1", }, { name: "Maria Lopez", handle: "@marialopez", testimonial: "Amazing coffee and great vibes with friendly service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=1", }, { name: "Javier Ruiz", handle: "@javierruiz", testimonial: "Un lugar muy acogedor y el café está delicioso.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg?_wi=1", }, { name: "Sofía Torres", handle: "@sofiatorres", testimonial: "El mejor matcha de Rosarito, sin duda alguna.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg?_wi=2", }, ]} imageSrc="http://img.b2bpic.net/free-photo/man-holding-coffee-cup-boarding-pass-waiting-flight-travel-by-airplane_1150-6473.jpg" @@ -167,19 +167,19 @@ export default function LandingPage() { id: 1, title: "Taro Latte", description: "Una bebida suave y cremosa, perfecta para cualquier momento del día.", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg?_wi=1", }, { id: 2, title: "Matcha Premium", description: "Té verde auténtico con la mejor calidad en cada sorbo.", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg?_wi=2", }, { id: 3, title: "California Sunset Brew", description: "Nuestra mezcla especial inspirada en los atardeceres de Rosarito.", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg?_wi=3", }, ]} title="Destacados de Nuestro Menú" @@ -198,35 +198,35 @@ export default function LandingPage() { name: "Ana García", handle: "@anagarcia", testimonial: "Excelente lugar, buen café y un ambiente muy agradable", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg?_wi=3", }, { id: "t2", name: "Luis Pérez", handle: "@luisperez", testimonial: "Me encanta este cafecito, es muy rico y su personal muy amable!", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg?_wi=2", }, { id: "t3", name: "Maria Lopez", handle: "@marialopez", testimonial: "Amazing coffee and great vibes with friendly service.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=2", }, { id: "t4", name: "Javier Ruiz", handle: "@javierruiz", testimonial: "Ambiente increíble y personal muy atento.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg?_wi=2", }, { id: "t5", name: "Carlos Ruiz", handle: "@carlosruiz", testimonial: "El lugar perfecto para trabajar y disfrutar un buen café.", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg?_wi=3", }, ]} title="Lo que dicen nuestros clientes" -- 2.49.1