diff --git a/src/app/page.tsx b/src/app/page.tsx index bc4f05d..5b803e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { imageAlt: "Professional plumbing service interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=1", imageAlt: "General plumbing maintenance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-protective-mask_23-2148773450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-protective-mask_23-2148773450.jpg?_wi=1", imageAlt: "Gas fitting and compliance check", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg?_wi=1", imageAlt: "Hot water system installation", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { "Drains", "Repairs", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=2", }, { id: "2", @@ -124,7 +124,7 @@ export default function LandingPage() { "Compliance", "Install", ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-protective-mask_23-2148773450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-protective-mask_23-2148773450.jpg?_wi=2", }, { id: "3", @@ -134,7 +134,7 @@ export default function LandingPage() { "Service", "Repair", ], - imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg?_wi=2", }, { id: "4",