diff --git a/src/app/page.tsx b/src/app/page.tsx index 724811c..16db473 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@mariag", testimonial: "Probablemente el mejor pan que he probado nunca.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg?_wi=1", }, { name: "Carlos M.", handle: "@carlosm", testimonial: "El sabor de siempre, increíble calidad.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-baker-standing-table-with-dough-bakery_23-2148189028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-baker-standing-table-with-dough-bakery_23-2148189028.jpg?_wi=1", }, { name: "Lucía P.", handle: "@luciap", testimonial: "Mis desayunos favoritos están aquí.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg?_wi=1", }, { name: "Jorge A.", handle: "@jorgea", testimonial: "Empanadas únicas, totalmente recomendadas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-smiling-man-sitting-table_23-2147948004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-smiling-man-sitting-table_23-2147948004.jpg?_wi=1", }, { name: "Elena V.", handle: "@elenav", testimonial: "El trato es exquisito y el pan inmejorable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg?_wi=2", }, ]} buttons={[ @@ -170,7 +170,7 @@ export default function LandingPage() { handle: "@carlosm", testimonial: "El mejor pan de Cangas, sin duda.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg?_wi=3", }, { id: "2", @@ -178,7 +178,7 @@ export default function LandingPage() { handle: "@luciap", testimonial: "Todo artesanal y hecho allí. Se nota en cada bocado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-baker-standing-table-with-dough-bakery_23-2148189028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-baker-standing-table-with-dough-bakery_23-2148189028.jpg?_wi=2", }, { id: "3", @@ -186,7 +186,7 @@ export default function LandingPage() { handle: "@jorgea", testimonial: "Las empanadas son otro nivel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg?_wi=2", }, { id: "4", @@ -194,7 +194,7 @@ export default function LandingPage() { handle: "@elenav", testimonial: "Los croissants y la bollería son espectaculares.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-smiling-man-sitting-table_23-2147948004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-smiling-man-sitting-table_23-2147948004.jpg?_wi=2", }, { id: "5", @@ -202,7 +202,7 @@ export default function LandingPage() { handle: "@martas", testimonial: "Un lugar mágico para desayunar.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg?_wi=4", }, ]} showRating={true}