From 02d68278d87aede04174d8a92445fd0e227bffee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:25:58 +0000 Subject: [PATCH] Update src/app/galeria/page.tsx --- src/app/galeria/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/galeria/page.tsx b/src/app/galeria/page.tsx index f4674f2..0e407c3 100644 --- a/src/app/galeria/page.tsx +++ b/src/app/galeria/page.tsx @@ -90,37 +90,37 @@ export default function GaleriaPage() { { id: "1", name: "María González", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3781.jpg?_wi=2", imageAlt: "professional woman confident smile portrait", }, { id: "2", name: "Carlos Ruiz", - imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=2", imageAlt: "man professional portrait confident smile", }, { id: "3", name: "Sofía Rodríguez", - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-front-portrait-about-ideal-skin-straight-healthy-shiny-hair_633478-1298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-front-portrait-about-ideal-skin-straight-healthy-shiny-hair_633478-1298.jpg?_wi=2", imageAlt: "woman portrait professional satisfied smile", }, { id: "4", name: "Juan Martínez", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-handsome-man-blinks-eye-gestures-ok-hand-sign-with-two-hands-isolated-white-wall_141793-68419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-handsome-man-blinks-eye-gestures-ok-hand-sign-with-two-hands-isolated-white-wall_141793-68419.jpg?_wi=2", imageAlt: "man portrait professional satisfied expression", }, { id: "5", name: "Lucía Fernández", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-pointing-finger-left-showing-corporate-banner-logo-standing-brown-suit_1258-118860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-pointing-finger-left-showing-corporate-banner-logo-standing-brown-suit_1258-118860.jpg?_wi=2", imageAlt: "woman professional portrait happy expression", }, { id: "6", name: "Diego López", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1605.jpg?_wi=2", imageAlt: "man portrait professional happy expression", }, ]}