From 1a42d4059d23dd78a33e59983c17034e2e5fbc16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 04:30:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 +++++++++++------------------------------------ 1 file changed, 77 insertions(+), 271 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea856e2..cd5faa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,38 +34,22 @@ export default function LandingPage() { @@ -75,81 +59,46 @@ export default function LandingPage() { @@ -193,15 +132,10 @@ export default function LandingPage() { title="Dedicated to Exceptional Cleanliness" buttons={[ { - text: "Our Mission", - href: "#", - }, + text: "Our Mission", href: "#"}, { - text: "Meet Our Team", - href: "#", - }, + text: "Meet Our Team", href: "#"}, ]} - description="At Pure & Clean, we believe a truly clean space fosters a healthier, happier environment. With years of experience and a passion for perfection, our highly trained team uses eco-friendly products and advanced techniques to deliver results that don't just meet—they exceed—your expectations. We pride ourselves on reliability, transparency, and a personalized approach to every cleaning challenge." /> @@ -212,19 +146,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Dust & Allergy Buildup", - "Stubborn Stains & Grime", - "Disorganized Spaces", - "Unpleasant Odors", - ], + "Dust & Allergy Buildup", "Stubborn Stains & Grime", "Disorganized Spaces", "Unpleasant Odors"], }} positiveCard={{ items: [ - "Pristine Surfaces", - "Germ-Free Environment", - "Immaculate Spaces", - "Fresh, Inviting Scent", - ], + "Pristine Surfaces", "Germ-Free Environment", "Immaculate Spaces", "Fresh, Inviting Scent"], }} title="We Eliminate Your Cleaning Headaches" description="Tired of the endless chores? Let Pure & Clean handle the dirty work. We specialize in transforming your spaces, leaving them spotless and serene." @@ -241,47 +167,17 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "residential-deep", - name: "Residential Deep Clean", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-449.jpg", - imageAlt: "Sparkling clean kitchen after residential deep clean", - }, + id: "residential-deep", name: "Residential Deep Clean", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-449.jpg", imageAlt: "Sparkling clean kitchen after residential deep clean"}, { - id: "commercial-standard", - name: "Commercial Standard Clean", - price: "$400", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-using-disinfectant_23-2148862115.jpg", - imageAlt: "Clean, modern office space", - }, + id: "commercial-standard", name: "Commercial Standard Clean", price: "$400", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-using-disinfectant_23-2148862115.jpg", imageAlt: "Clean, modern office space"}, { - id: "move-in-out", - name: "Move-In/Move-Out Clean", - price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/photo-fo-female-marketing-manager-stands-white-spacious-room-holds-paper_273609-44261.jpg", - imageAlt: "Empty, spotless apartment ready for new tenants", - }, + id: "move-in-out", name: "Move-In/Move-Out Clean", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/photo-fo-female-marketing-manager-stands-white-spacious-room-holds-paper_273609-44261.jpg", imageAlt: "Empty, spotless apartment ready for new tenants"}, { - id: "post-construction", - name: "Post-Construction Clean", - price: "$600", - imageSrc: "http://img.b2bpic.net/free-photo/ruins-russian-s-war-ukraine_23-2149437948.jpg", - imageAlt: "Clean interior of a newly built home", - }, + id: "post-construction", name: "Post-Construction Clean", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/ruins-russian-s-war-ukraine_23-2149437948.jpg", imageAlt: "Clean interior of a newly built home"}, { - id: "event-cleanup", - name: "Special Event Cleanup", - price: "$300", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-face-protection-cleaning_23-2148645175.jpg", - imageAlt: "Clean event venue after a party", - }, + id: "event-cleanup", name: "Special Event Cleanup", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-face-protection-cleaning_23-2148645175.jpg", imageAlt: "Clean event venue after a party"}, { - id: "window-cleaning", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-businessman-holding-document_23-2147626387.jpg", - imageAlt: "Sparkling clean windows of a modern building", - name: "Exterior Window Cleaning", - }, + id: "window-cleaning", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-businessman-holding-document_23-2147626387.jpg", imageAlt: "Sparkling clean windows of a modern building", name: "Exterior Window Cleaning"}, ]} title="Explore Our Premium Cleaning Packages" description="From homes to offices, and special events to post-construction sites, Pure & Clean offers tailored cleaning solutions to fit every need. Discover the perfect package for you." @@ -298,25 +194,13 @@ export default function LandingPage() { carouselMode="buttons" metrics={[ { - id: "clients", - value: "1200+", - title: "Satisfied Clients", - description: "Building trust, one clean space at a time.", - icon: Users, + id: "clients", value: "1200+", title: "Satisfied Clients", description: "Building trust, one clean space at a time.", icon: Users, }, { - id: "experience", - value: "10+", - title: "Years of Experience", - description: "A decade of mastering the art of clean.", - icon: Calendar, + id: "experience", value: "10+", title: "Years of Experience", description: "A decade of mastering the art of clean.", icon: Calendar, }, { - id: "rating", - value: "4.9/5", - title: "Average Rating", - description: "Excellence recognized by our valued customers.", - icon: Star, + id: "rating", value: "4.9/5", title: "Average Rating", description: "Excellence recognized by our valued customers.", icon: Star, }, ]} title="Our Commitment to Excellence in Numbers" @@ -335,45 +219,20 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" testimonials={[ { - id: "1", - name: "Sophia L.", - role: "Homeowner", - company: "Private Residence", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-holding-screwdriver-new-home-mouth-lips-shut-as-zip-with-fingers-secret-silent-taboo-talking_839833-5351.jpg", - }, + id: "1", name: "Sophia L.", role: "Homeowner", company: "Private Residence", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-holding-screwdriver-new-home-mouth-lips-shut-as-zip-with-fingers-secret-silent-taboo-talking_839833-5351.jpg"}, { - id: "2", - name: "Robert B.", - role: "Operations Manager", - company: "Apex Corp.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112034.jpg", - }, + id: "2", name: "Robert B.", role: "Operations Manager", company: "Apex Corp.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112034.jpg"}, { - id: "3", - name: "Olivia M.", - role: "Apartment Renter", - company: "The Lofts", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-looking-through-window_23-2148541311.jpg", - }, + id: "3", name: "Olivia M.", role: "Apartment Renter", company: "The Lofts", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-looking-through-window_23-2148541311.jpg"}, { - id: "4", - name: "Ethan C.", - role: "Co-Founder", - company: "Innovate Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-baby-with-parents-park_1153-2618.jpg", - }, + id: "4", name: "Ethan C.", role: "Co-Founder", company: "Innovate Hub", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/adorable-baby-with-parents-park_1153-2618.jpg"}, { - id: "5", - name: "Mildred P.", - role: "Retired Educator", - company: "Community Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-middle-aged-blonde-gardener-woman-uniform-wearing-hat-gardening-gloves-looking-pointing-up_141793-117228.jpg", - }, + id: "5", name: "Mildred P.", role: "Retired Educator", company: "Community Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/impressed-middle-aged-blonde-gardener-woman-uniform-wearing-hat-gardening-gloves-looking-pointing-up_141793-117228.jpg"}, ]} title="What Our Clients Say About Us" description="Our clients' satisfaction is our greatest reward. Read their stories and discover why Pure & Clean is the preferred choice for exceptional cleaning services." @@ -387,35 +246,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What types of cleaning services do you offer?", - content: "Pure & Clean offers a comprehensive range of services including residential deep cleaning, commercial office cleaning, move-in/move-out cleaning, post-construction cleanup, and special event cleaning. We also offer customizable plans to fit your specific needs.", - }, + id: "faq1", title: "What types of cleaning services do you offer?", content: "Pure & Clean offers a comprehensive range of services including residential deep cleaning, commercial office cleaning, move-in/move-out cleaning, post-construction cleanup, and special event cleaning. We also offer customizable plans to fit your specific needs."}, { - id: "faq2", - title: "Are your cleaning products eco-friendly and safe?", - content: "Yes, we prioritize the health of our clients and the environment. We primarily use professional-grade, eco-friendly, and non-toxic cleaning products that are safe for children, pets, and individuals with allergies.", - }, + id: "faq2", title: "Are your cleaning products eco-friendly and safe?", content: "Yes, we prioritize the health of our clients and the environment. We primarily use professional-grade, eco-friendly, and non-toxic cleaning products that are safe for children, pets, and individuals with allergies."}, { - id: "faq3", - title: "How do you ensure the quality of your cleaning staff?", - content: "Our team members are thoroughly vetted, professionally trained, and insured. We conduct background checks and ongoing training to ensure the highest standards of service and trustworthiness.", - }, + id: "faq3", title: "How do you ensure the quality of your cleaning staff?", content: "Our team members are thoroughly vetted, professionally trained, and insured. We conduct background checks and ongoing training to ensure the highest standards of service and trustworthiness."}, { - id: "faq4", - title: "Can I customize my cleaning schedule and services?", - content: "Absolutely! We offer flexible scheduling options including one-time, weekly, bi-weekly, or monthly services. You can also customize the scope of work to focus on specific areas or tasks.", - }, + id: "faq4", title: "Can I customize my cleaning schedule and services?", content: "Absolutely! We offer flexible scheduling options including one-time, weekly, bi-weekly, or monthly services. You can also customize the scope of work to focus on specific areas or tasks."}, { - id: "faq5", - title: "What areas do you serve?", - content: "Pure & Clean proudly serves [Your City/Region] and surrounding areas. Please contact us with your location details to confirm service availability.", - }, + id: "faq5", title: "What areas do you serve?", content: "Pure & Clean proudly serves [Your City/Region] and surrounding areas. Please contact us with your location details to confirm service availability."}, { - id: "faq6", - title: "What is your cancellation policy?", - content: "We understand plans can change. We kindly request at least 24 hours' notice for any cancellations or rescheduling. Cancellations made within 24 hours may incur a fee.", - }, + id: "faq6", title: "What is your cancellation policy?", content: "We understand plans can change. We kindly request at least 24 hours' notice for any cancellations or rescheduling. Cancellations made within 24 hours may incur a fee."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our services, processes, and commitments." @@ -429,14 +270,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Horizon Real Estate", - "Local Business Alliance", - "Grand Hospitality Group", - "Corporate Suites Inc.", - "Elite Event Planners", - "Retail Dynamics", - "Health First Clinics", - ]} + "Horizon Real Estate", "Local Business Alliance", "Grand Hospitality Group", "Corporate Suites Inc.", "Elite Event Planners", "Retail Dynamics", "Health First Clinics"]} title="Trusted by Leading Businesses & Communities" description="Our commitment to excellence has earned us the trust of diverse clients across various industries. Partner with Pure & Clean for a consistently immaculate environment." tag="Our Partners" @@ -449,18 +283,13 @@ export default function LandingPage() { @@ -472,58 +301,35 @@ export default function LandingPage() { logoText="Pure & Clean" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Residential Cleaning", - href: "#services", - }, + label: "Residential Cleaning", href: "#services"}, { - label: "Commercial Cleaning", - href: "#services", - }, + label: "Commercial Cleaning", href: "#services"}, { - label: "Specialty Cleans", - href: "#services", - }, + label: "Specialty Cleans", href: "#services"}, { - label: "Window Cleaning", - href: "#services", - }, + label: "Window Cleaning", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1