From d3600da8b7aa95dbe19aef4a6df96aaddaa1889c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:54: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 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", }, ]} -- 2.49.1