From 022123d9c55803ce2659c238aa82a1543b0b9c94 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:58:38 +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 f231534..afac521 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "Lucía M.", 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={[ { @@ -162,19 +162,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Lucía P.", 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", name: "Marcos F.", 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", name: "Elena R.", 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", name: "Sofía G.", 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", name: "Carlos M.", 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} title="Lo que dicen nuestros clientes"