Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-30 14:37:07 +00:00

View File

@@ -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",
},
]}