From 963dba729dc282206953b46ac36ea649dcd1946d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:38: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 00be807..e6cc42a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,14 +48,14 @@ export default function LandingPage() { tag="Sustainable Innovation" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { 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?_wi=1", 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", imageAlt: "Modern recycling facility"}, { - 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/recycling-even-small-waste-is-our-duty_329181-9722.jpg", 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?_wi=2", imageAlt: "Recycling technology"}, + 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-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=2", imageAlt: "Professional waste management"}, + imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg", 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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg" imageAlt="E-waste management services" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1