diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d2c50a..b1869da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,36 +65,36 @@ 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"}, ], }, { 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"}, ], }, { 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"}, ], }, { 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"}, ], }, ]}