From aab1d1ddb70b731ffb225e7ba9c825c206550212 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 05:27:44 +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 365a8fd..bd270e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,17 +65,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29670.jpg?_wi=1", imageAlt: "Professional office environment", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-executive-presents-paperwork-documents-shareholders_482257-123384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-executive-presents-paperwork-documents-shareholders_482257-123384.jpg?_wi=1", imageAlt: "Business analytics dashboard", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-walking-with-tablet-photovoltaics-factory_482257-120434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-walking-with-tablet-photovoltaics-factory_482257-120434.jpg?_wi=1", imageAlt: "Estonian city skyline", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-phone-with-menu_23-2149357871.jpg", imageAlt: "Phone with project management software", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29670.jpg?_wi=2", imageAlt: "phone screen business analytics app", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-smartphone_23-2150282044.jpg", imageAlt: "Phone with financial calculator", }, - imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-executive-presents-paperwork-documents-shareholders_482257-123384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-executive-presents-paperwork-documents-shareholders_482257-123384.jpg?_wi=2", imageAlt: "phone screen business analytics app", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/worker-comparing-paper-charts-with-his-mobile_1150-175.jpg", imageAlt: "Phone with CRM software", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-walking-with-tablet-photovoltaics-factory_482257-120434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-walking-with-tablet-photovoltaics-factory_482257-120434.jpg?_wi=2", imageAlt: "phone screen business analytics app", }, ]} -- 2.49.1