Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:16:07 +00:00
parent 75670cffb2
commit 577e76986f

View File

@@ -88,11 +88,11 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg", imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg?_wi=1",
imageAlt: "krachtige hogedrukreiniger spuitwater terras", imageAlt: "krachtige hogedrukreiniger spuitwater terras",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-curious-female-architect-uniform-wearing-hard-hat-with-measuring-tape-red-wall_140725-68431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-curious-female-architect-uniform-wearing-hard-hat-with-measuring-tape-red-wall_140725-68431.jpg?_wi=1",
imageAlt: "krachtige hogedrukreiniger spuitwater oprit", imageAlt: "krachtige hogedrukreiniger spuitwater oprit",
}, },
{ {
@@ -260,7 +260,7 @@ export default function LandingPage() {
button: { button: {
text: "Kies Standaard Plan", text: "Kies Standaard Plan",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg", imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg?_wi=2",
imageAlt: "check mark icon green circle", imageAlt: "check mark icon green circle",
}, },
{ {
@@ -277,7 +277,7 @@ export default function LandingPage() {
button: { button: {
text: "Kies Premium Plan", text: "Kies Premium Plan",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-curious-female-architect-uniform-wearing-hard-hat-with-measuring-tape-red-wall_140725-68431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-curious-female-architect-uniform-wearing-hard-hat-with-measuring-tape-red-wall_140725-68431.jpg?_wi=2",
imageAlt: "check mark icon green circle", imageAlt: "check mark icon green circle",
}, },
]} ]}