diff --git a/src/app/page.tsx b/src/app/page.tsx index cca0527..495faac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,65 +32,36 @@ export default function LandingPage() {
@@ -124,17 +89,11 @@ export default function LandingPage() { description="We treat every space as a masterpiece, ensuring that precision is not just a promise but a standard. With years of experience and a track record of total satisfaction, we provide unparalleled service quality." bulletPoints={[ { - title: "500+ Clients", - description: "Served with excellence", - }, + title: "500+ Clients", description: "Served with excellence"}, { - title: "7+ Years", - description: "Of luxury service", - }, + title: "7+ Years", description: "Of luxury service"}, { - title: "100% Satisfaction", - description: "Guaranteed perfection", - }, + title: "100% Satisfaction", description: "Guaranteed perfection"}, ]} imageSrc="http://img.b2bpic.net/free-photo/person-disinfect-surface_23-2148577803.jpg" imageAlt="Luxury cleaning professional" @@ -149,64 +108,28 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Residential", - title: "Home Care", - items: [ - "Deep cleaning", - "Surface sanitizing", - "Polished finishes", - ], + id: "s1", label: "Residential", title: "Home Care", items: [ + "Deep cleaning", "Surface sanitizing", "Polished finishes"], }, { - id: "s2", - label: "Office", - title: "Commercial Care", - items: [ - "Discreet cleaning", - "Desk sanitizing", - "Window detailing", - ], + id: "s2", label: "Office", title: "Commercial Care", items: [ + "Discreet cleaning", "Desk sanitizing", "Window detailing"], }, { - id: "s3", - label: "Tenancy", - title: "End of Tenancy", - items: [ - "Security deposit ready", - "Carpet deep clean", - "Kitchen refresh", - ], + id: "s3", label: "Tenancy", title: "End of Tenancy", items: [ + "Security deposit ready", "Carpet deep clean", "Kitchen refresh"], }, { - id: "s4", - label: "Regular", - title: "Regular Upkeep", - items: [ - "Weekly maintenance", - "Dusting", - "Waste removal", - ], + id: "s4", label: "Regular", title: "Regular Upkeep", items: [ + "Weekly maintenance", "Dusting", "Waste removal"], }, { - id: "s5", - label: "Construction", - title: "Post-Construction", - items: [ - "Debris removal", - "Dust elimination", - "Final polish", - ], + id: "s5", label: "Construction", title: "Post-Construction", items: [ + "Debris removal", "Dust elimination", "Final polish"], }, { - id: "s6", - label: "Move-in", - title: "Move-In / Out", - items: [ - "Sanitized surfaces", - "Closet detail", - "Appliance care", - ], + id: "s6", label: "Move-in", title: "Move-In / Out", items: [ + "Sanitized surfaces", "Closet detail", "Appliance care"], }, ]} title="Our Expert Services" @@ -221,25 +144,13 @@ export default function LandingPage() { tag="Steps to Perfection" metrics={[ { - id: "p1", - value: "01", - description: "Initial Consultation", - }, + id: "p1", value: "01", description: "Initial Consultation"}, { - id: "p2", - value: "02", - description: "Customized Plan", - }, + id: "p2", value: "02", description: "Customized Plan"}, { - id: "p3", - value: "03", - description: "Precision Execution", - }, + id: "p3", value: "03", description: "Precision Execution"}, { - id: "p4", - value: "04", - description: "Final Quality Check", - }, + id: "p4", value: "04", description: "Final Quality Check"}, ]} metricsAnimation="slide-up" /> @@ -250,30 +161,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Eleanor Vance", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg", - }, + id: "t1", name: "Eleanor Vance", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg"}, { - id: "t2", - name: "Arthur Penhaligon", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", - }, + id: "t2", name: "Arthur Penhaligon", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"}, { - id: "t3", - name: "Sonia Verma", - imageSrc: "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg", - }, + id: "t3", name: "Sonia Verma", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg"}, { - id: "t4", - name: "Julian Thorne", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598350.jpg", - }, + id: "t4", name: "Julian Thorne", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598350.jpg"}, { - id: "t5", - name: "Clara Oswald", - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", - }, + id: "t5", name: "Clara Oswald", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg"}, ]} cardTitle="What Clients Say" cardTag="Authentic Trust" @@ -285,8 +181,7 @@ export default function LandingPage() {