diff --git a/src/app/page.tsx b/src/app/page.tsx index cc72279..cadcf7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367538.jpg?_wi=1", imageAlt: "expert gas fitter service", }, { @@ -91,12 +91,12 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-water-minimal-sink-modern-bathroom_169016-69341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-water-minimal-sink-modern-bathroom_169016-69341.jpg?_wi=1", imageAlt: "plumbing repair tools close up", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg?_wi=1", imageAlt: "professional plumbing inspection", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { description: "Clean, professional, and respectful of your home property.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg" + imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1" imageAlt="Plumbing expert service" mediaAnimation="slide-up" tagIcon={Info} @@ -145,19 +145,19 @@ export default function LandingPage() { { title: "Hot Water Systems", description: "Quick repairs and professional installation of high-efficiency systems.", - imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367538.jpg?_wi=2", imageAlt: "Hot Water", }, { title: "Burst Pipe Repairs", description: "Emergency services for burst pipes and leak detection.", - imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-water-minimal-sink-modern-bathroom_169016-69341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-water-minimal-sink-modern-bathroom_169016-69341.jpg?_wi=2", imageAlt: "Leaks", }, { title: "Gas Fitting", description: "Certified and safe gas line installations and safety checks.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg?_wi=2", imageAlt: "Gas", }, ]} @@ -246,7 +246,7 @@ export default function LandingPage() {