From e0efcd6258cb7711e9b3d0371287fd45df9be199 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:57:42 +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 957db8e..5cc2d32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@luciam", testimonial: "El café es excelente y la atención es súper cálida.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg?_wi=1", }, { name: "Pedro G.", handle: "@pedrog", testimonial: "Los mejores sandwiches del barrio, sin duda.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg?_wi=1", }, { name: "Ana R.", handle: "@anar", testimonial: "Un lugar perfecto para desconectar un rato.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg?_wi=1", }, { name: "Marta S.", handle: "@martas", testimonial: "La pastelería fresca es realmente un diferencial.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg?_wi=1", }, { name: "Juan L.", handle: "@juanl", testimonial: "Ambiente increíble, se nota el cariño en todo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg?_wi=1", }, ]} buttons={[ @@ -267,7 +267,7 @@ export default function LandingPage() { handle: "@lucia", testimonial: "Excelente ambiente y muy buena onda.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg?_wi=2", }, { id: "t2", @@ -275,7 +275,7 @@ export default function LandingPage() { handle: "@marcos", testimonial: "El café es de otro mundo, muy recomendable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg?_wi=2", }, { id: "t3", @@ -283,7 +283,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Siempre vuelvo por los sandwiches, son increíbles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg?_wi=2", }, { id: "t4", @@ -291,7 +291,7 @@ export default function LandingPage() { handle: "@sofia", testimonial: "Un lugar muy acogedor y la atención impecable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg?_wi=2", }, { id: "t5", @@ -299,7 +299,7 @@ export default function LandingPage() { handle: "@carlos", testimonial: "El mejor lugar para desayunar tranquilo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1