diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f2b415..62ed5de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=1", imageAlt: "Emergency plumbing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg?_wi=1", imageAlt: "Heating system repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1", imageAlt: "Drain cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=1", imageAlt: "Water heater installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg?_wi=1", imageAlt: "Professional plumbing care", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Water Heaters", description: "Expert tank and tankless water heater installation and repair.", tag: "Installation", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=2", imageAlt: "Side view woman working as plumber", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { title: "Heating Systems", description: "Boiler service, diagnostics, and thermostat installation.", tag: "Heating", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg?_wi=2", imageAlt: "Side view woman working as plumber", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { title: "Drain Cleaning", description: "Professional clog repair for sinks, toilets, and main lines.", tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2", imageAlt: "Side view woman working as plumber", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { title: "Fixture Repair", description: "Faucet, sink, and toilet repair and replacements.", tag: "General", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2", imageAlt: "Side view woman working as plumber", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { title: "Annual Plans", description: "Routine maintenance to keep your home systems running smoothly.", tag: "Routine", - imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg?_wi=2", imageAlt: "Side view woman working as plumber", }, ]}