diff --git a/src/app/page.tsx b/src/app/page.tsx index 48ebe3d..00ac3b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,17 +69,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=1", imageAlt: "Neural network node visual", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg?_wi=1", imageAlt: "Server infrastructure", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg?_wi=1", imageAlt: "Binary data stream", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-displayed-clean-gradient-background_9975-133640.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=2", imageAlt: "mobile dashboard ui dark", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-25242.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg?_wi=2", imageAlt: "mobile dashboard ui dark", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-15284.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg?_wi=2", imageAlt: "mobile dashboard ui dark", }, ]}