From 39a677fa2f6f39db3aa68199861513818e586496 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:37:04 +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 d6c663c..411e06b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,17 +73,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg?_wi=1", imageAlt: "Gradbišče 1", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg?_wi=1", imageAlt: "Gradbišče 2", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg?_wi=1", imageAlt: "Gradbišče 3", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg?_wi=2", imageAlt: "construction masonry work", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg?_wi=2", imageAlt: "construction masonry work", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg?_wi=2", imageAlt: "construction masonry work", }, ]} -- 2.49.1