diff --git a/src/app/services/commercial-housekeeping/page.tsx b/src/app/services/commercial-housekeeping/page.tsx index 53d9e11..e92e0c0 100644 --- a/src/app/services/commercial-housekeeping/page.tsx +++ b/src/app/services/commercial-housekeeping/page.tsx @@ -17,7 +17,7 @@ export default function CommercialCleaningPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -33,8 +33,7 @@ export default function CommercialCleaningPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "📞 Call Now", - href: "tel:087500-94616" + text: "📞 Call Now", href: "tel:087500-94616" }} brandName="We Clean" /> @@ -46,21 +45,19 @@ export default function CommercialCleaningPage() { description="Professional office housekeeping and workspace maintenance services in Noida. Keeping your business spaces clean, sanitized, and professional. ISO 9001:2008 Certified | Trusted by Local Businesses" buttons={[ { - text: "📞 Call Now: 087500 94616", - href: "tel:087500-94616" + text: "📞 Call Now: 087500 94616", href: "tel:087500-94616" }, { - text: "Request Service Quote", - href: "#contact" + text: "Request Service Quote", href: "#contact" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg" imageAlt="Professional office cleaning service" mediaAnimation="slide-up" frameStyle="card" background={{ - variant: "aurora" + variant: "plain" }} /> @@ -75,41 +72,23 @@ export default function CommercialCleaningPage() { animationType="slide-up" features={[ { - id: "1", - title: "Daily Office Cleaning", - description: "Regular office maintenance including desk cleaning, floor care, and waste management. Keeps your workspace fresh and professional every day.", - tag: "Daily", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=5", - buttons: [ + id: "1", title: "Daily Office Cleaning", description: "Regular office maintenance including desk cleaning, floor care, and waste management. Keeps your workspace fresh and professional every day.", tag: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [ { - text: "Learn More", - href: "#contact" + text: "Learn More", href: "#contact" } ] }, { - id: "2", - title: "Deep Office Sanitization", - description: "Comprehensive sanitization of office spaces including conference rooms, restrooms, and common areas. Medical-grade cleaning solutions for health and safety.", - tag: "Sanitization", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=8", - buttons: [ + id: "2", title: "Deep Office Sanitization", description: "Comprehensive sanitization of office spaces including conference rooms, restrooms, and common areas. Medical-grade cleaning solutions for health and safety.", tag: "Sanitization", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg", buttons: [ { - text: "Get Quote", - href: "#contact" + text: "Get Quote", href: "#contact" } ] }, { - id: "3", - title: "Carpet & Upholstery Care", - description: "Professional carpet cleaning and office furniture maintenance. Extends the life of your office assets and maintains a professional appearance.", - tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/old-man-rolling-yoga-mat-floor_23-2148097396.jpg?_wi=2", - buttons: [ + id: "3", title: "Carpet & Upholstery Care", description: "Professional carpet cleaning and office furniture maintenance. Extends the life of your office assets and maintains a professional appearance.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/old-man-rolling-yoga-mat-floor_23-2148097396.jpg", buttons: [ { - text: "Schedule Service", - href: "#contact" + text: "Schedule Service", href: "#contact" } ] } @@ -125,100 +104,80 @@ export default function CommercialCleaningPage() { description="Contact We Clean today for customized commercial housekeeping solutions. Flexible schedules, reliable service, and transparent pricing for your business." buttons={[ { - text: "📞 Call: 087500 94616", - href: "tel:087500-94616" + text: "📞 Call: 087500 94616", href: "tel:087500-94616" }, { - text: "Request Commercial Quote", - href: "#quote-form" + text: "Request Commercial Quote", href: "#quote-form" } ]} useInvertedBackground={false} background={{ - variant: "aurora" + variant: "plain" }} />