diff --git a/src/app/services/chair-dry-cleaning/page.tsx b/src/app/services/chair-dry-cleaning/page.tsx
index dccb827..ce37aa7 100644
--- a/src/app/services/chair-dry-cleaning/page.tsx
+++ b/src/app/services/chair-dry-cleaning/page.tsx
@@ -17,7 +17,7 @@ export default function ChairDryCleaningPage() {
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 ChairDryCleaningPage() {
{ 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 ChairDryCleaningPage() {
@@ -120,42 +102,21 @@ export default function ChairDryCleaningPage() {
animationType="slide-up"
features={[
{
- id: "1",
- title: "Inspection & Assessment",
- description: "We inspect your chair fabric and identify specific stains or problem areas before starting the cleaning process",
- tag: "Step 1",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=10",
- buttons: [
+ id: "1", title: "Inspection & Assessment", description: "We inspect your chair fabric and identify specific stains or problem areas before starting the cleaning process", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg", buttons: [
{
- text: "Learn More",
- href: "#contact",
- },
+ text: "Learn More", href: "#contact"},
],
},
{
- id: "2",
- title: "Pre-Treatment",
- description: "Specialized pre-treatment solutions are applied to break down tough stains and prepare the fabric for deep cleaning",
- tag: "Step 2",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=11",
- buttons: [
+ id: "2", title: "Pre-Treatment", description: "Specialized pre-treatment solutions are applied to break down tough stains and prepare the fabric for deep cleaning", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg", buttons: [
{
- text: "Book Service",
- href: "#contact",
- },
+ text: "Book Service", href: "#contact"},
],
},
{
- id: "3",
- title: "Professional Dry Cleaning",
- description: "Using advanced dry-cleaning technology, we safely remove dirt, allergens, and stains without water damage",
- tag: "Step 3",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=12",
- buttons: [
+ id: "3", title: "Professional Dry Cleaning", description: "Using advanced dry-cleaning technology, we safely remove dirt, allergens, and stains without water damage", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg", buttons: [
{
- text: "Get Quote",
- href: "#contact",
- },
+ text: "Get Quote", href: "#contact"},
],
},
]}
@@ -170,99 +131,62 @@ export default function ChairDryCleaningPage() {
description="Contact us now for a free quote or to schedule your chair cleaning service. Our team is available 24/7 to serve you with excellence."
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" }}
/>