From c976a9fed5b273527e7c9ce0253e77ac31c76c08 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 14:02:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce4cae9..d5721f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,12 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=1", imageAlt: "Dashboard View", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=1", imageAlt: "Metrics View", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { text: "Select", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=2", imageAlt: "teamwork digital office", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { text: "Select", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=2", imageAlt: "teamwork digital office", }, ]} -- 2.49.1