diff --git a/src/app/page.tsx b/src/app/page.tsx index e052af5..f901739 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", imageAlt: "Professional yard maintenance and handyman services" + imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=1", imageAlt: "Professional yard maintenance and handyman services" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg", imageAlt: "Expert lawn care and garden maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg?_wi=1", imageAlt: "Expert lawn care and garden maintenance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg", imageAlt: "Quality home and building repair services" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg?_wi=1", imageAlt: "Quality home and building repair services" } ]} autoplayDelay={4000} @@ -105,7 +105,7 @@ export default function LandingPage() { { id: 1, title: "Yard Maintenance & Landscaping", description: "Expert lawn care, garden maintenance, hedge trimming, and seasonal yard work to keep your outdoor spaces pristine and well-maintained throughout the year.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg" @@ -114,10 +114,10 @@ export default function LandingPage() { { id: 2, title: "General Handyman Services", description: "Professional repairs, installations, and maintenance work for your home. From small fixes to larger projects, we handle it all with precision and care.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=2" } } ]} @@ -147,22 +147,22 @@ export default function LandingPage() {