From 906c80908e2ac719a0e5961c166bb4e3b4e9ff60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:11:42 +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 84772f1..8fce711 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,17 +78,17 @@ export default function LandingPage() { carouselItems={[ { id: "carousel-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg?_wi=1", imageAlt: "Futuristic server room", }, { id: "carousel-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg?_wi=1", imageAlt: "Global data network", }, { id: "carousel-item-3", - imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg?_wi=1", imageAlt: "IT professionals collaborating", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg?_wi=2", imageAlt: "cloud data storage abstract", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg?_wi=2", imageAlt: "cloud data storage abstract", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg?_wi=2", imageAlt: "cloud data storage abstract", }, ]}