Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 11:21:52 +00:00

View File

@@ -73,15 +73,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg?_wi=1",
imageAlt: "Construction Site",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg?_wi=1",
imageAlt: "Residential Construction",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg?_wi=1",
imageAlt: "Infrastructure Project",
},
{
@@ -135,7 +135,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg?_wi=2",
imageAlt: "professional architect on site",
},
{
@@ -156,7 +156,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg?_wi=2",
imageAlt: "professional architect on site",
},
{
@@ -177,7 +177,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg?_wi=2",
imageAlt: "professional architect on site",
},
]}