diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 65fadfb..2ae92c7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -32,9 +32,7 @@ export default function ServicesPage() { { name: "Contact", id: "/" }, ]} button={{ - text: "📞 Call Now", - href: "tel:087500-94616", - }} + text: "📞 Call Now", href: "tel:087500-94616"}} brandName="We Clean" /> @@ -50,45 +48,21 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "1", - title: "Chair Dry Cleaning", - description: "Professional chair cleaning starting at ₹150. Removes stains, dust mites, and improves hygiene. Extends furniture life. Certified safe for all fabric types.", - tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=7", - imageAlt: "Professional chair cleaning service", - buttons: [ + id: "1", title: "Chair Dry Cleaning", description: "Professional chair cleaning starting at ₹150. Removes stains, dust mites, and improves hygiene. Extends furniture life. Certified safe for all fabric types.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg", imageAlt: "Professional chair cleaning service", buttons: [ { - text: "Book Now", - href: "tel:087500-94616", - }, + text: "Book Now", href: "tel:087500-94616"}, ], }, { - id: "2", - title: "Deep Home Cleaning", - description: "Complete deep cleaning for your home. Thorough sanitization, all surfaces covered. Professional equipment and trained staff. Transform your living space.", - tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=2", - imageAlt: "Deep home cleaning service", - buttons: [ + id: "2", title: "Deep Home Cleaning", description: "Complete deep cleaning for your home. Thorough sanitization, all surfaces covered. Professional equipment and trained staff. Transform your living space.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg", imageAlt: "Deep home cleaning service", buttons: [ { - text: "Get Quote", - href: "tel:087500-94616", - }, + text: "Get Quote", href: "tel:087500-94616"}, ], }, { - id: "3", - title: "Commercial Office Cleaning", - description: "Professional office cleaning and maintenance. Keep your workspace clean and professional. Customized schedules available for businesses of all sizes.", - tag: "Business", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=3", - imageAlt: "Commercial office cleaning service", - buttons: [ + id: "3", title: "Commercial Office Cleaning", description: "Professional office cleaning and maintenance. Keep your workspace clean and professional. Customized schedules available for businesses of all sizes.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", imageAlt: "Commercial office cleaning service", buttons: [ { - text: "Contact Us", - href: "tel:087500-94616", - }, + text: "Contact Us", href: "tel:087500-94616"}, ], }, ]} @@ -103,101 +77,63 @@ export default function ServicesPage() { description="Call us now for immediate service or to discuss your specific cleaning needs. Our friendly team is available 24/7 to assist you." buttons={[ { - text: "📞 Call Now: 087500 94616", - href: "tel:087500-94616", - }, + text: "📞 Call Now: 087500 94616", href: "tel:087500-94616"}, { - text: "Request Free Quote", - href: "tel:087500-94616", - }, + text: "Request Free Quote", href: "tel:087500-94616"}, ]} useInvertedBackground={false} background={{ - variant: "aurora", - }} + variant: "plain"}} />