From 9ad7b084b2fa82067d6fbfeae3903cb338c9c392 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 17:39:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e68b900..f9a392d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Book Now", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-hand-glove-cleaning-table-with-foam-detergent_1098-19033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-hand-glove-cleaning-table-with-foam-detergent_1098-19033.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -99,13 +99,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454489.jpg", imageAlt: "Full shot people cleaning office"}, { title: "Regular Maintenance", description: "Weekly or bi-weekly upkeep for a pristine home.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hand-glove-cleaning-table-with-foam-detergent_1098-19033.jpg", imageAlt: "Full shot people cleaning office"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hand-glove-cleaning-table-with-foam-detergent_1098-19033.jpg?_wi=2", imageAlt: "Full shot people cleaning office"}, { title: "Move-In Cleaning", description: "Perfect for new beginnings and transitions.", buttonIcon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454484.jpg", imageAlt: "Full shot people cleaning office"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454484.jpg?_wi=1", imageAlt: "Full shot people cleaning office"}, { title: "Eco-Friendly Cleaning", description: "Safe, non-toxic products for your peace of mind.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg", imageAlt: "Full shot people cleaning office"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg?_wi=1", imageAlt: "Full shot people cleaning office"}, ]} title="Our Cleaning Services" description="From deep cleans to regular maintenance, we ensure every corner is treated with care and precision." @@ -117,7 +117,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Clarissa's Magic Touch?" description="With years of experience, we provide more than just cleaning—we provide comfort, reliability, and magic in every sweep. We are fully insured and dedicated to excellence." - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454484.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454484.jpg?_wi=2" /> @@ -163,7 +163,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Amazing", quote: "My home has never looked this good!", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg"}, + id: "1", title: "Amazing", quote: "My home has never looked this good!", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg?_wi=2"}, { id: "2", title: "Highly Recommend", quote: "Professional, on time, and meticulous.", name: "James Bond", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"}, { -- 2.49.1