diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cdd197..bbcb5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,35 +60,35 @@ export default function LandingPage() { handle: "Resident", testimonial: "The best cleaning service in Palm Springs. Our villa looks brand new every time!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg?_wi=1", }, { name: "Mark L.", handle: "Rental Owner", testimonial: "My vacation rental ratings went up significantly after hiring Palm Breeze Maids.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg?_wi=1", }, { name: "Jennifer K.", handle: "Resident", testimonial: "Incredibly thorough. They noticed details I hadn't thought of.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200086.jpg?_wi=1", }, { name: "David R.", handle: "Resident", testimonial: "Reliable, kind, and meticulous. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-brunette-male-wavy-ocean_181624-24328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-brunette-male-wavy-ocean_181624-24328.jpg?_wi=1", }, { name: "Chloe T.", handle: "Resident", testimonial: "So refreshing to come home to a clean space. Exceptional quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-standing-talking-phone_23-2148415924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-standing-talking-phone_23-2148415924.jpg?_wi=1", }, ]} buttons={[ @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tattooed-man-holding-black-tablet-standing-gray-concrete-wall-city-landscape-with-palm-trees_346278-1737.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tattooed-man-holding-black-tablet-standing-gray-concrete-wall-city-landscape-with-palm-trees_346278-1737.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg", @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Standard Cleaning", description: "Weekly or bi-weekly maintenance for a consistently beautiful, tidy home.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/organized-cabinet-home_23-2148857498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organized-cabinet-home_23-2148857498.jpg?_wi=1", }, items: [ { @@ -154,14 +154,14 @@ export default function LandingPage() { text: "Kitchen refresh", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-holding-black-tablet-standing-gray-concrete-wall-city-landscape-with-palm-trees_346278-1737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-holding-black-tablet-standing-gray-concrete-wall-city-landscape-with-palm-trees_346278-1737.jpg?_wi=2", imageAlt: "luxury cleaning service palm springs desert", }, { title: "Deep Cleaning", description: "A restorative clean targeting hidden grime and neglected areas.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343074.jpg?_wi=1", }, items: [ { @@ -177,14 +177,14 @@ export default function LandingPage() { text: "Window tracks", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/organized-cabinet-home_23-2148857498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organized-cabinet-home_23-2148857498.jpg?_wi=2", imageAlt: "standard housekeeping chores clean house", }, { title: "Move-In/Out Cleaning", description: "Seamless transition services for homes and rentals.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086795.jpg?_wi=1", }, items: [ { @@ -200,7 +200,7 @@ export default function LandingPage() { text: "Wall spot treatment", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343074.jpg?_wi=2", imageAlt: "deep cleaning house scrub bathtub", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { text: "Meticulous sanitizing", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086795.jpg?_wi=2", imageAlt: "move out cleaning empty room", }, ]} @@ -243,35 +243,35 @@ export default function LandingPage() { name: "Sarah D.", role: "Palm Springs Resident", testimonial: "Excellent service and so reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg?_wi=2", }, { id: "2", name: "Mark L.", role: "Rental Owner", testimonial: "They take care of my guests better than anyone.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg?_wi=2", }, { id: "3", name: "Jennifer K.", role: "Resident", testimonial: "Very professional and friendly staff.", - imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200086.jpg?_wi=2", }, { id: "4", name: "David R.", role: "Resident", testimonial: "Perfectly clean every time I come home.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-brunette-male-wavy-ocean_181624-24328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-brunette-male-wavy-ocean_181624-24328.jpg?_wi=2", }, { id: "5", name: "Chloe T.", role: "Resident", testimonial: "Worth every penny for the quality.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-standing-talking-phone_23-2148415924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-standing-talking-phone_23-2148415924.jpg?_wi=2", }, ]} title="Client Stories"