From 65c50ecc5188b0e93a7d3542200c44cacddd0bd5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:15: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 ab6151b..d572f5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ 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", imageAlt: "Hero scene 1"}, + 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?_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", imageAlt: "Hero scene 2"}, + id: "2", 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", imageAlt: "Hero scene 3"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=1", imageAlt: "Hero scene 3"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg", imageAlt: "Hero scene 4"}, { @@ -103,15 +103,15 @@ export default function LandingPage() { { id: "f1", title: "Speed", tags: [ "Optimized", "Fast"], - imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", imageAlt: "digital market interface"}, + 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"}, { id: "f2", title: "Scalable", tags: [ "Growth", "Cloud"], - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg", imageAlt: "digital icons tech"}, + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg?_wi=2", imageAlt: "digital icons tech"}, { id: "f3", title: "Secure", tags: [ "Encrypted", "Safe"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", imageAlt: "global network tech"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=2", imageAlt: "global network tech"}, ]} title="Why Choose Us" description="Innovative technology backed by enterprise-grade reliability." -- 2.49.1