Update src/app/page.tsx

This commit is contained in:
2026-06-03 14:45:23 +00:00
parent af97904375
commit 25ed267271

View File

@@ -126,7 +126,7 @@ export default function LandingPage() {
imageAlt: "Elena Gialli", imageAlt: "Elena Gialli",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/sunset-sky_395237-177.jpg" imageSrc="http://img.b2bpic.net/free-photo/sunset-sky_395237-177.jpg?_wi=1"
imageAlt="Modern construction site with heavy machinery and city skyline" imageAlt="Modern construction site with heavy machinery and city skyline"
mediaAnimation="opacity" mediaAnimation="opacity"
avatars={[ avatars={[
@@ -246,7 +246,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/sunset-sky_395237-177.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sunset-sky_395237-177.jpg?_wi=2",
imageAlt: "road construction site heavy machinery", imageAlt: "road construction site heavy machinery",
}, },
{ {
@@ -397,7 +397,7 @@ export default function LandingPage() {
imageAlt: "Andrea Rizzo", imageAlt: "Andrea Rizzo",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/sunset-sky_395237-177.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sunset-sky_395237-177.jpg?_wi=3",
imageAlt: "male construction executive portrait", imageAlt: "male construction executive portrait",
}, },
]} ]}