diff --git a/src/app/services/deep-cleaning/page.tsx b/src/app/services/deep-cleaning/page.tsx index 3ddc604..b365c4c 100644 --- a/src/app/services/deep-cleaning/page.tsx +++ b/src/app/services/deep-cleaning/page.tsx @@ -17,7 +17,7 @@ export default function DeepCleaningPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -33,9 +33,7 @@ export default function DeepCleaningPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "📞 Call Now", - href: "tel:087500-94616", - }} + text: "📞 Call Now", href: "tel:087500-94616"}} brandName="We Clean" /> @@ -44,19 +42,15 @@ export default function DeepCleaningPage() { @@ -120,42 +102,21 @@ export default function DeepCleaningPage() { animationType="slide-up" features={[ { - id: "1", - title: "Living & Bedroom Areas", - description: "Thorough cleaning of furniture, upholstery, under beds, inside closets, and all surfaces from top to bottom", - tag: "Interior", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=5", - buttons: [ + id: "1", title: "Living & Bedroom Areas", description: "Thorough cleaning of furniture, upholstery, under beds, inside closets, and all surfaces from top to bottom", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg", buttons: [ { - text: "Inquire", - href: "#contact", - }, + text: "Inquire", href: "#contact"}, ], }, { - id: "2", - title: "Kitchen Deep Clean", - description: "Professional cleaning inside and behind appliances, cabinets, and surfaces. Grease and stain removal.", - tag: "Kitchen", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=6", - buttons: [ + id: "2", title: "Kitchen Deep Clean", description: "Professional cleaning inside and behind appliances, cabinets, and surfaces. Grease and stain removal.", tag: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg", buttons: [ { - text: "Book Service", - href: "#contact", - }, + text: "Book Service", href: "#contact"}, ], }, { - id: "3", - title: "Bathroom Sanitization", - description: "Complete bathroom deep clean including tiles, grout, fixtures, and thorough disinfection", - tag: "Bathroom", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=7", - buttons: [ + id: "3", title: "Bathroom Sanitization", description: "Complete bathroom deep clean including tiles, grout, fixtures, and thorough disinfection", tag: "Bathroom", 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"}, ], }, ]} @@ -170,99 +131,62 @@ export default function DeepCleaningPage() { description="Contact us now for a free quote on deep cleaning services. Our team will customize a cleaning plan for your specific needs and budget." buttons={[ { - text: "📞 Call: 087500 94616", - href: "tel:087500-94616", - }, + text: "📞 Call: 087500 94616", href: "tel:087500-94616"}, { - text: "Get Free Quote", - href: "#quote-form", - }, + text: "Get Free Quote", href: "#quote-form"}, ]} useInvertedBackground={false} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} />