From d56a8bd9847c6a2fd69508c07a93739e2694a6bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:37:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5185e1e..58192b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-playing-with-vacuum_23-2148394962.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-playing-with-vacuum_23-2148394962.jpg?_wi=1" imageAlt="Professional home cleaning service" imagePosition="right" mediaAnimation="slide-up" @@ -59,13 +59,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "Homeowner, Coquitlam", testimonial: "Exceptional attention to detail. My home has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg?_wi=1"}, { name: "John P.", handle: "Family, Port Moody", testimonial: "Professional, reliable, and truly trustworthy. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=1"}, { name: "Emily T.", handle: "Busy Professional", testimonial: "Finally found someone I can trust with my home. Amazing service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} /> @@ -86,7 +86,7 @@ export default function LandingPage() { tag: "Regular Maintenance", title: "Regular Home Cleaning", subtitle: "Weekly or bi-weekly service", description: "Keep your home fresh and tidy with our consistent, dependable regular cleaning service designed to maintain your living space.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-maid-using-duster-clean-wall-hotel-room_23-2148033331.jpg", imageAlt: "Regular home cleaning"}, { id: 2, - tag: "Deep Clean", title: "Deep Cleaning", subtitle: "Thorough seasonal refresh", description: "Intensive cleaning covering every corner and detail, perfect for seasonal refresh or preparing your home for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/man-climbing-escalator_1160-356.jpg", imageAlt: "Deep cleaning service"}, + tag: "Deep Clean", title: "Deep Cleaning", subtitle: "Thorough seasonal refresh", description: "Intensive cleaning covering every corner and detail, perfect for seasonal refresh or preparing your home for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/man-climbing-escalator_1160-356.jpg?_wi=1", imageAlt: "Deep cleaning service"}, { id: 3, tag: "Sanitizing", title: "Kitchen & Bathroom Sanitizing", subtitle: "Health-focused cleaning", description: "Specialized sanitizing service for kitchens and bathrooms using professional-grade solutions for a sparkling, hygienic home.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-kitchen-worktop_1170-2612.jpg", imageAlt: "Kitchen and bathroom sanitizing"}, @@ -143,13 +143,13 @@ export default function LandingPage() { tag: "Trustworthy", title: "Reliable & Trustworthy", subtitle: "Your home is safe with us", description: "Professional, dependable service you can count on. We treat your home with the same care and respect we'd give our own.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-marking-tables-with-tape-preparing-classroom-kid-due-coronavirus-pandemic_637285-8863.jpg", imageAlt: "Professional cleaning team"}, { id: 2, - tag: "Precision", title: "Detail-Oriented Cleaning", subtitle: "Nothing is overlooked", description: "Meticulous attention to every corner and surface. We notice what matters and ensure your home is impeccably clean.", imageSrc: "http://img.b2bpic.net/free-photo/man-climbing-escalator_1160-356.jpg", imageAlt: "Detail-oriented cleaning"}, + tag: "Precision", title: "Detail-Oriented Cleaning", subtitle: "Nothing is overlooked", description: "Meticulous attention to every corner and surface. We notice what matters and ensure your home is impeccably clean.", imageSrc: "http://img.b2bpic.net/free-photo/man-climbing-escalator_1160-356.jpg?_wi=2", imageAlt: "Detail-oriented cleaning"}, { id: 3, - tag: "Flexible", title: "Flexible Scheduling", subtitle: "Work around your life", description: "Convenient appointment times that fit your busy schedule. We adapt to what works best for you.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-playing-with-vacuum_23-2148394962.jpg", imageAlt: "Flexible scheduling"}, + tag: "Flexible", title: "Flexible Scheduling", subtitle: "Work around your life", description: "Convenient appointment times that fit your busy schedule. We adapt to what works best for you.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-playing-with-vacuum_23-2148394962.jpg?_wi=2", imageAlt: "Flexible scheduling"}, { id: 4, - tag: "Value", title: "Competitive Pricing", subtitle: "Premium quality, fair rates", description: "Exceptional service at reasonable prices. No hidden charges, just honest, transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-pointing-up-isolated-white_141793-77443.jpg", imageAlt: "Competitive pricing"}, + tag: "Value", title: "Competitive Pricing", subtitle: "Premium quality, fair rates", description: "Exceptional service at reasonable prices. No hidden charges, just honest, transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-pointing-up-isolated-white_141793-77443.jpg?_wi=1", imageAlt: "Competitive pricing"}, ]} /> @@ -165,11 +165,11 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Exceptional attention to detail and commitment to excellence. My home has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Exceptional attention to detail and commitment to excellence. My home has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg?_wi=2", imageAlt: "Sarah Mitchell"}, { - id: "2", name: "Michael Chen", role: "Family with Kids", testimonial: "Professional, reliable, and truly trustworthy. I feel confident recommending to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", role: "Family with Kids", testimonial: "Professional, reliable, and truly trustworthy. I feel confident recommending to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", role: "Busy Professional", testimonial: "Finally found someone I can trust completely with my home. Amazing service, highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Busy Professional", testimonial: "Finally found someone I can trust completely with my home. Amazing service, highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", role: "New Homeowner", testimonial: "Move-in cleaning was thorough and professional. They prepared our new home perfectly for us.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-man-winking-camera-smiling-sassy-standing-orange-sweater-against-blue-backg_1258-161396.jpg", imageAlt: "David Kim"}, { @@ -194,7 +194,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-pointing-up-isolated-white_141793-77443.jpg" + imageSrc="http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-pointing-up-isolated-white_141793-77443.jpg?_wi=2" imageAlt="Contact us for a free quote" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1