diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eff0fc6..66988cf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,13 +49,13 @@ export default function ContactPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", imageAlt: "Professional handyman ready to help" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=1", imageAlt: "Professional handyman ready to help" }, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg", imageAlt: "Expert tradesperson at work" + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg?_wi=1", imageAlt: "Expert tradesperson at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-giving-presentation-group-industrial-workers-factory_637285-4792.jpg", imageAlt: "Professional team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-giving-presentation-group-industrial-workers-factory_637285-4792.jpg?_wi=1", imageAlt: "Professional team collaboration" }, ]} mediaAnimation="blur-reveal" @@ -75,16 +75,16 @@ export default function ContactPage() {