From 9fe91ec53db2aa0f23990fb4496cc29552a7cfd9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:41:37 +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 e03888b..b610e79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,19 +45,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah D.", 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={[{ text: "Book Now", href: "#contact" }, { text: "Our Services", 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" @@ -102,11 +102,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", 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" }, - { 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" }, - { 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" }, - { 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" }, - { 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" } + { id: "1", 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?_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?_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?_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?_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?_wi=2" } ]} title="Client Stories" description="What your neighbors in Palm Springs are saying about us." -- 2.49.1