From 3a2d153c031b786fb9fc95debee9c9936099641a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 20:28:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af9a3f5..42af0a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "Clara P.", handle: "West London", testimonial: "The best move-out clean I have ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg", imageAlt: "luxury cleaning service modern home"}, + imageSrc: "http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"}, { name: "James R.", handle: "NW London", testimonial: "Prompt, professional, and thorough. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg", imageAlt: "luxury cleaning service modern home"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"}, { name: "Sarah W.", handle: "Chelsea", testimonial: "Reliable and incredibly detail-oriented.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg", imageAlt: "luxury cleaning service modern home"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"}, { name: "Mark L.", handle: "Notting Hill", testimonial: "Great experience, house looks brand new.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg", imageAlt: "luxury cleaning service modern home"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"}, { name: "Elena D.", handle: "Hammersmith", testimonial: "The gold standard for London cleaning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageAlt: "luxury cleaning service modern home"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"}, ]} buttons={[ { text: "Book Now", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg" + imageSrc="http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg?_wi=2" imageAlt="Professional cleaning services in London" avatars={[ { @@ -102,7 +102,7 @@ export default function LandingPage() { { title: "Eco-Friendly Products", description: "Safe for you, your pets, and the environment."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Standard Maintenance", description: "Perfect for keeping your home refreshed regularly.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/crop-man-carrying-things-box_23-2147782375.jpg"}, ], @@ -206,9 +206,9 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah W.", role: "Chelsea", testimonial: "Impeccable service every time.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg"}, + id: "t1", name: "Sarah W.", role: "Chelsea", testimonial: "Impeccable service every time.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg?_wi=2"}, { - id: "t2", name: "Mark L.", role: "Notting Hill", testimonial: "The move-in clean saved us so much time.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"}, + id: "t2", name: "Mark L.", role: "Notting Hill", testimonial: "The move-in clean saved us so much time.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2"}, { id: "t3", name: "Elena D.", role: "Hammersmith", testimonial: "Very professional and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg"}, {