diff --git a/src/app/page.tsx b/src/app/page.tsx index c980c82..cad5453 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg?_wi=1", imageAlt: "Electrician working on industrial site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg?_wi=1", imageAlt: "Technician working on residential wiring", }, { @@ -81,11 +81,11 @@ export default function LandingPage() { imageAlt: "Electrical maintenance project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg?_wi=2", imageAlt: "Professional electrical technician portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg?_wi=2", imageAlt: "Modern smart home electrical installation", }, ]}