diff --git a/src/app/page.tsx b/src/app/page.tsx index ad645a4..7888efe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg", imageAlt: "Emergency plumbing work in progress" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg", imageAlt: "Burst pipe repair emergency" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-seaking-phone_23-2147769508.jpg", imageAlt: "Drain cleaning service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Hot water system repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170024.jpg", imageAlt: "Gas fitting installation" } + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=1", imageAlt: "Emergency plumbing work in progress" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg?_wi=1", imageAlt: "Burst pipe repair emergency" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-seaking-phone_23-2147769508.jpg?_wi=1", imageAlt: "Drain cleaning service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=1", imageAlt: "Hot water system repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170024.jpg?_wi=1", imageAlt: "Gas fitting installation" } ]} ariaLabel="Hero section with emergency plumbing showcase" /> @@ -69,10 +69,10 @@ export default function LandingPage() {