From ffcdbc1562a38df57cba782b7777f16164fb970b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:14:21 +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 9e5c448..072a3fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg?_wi=1", imageAlt: "Hero scene 1", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg?_wi=1", imageAlt: "Hero scene 2", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=1", imageAlt: "Hero scene 3", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { "Fast", ], description: "High velocity data processing.", - imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg?_wi=2", imageAlt: "digital market interface", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { "Cloud", ], description: "Grows with your demand.", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg?_wi=2", imageAlt: "digital icons tech", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { "Safe", ], description: "Your data is our priority.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=2", imageAlt: "global network tech", }, ]} -- 2.49.1