From b9fbcbc67666b89aa6968770e652fe2cf51639b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:39:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6cc42a..b2d4a50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { { videoSrc: "https://videos.pexels.com/video-files/3454136/3454136-hd_1920_1080_30fps.mp4", imageAlt: "E-waste recycling process", videoAriaLabel: "E-waste recycling facility operations"}, { - imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg", imageAlt: "Modern recycling facility"}, + imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg?_wi=1", imageAlt: "Modern recycling facility"}, { - imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg", imageAlt: "E-waste collection services"}, + imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=1", imageAlt: "E-waste collection services"}, { imageSrc: "http://img.b2bpic.net/free-photo/it-expert-monitors-server-farm-activity-using-tablet-while-walking-industrial-platform-data_482257-136209.jpg", imageAlt: "Battery waste management"}, ]} @@ -65,9 +65,9 @@ export default function LandingPage() { { videoSrc: "https://videos.pexels.com/video-files/855370/855370-hd_1920_1080_30fps.mp4", imageAlt: "Recycling operations", videoAriaLabel: "Sustainable recycling operations"}, { - imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg", imageAlt: "Recycling technology"}, + imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg?_wi=2", imageAlt: "Recycling technology"}, { - imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg", imageAlt: "Professional waste management"}, + imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=2", imageAlt: "Professional waste management"}, ]} carouselPosition="right" buttons={[ @@ -96,7 +96,7 @@ export default function LandingPage() { tag="Services" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg" + imageSrc="http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=3" imageAlt="E-waste management services" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1