diff --git a/src/app/page.tsx b/src/app/page.tsx index 664e147..8b8f0b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { background={{ variant: "circleGradient" }} dashboard={{ title: "Onze Diensten", logoIcon: Pipe, - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", buttons: [ { text: "Diensten", href: "services" }, { text: "Contact", href: "contact" } ], @@ -174,7 +174,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2" imageAlt="Contact" mediaAnimation="slide-up" mediaPosition="right" @@ -184,7 +184,7 @@ export default function LandingPage() {