From d865c2bf8254a8206f2f6b21811a162ef14902d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:48:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62a2b30..91ea7e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-1133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-1133.jpg?_wi=1", }, { id: "2", @@ -185,7 +185,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-1133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-1133.jpg?_wi=2", imageAlt: "industrial steel warehouse", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg?_wi=1", imageAlt: "industrial steel warehouse", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-with-big-smile-happy-face-doing-ok-signs-isolated-white-background_141793-20160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-with-big-smile-happy-face-doing-ok-signs-isolated-white-background_141793-20160.jpg?_wi=1", imageAlt: "industrial steel warehouse", }, ]} @@ -281,7 +281,7 @@ export default function LandingPage() { quote: "Siempre tienen stock, no perdés tiempo", name: "Carlos M.", role: "Constructor", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg?_wi=2", }, { id: "2", @@ -289,7 +289,7 @@ export default function LandingPage() { quote: "Excelente atención y rapidez", name: "Juan R.", role: "Metalúrgico", - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-with-big-smile-happy-face-doing-ok-signs-isolated-white-background_141793-20160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-with-big-smile-happy-face-doing-ok-signs-isolated-white-background_141793-20160.jpg?_wi=2", }, { id: "3", -- 2.49.1