Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 21:07:31 +00:00

View File

@@ -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"