diff --git a/src/app/page.tsx b/src/app/page.tsx index defa90d..be3a325 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563050.jpg?_wi=1", imageAlt: "Esports arena atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212026.jpg?_wi=1", imageAlt: "Gaming gear concept", }, { - imageSrc: "http://img.b2bpic.net/free-photo/traffic-tunnel_1359-9.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traffic-tunnel_1359-9.jpg?_wi=1", imageAlt: "Speed and focus graphic", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563050.jpg?_wi=2", imageAlt: "fiber optic cables dark", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212026.jpg?_wi=2", imageAlt: "fiber optic cables dark", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/traffic-tunnel_1359-9.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traffic-tunnel_1359-9.jpg?_wi=2", imageAlt: "fiber optic cables dark", }, ]}