From bd201e37d26c2ae13386803db11cfc7430f0940d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:29:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83cb5e9..04383ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} tag="Trusted Cleaning Experts" buttons={[{ text: "Book Now", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/elevated-view-paper-bag-with-birthday-accessories-green-background_23-2147917389.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elevated-view-paper-bag-with-birthday-accessories-green-background_23-2147917389.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", alt: "Customer avatar 1" }, { src: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", alt: "Customer avatar 2" }, @@ -76,7 +76,7 @@ export default function LandingPage() { { title: "Eco-Friendly Products", description: "Safe for your family, pets, and the planet." }, { title: "100% Satisfaction", description: "If you're not happy, we'll re-clean for free." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-workers-with-cleaning-cart_23-2149345519.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-workers-with-cleaning-cart_23-2149345519.jpg?_wi=1" /> @@ -86,8 +86,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Residential Cleaning", description: "Deep cleans and routine maintenance for homes.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/image-encouraged-motivated-man-getting-ready-cleaning-holding-broom-making-fist-pump_1258-153729.jpg" }, - { title: "Move-In/Out", description: "Complete sanitation for new beginnings.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-paper-bag-with-birthday-accessories-green-background_23-2147917389.jpg" }, - { title: "Office Spaces", description: "Keep your workplace productive and clean.", buttonIcon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-workers-with-cleaning-cart_23-2149345519.jpg" }, + { title: "Move-In/Out", description: "Complete sanitation for new beginnings.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-paper-bag-with-birthday-accessories-green-background_23-2147917389.jpg?_wi=2" }, + { title: "Office Spaces", description: "Keep your workplace productive and clean.", buttonIcon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-workers-with-cleaning-cart_23-2149345519.jpg?_wi=2" }, { title: "Deep Sanitization", description: "Total disinfection for maximum safety.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg" }, ]} title="Our Specialized Services" -- 2.49.1