From f4c020d361b7f72f0032da9dc9a90cdd5dca9e8e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:07:26 +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 7ba78fa..873f853 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "residential", title: "Residential Cleaning", description: "Transform your home into a sanctuary of cleanliness and comfort. From regular maintenance to deep cleaning, we handle every detail.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg", imageAlt: "Professional residential cleaning service" }, + id: "residential", title: "Residential Cleaning", description: "Transform your home into a sanctuary of cleanliness and comfort. From regular maintenance to deep cleaning, we handle every detail.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg?_wi=1", imageAlt: "Professional residential cleaning service" }, items: [ { icon: Home, text: "Full house cleaning" }, { icon: Sparkles, text: "Move-in/move-out services" }, @@ -103,7 +103,7 @@ export default function LandingPage() { reverse: false }, { - id: "commercial", title: "Commercial Cleaning", description: "Professional environments require professional care. We maintain pristine business spaces that impress clients and boost employee satisfaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg", imageAlt: "Commercial office cleaning service" }, + id: "commercial", title: "Commercial Cleaning", description: "Professional environments require professional care. We maintain pristine business spaces that impress clients and boost employee satisfaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg?_wi=1", imageAlt: "Commercial office cleaning service" }, items: [ { icon: Building2, text: "Office maintenance" }, { icon: CheckCircle, text: "Certified disinfection" }, @@ -112,7 +112,7 @@ export default function LandingPage() { reverse: true }, { - id: "deep", title: "Deep Cleaning Excellence", description: "Our meticulous deep cleaning goes beyond surface level. We restore properties to showroom condition with attention to every corner.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg", imageAlt: "Professional deep cleaning transformation" }, + id: "deep", title: "Deep Cleaning Excellence", description: "Our meticulous deep cleaning goes beyond surface level. We restore properties to showroom condition with attention to every corner.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg?_wi=1", imageAlt: "Professional deep cleaning transformation" }, items: [ { icon: Zap, text: "Complete restoration" }, { icon: Award, text: "Superior techniques" }, @@ -147,15 +147,15 @@ export default function LandingPage() { products={[ { id: "regular-cleaning", brand: "Standard", name: "Regular Cleaning", price: "Starting at $99", rating: 5, - reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg", imageAlt: "Regular home cleaning service" + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg?_wi=2", imageAlt: "Regular home cleaning service" }, { id: "deep-cleaning", brand: "Premium", name: "Deep Cleaning", price: "Starting at $199", rating: 5, - reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg", imageAlt: "Deep cleaning transformation" + reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg?_wi=2", imageAlt: "Deep cleaning transformation" }, { id: "commercial-cleaning", brand: "Professional", name: "Commercial Cleaning", price: "Custom Quote", rating: 5, - reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg", imageAlt: "Commercial office cleaning" + reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg?_wi=2", imageAlt: "Commercial office cleaning" } ]} className="py-20" -- 2.49.1