diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index dbb57b8..2d2b43f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,13 +27,13 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100368.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/architect-with-wireless-headset-using-laptop-while-working-home-night-sitting-kitchen-industrial-female-engineer-studying-personal-computer-showing-cad-software_482257-14609.jpg", @@ -150,7 +150,7 @@ export default function HomePage() { }, ], placeholder: "...", - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100368.jpg?_wi=2", imageAlt: "3d rendering of earth with plastic stripes", }, { @@ -174,14 +174,14 @@ export default function HomePage() { }, ], completedLabel: "Confirmado", - imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg?_wi=2", imageAlt: "3d rendering of earth with plastic stripes", }, { title: "Pacientes Reales", description: "Resultados de negocio.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2", imageAlt: "3d rendering of earth with plastic stripes", }, ]}