diff --git a/src/app/page.tsx b/src/app/page.tsx index 4af9942..54ba18e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,10 +65,10 @@ export default function LandingPage() { title: "Sofa Cleaning", description: "Professional deep cleaning for all types of sofas and upholstery", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/low-section-cropped-unrecognizable-woman-resting-sofa-after-house-cleaning_1098-19044.jpg", imageAlt: "Professional sofa cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/low-section-cropped-unrecognizable-woman-resting-sofa-after-house-cleaning_1098-19044.jpg?_wi=1", imageAlt: "Professional sofa cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-section-cropped-unrecognizable-woman-resting-sofa-after-house-cleaning_1098-19044.jpg", imageAlt: "Sofa after cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/low-section-cropped-unrecognizable-woman-resting-sofa-after-house-cleaning_1098-19044.jpg?_wi=2", imageAlt: "Sofa after cleaning" }, ], }, @@ -76,10 +76,10 @@ export default function LandingPage() { title: "Deep Home Cleaning", description: "Complete home cleaning including all rooms and hard-to-reach areas", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg", imageAlt: "Professional home cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg?_wi=1", imageAlt: "Professional home cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg", imageAlt: "Clean home interior" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg?_wi=2", imageAlt: "Clean home interior" }, ], }, @@ -87,10 +87,10 @@ export default function LandingPage() { title: "Bathroom Cleaning", description: "Specialized bathroom deep cleaning with sanitization", icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-sink-being-disinfected_23-2148561063.jpg", imageAlt: "Professional bathroom cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-sink-being-disinfected_23-2148561063.jpg?_wi=1", imageAlt: "Professional bathroom cleaning" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-sink-being-disinfected_23-2148561063.jpg", imageAlt: "Sparkling clean bathroom" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-sink-being-disinfected_23-2148561063.jpg?_wi=2", imageAlt: "Sparkling clean bathroom" }, ], }, @@ -98,10 +98,10 @@ export default function LandingPage() { title: "Apartment Cleaning", description: "Quick and thorough cleaning service for apartments", icon: Building, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg", imageAlt: "Apartment cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg?_wi=3", imageAlt: "Apartment cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg", imageAlt: "Clean apartment" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-headphones-washing-floor_1398-1825.jpg?_wi=4", imageAlt: "Clean apartment" }, ], },