diff --git a/src/app/page.tsx b/src/app/page.tsx index 577e1b9..25d7605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,17 +90,17 @@ export default function LandingPage() { carouselItems={[ { id: "carousel-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/server-farm-engineering-team-looks-data-analysis-graph_482257-125110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/server-farm-engineering-team-looks-data-analysis-graph_482257-125110.jpg?_wi=1", imageAlt: "AI Dashboard Visualization", }, { id: "carousel-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg?_wi=1", imageAlt: "Neural Network Connections", }, { id: "carousel-item-3", - imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg?_wi=1", imageAlt: "Hand Interacting with Holographic AI", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/server-farm-engineering-team-looks-data-analysis-graph_482257-125110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/server-farm-engineering-team-looks-data-analysis-graph_482257-125110.jpg?_wi=2", imageAlt: "automated workflow process", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg?_wi=2", imageAlt: "automated workflow process", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg?_wi=2", imageAlt: "automated workflow process", }, ]}