From 8ff551490d1b8177238ae486e1493a4a7dc74d75 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:50:17 +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 80df61f..53104f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/sweet-home_1098-16153.jpg?_wi=1", imageAlt: "Spotless clean living room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg?_wi=1", imageAlt: "Professional cleaning service in action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg?_wi=1", imageAlt: "Thorough deep cleaning of home" } + { imageSrc: "http://img.b2bpic.net/free-photo/sweet-home_1098-16153.jpg", imageAlt: "Spotless clean living room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg", imageAlt: "Professional cleaning service in action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Thorough deep cleaning of home" } ]} mediaAnimation="slide-up" /> @@ -77,10 +77,10 @@ export default function LandingPage() { description="Choose from flexible cleaning solutions tailored to your home and lifestyle." features={[ { - id: "regular", title: "Regular House Cleaning", description: "Weekly or bi-weekly cleaning keeping your home fresh and organized. Perfect for busy families who want consistent cleanliness without the stress.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg?_wi=2", imageAlt: "Regular house cleaning service" + id: "regular", title: "Regular House Cleaning", description: "Weekly or bi-weekly cleaning keeping your home fresh and organized. Perfect for busy families who want consistent cleanliness without the stress.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg", imageAlt: "Regular house cleaning service" }, { - id: "deep", title: "Deep Cleaning", description: "Comprehensive cleaning service that tackles every corner of your home. Includes baseboards, inside appliances, and hard-to-reach areas for maximum freshness.", imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg?_wi=2", imageAlt: "Professional deep cleaning service" + id: "deep", title: "Deep Cleaning", description: "Comprehensive cleaning service that tackles every corner of your home. Includes baseboards, inside appliances, and hard-to-reach areas for maximum freshness.", imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Professional deep cleaning service" }, { id: "moveout", title: "Move-In / Move-Out Cleaning", description: "Prepare your home for moving with thorough pre-move or post-move cleaning. Ensures your new space is spotless or your old place is perfectly cleaned for the next owners.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Move-out property cleaning service" @@ -92,7 +92,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> @@ -102,22 +102,22 @@ export default function LandingPage() { description="We're not just another cleaning company. Here's what sets us apart." features={[ { - id: "reliability", title: "Always On Time", description: "We respect your time and schedule. Our team arrives when promised, every single time. No waiting, no excuses.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-home_1098-16153.jpg?_wi=2", imageAlt: "On-time cleaning service" + id: "reliability", title: "Always On Time", description: "We respect your time and schedule. Our team arrives when promised, every single time. No waiting, no excuses.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-home_1098-16153.jpg", imageAlt: "On-time cleaning service" }, { - id: "thorough", title: "Extremely Thorough", description: "We don't cut corners. Every surface is cleaned with attention to detail. Your home shines inside and out.", imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg?_wi=3", imageAlt: "Thorough detailed cleaning" + id: "thorough", title: "Extremely Thorough", description: "We don't cut corners. Every surface is cleaned with attention to detail. Your home shines inside and out.", imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Thorough detailed cleaning" }, { - id: "friendly", title: "Super Friendly Team", description: "Our staff is courteous, respectful, and genuinely care about your satisfaction. You'll look forward to their visits.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg?_wi=3", imageAlt: "Friendly professional cleaning team" + id: "friendly", title: "Super Friendly Team", description: "Our staff is courteous, respectful, and genuinely care about your satisfaction. You'll look forward to their visits.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg", imageAlt: "Friendly professional cleaning team" }, { - id: "competitive", title: "Competitive Rates", description: "Premium quality doesn't have to cost a fortune. We offer fair pricing for exceptional service. No hidden fees.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-home_1098-16153.jpg?_wi=3", imageAlt: "Affordable professional cleaning" + id: "competitive", title: "Competitive Rates", description: "Premium quality doesn't have to cost a fortune. We offer fair pricing for exceptional service. No hidden fees.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-home_1098-16153.jpg", imageAlt: "Affordable professional cleaning" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> @@ -157,7 +157,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> -- 2.49.1