From 8c16eaed80914b35862b6a0184c200d56cfc9e12 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:30:19 +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 992773d..c50a9d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,35 +59,35 @@ export default function LandingPage() { handle: "@juan", testimonial: "Muy rico el pollo con papas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1", }, { name: "Maria Lopez", handle: "@maria", testimonial: "Empanadas exquisitas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg?_wi=1", }, { name: "Carlos Gomez", handle: "@carlos", testimonial: "Atención amable y rápida.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg?_wi=1", }, { name: "Ana S.", handle: "@ana_s", testimonial: "El sabor del pollo es inigualable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg?_wi=1", }, { name: "Pedro M.", handle: "@pedro_m", testimonial: "Siempre llegan a tiempo y caliente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-woman-with-appealing-smile-having-pinkish-hair-bun-tattoo-wearing-casual-clothes_273609-307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-woman-with-appealing-smile-having-pinkish-hair-bun-tattoo-wearing-casual-clothes_273609-307.jpg?_wi=1", }, ]} buttons={[ @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Cliente", company: "Mendiolaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", }, { id: "2", @@ -215,7 +215,7 @@ export default function LandingPage() { role: "Cliente", company: "Mendiolaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg?_wi=2", }, { id: "3", @@ -223,7 +223,7 @@ export default function LandingPage() { role: "Cliente", company: "Mendiolaza", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg?_wi=2", }, { id: "4", @@ -231,7 +231,7 @@ export default function LandingPage() { role: "Cliente", company: "Mendiolaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg?_wi=2", }, { id: "5", @@ -239,7 +239,7 @@ export default function LandingPage() { role: "Cliente", company: "Mendiolaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-woman-with-appealing-smile-having-pinkish-hair-bun-tattoo-wearing-casual-clothes_273609-307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-woman-with-appealing-smile-having-pinkish-hair-bun-tattoo-wearing-casual-clothes_273609-307.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1