Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-10 12:10:26 +00:00
4 changed files with 364 additions and 502 deletions

View File

@@ -6,10 +6,9 @@ import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboard
import SplitAbout from "@/components/sections/about/SplitAbout";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Phone, Star, Users, Zap, DollarSign } from "lucide-react";
import { Star, Zap, Users, DollarSign, Phone } from "lucide-react";
export default function AboutPage() {
export default function AboutUsPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -17,7 +16,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -26,15 +25,14 @@ export default function AboutPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-choose" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About Us", id: "/about-us" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }
]}
button={{
text: "📞 Call Now",
href: "tel:087500-94616"
text: "📞 Call Now", href: "tel:087500-94616"
}}
brandName="We Clean"
/>
@@ -43,65 +41,93 @@ export default function AboutPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="ABOUT WE CLEAN"
description="Professional housekeeping services delivering excellence to Noida residents and businesses since our inception. ISO 9001:2008 Certified, 4.9★ rated, trusted by 136+ satisfied customers."
description="Learn about our commitment to excellence in professional housekeeping and cleaning services across Noida and surrounding areas. ISO 9001:2008 Certified | Trusted by 136+ Customers | ⭐ 4.9 Rating"
buttons={[
{
text: "📞 Call Now: 087500 94616",
href: "tel:087500-94616"
text: "📞 Call Now: 087500 94616", href: "tel:087500-94616"
},
{
text: "Our Services",
href: "/"
text: "Get Free Quote", href: "#contact"
}
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=6"
imageAlt="Professional cleaning team"
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
imageAlt="Professional cleaning service team"
mediaAnimation="slide-up"
frameStyle="card"
background={{
variant: "aurora"
variant: "plain"
}}
/>
</div>
<div id="about-mission" data-section="about-mission">
<div id="our-story" data-section="our-story">
<SplitAbout
title="Our Mission & Values"
description="At We Clean, we believe that a clean space promotes healthy living and productive work. Our mission is to provide affordable, professional cleaning services that exceed expectations in Noida and surrounding areas."
tag="Our Story"
title="Our Story & Mission"
description="Founded with a passion for cleanliness and professionalism, We Clean has grown to become Noida's most trusted housekeeping service provider. We believe that a clean space is a healthy space, and we're dedicated to transforming homes and businesses through our exceptional cleaning services."
tag="Our Journey"
textboxLayout="default"
useInvertedBackground={false}
imagePosition="left"
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=9"
imageAlt="Professional cleaning service"
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg"
imageAlt="Professional cleaning team"
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Quality First",
description: "Every cleaning service meets our high standards for thoroughness and professionalism",
icon: Star
title: "Mission", description: "Provide professional, affordable, and reliable cleaning services that exceed customer expectations", icon: Star
},
{
title: "Customer Focused",
description: "Your satisfaction is our priority. We listen, adapt, and deliver exceptional results",
icon: Users
title: "Vision", description: "To be the most trusted cleaning service provider in Noida and surrounding regions", icon: Zap
},
{
title: "Innovative Solutions",
description: "We use modern equipment and proven techniques for efficient, effective cleaning",
icon: Zap
title: "Values", description: "Professionalism, integrity, reliability, and commitment to customer satisfaction", icon: Users
},
{
title: "Transparent Pricing",
description: "No hidden charges or surprise costs. Fair, honest pricing for all our services",
icon: DollarSign
title: "Quality Assurance", description: "ISO 9001:2008 certified processes ensuring consistent, high-quality service delivery", icon: DollarSign
},
{
title: "Customer Focus", description: "24/7 availability, transparent pricing, and personalized service for every client", icon: Zap
}
]}
buttons={[
{
text: "View Our Services",
href: "/"
text: "Get Free Quote", href: "#contact"
}
]}
/>
</div>
<div id="why-choose" data-section="why-choose">
<SplitAbout
title="Why Choose We Clean?"
description="With over 136 satisfied customers and a 4.9-star rating, We Clean stands out for its dedication to excellence, professional expertise, and customer-centric approach. We don't just clean spaces; we transform them."
tag="Our Advantages"
textboxLayout="default"
useInvertedBackground={false}
imagePosition="left"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg"
imageAlt="Our team excellence"
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Professional Team", description: "Trained, experienced, and courteous cleaning experts committed to your satisfaction", icon: Users
},
{
title: "Advanced Equipment", description: "Latest cleaning technology and industry-standard equipment for superior results", icon: Zap
},
{
title: "Transparent Pricing", description: "No hidden charges. Clear, honest pricing and detailed service quotes upfront", icon: DollarSign
},
{
title: "24/7 Availability", description: "Always available when you need us, with quick response times and flexible scheduling", icon: Star
},
{
title: "Certified Quality", description: "ISO 9001:2008 certified for consistent, high-quality service standards", icon: Zap
}
]}
buttons={[
{
text: "Contact Us Today", href: "#contact"
}
]}
/>
@@ -112,103 +138,83 @@ export default function AboutPage() {
tag="Get in Touch"
tagIcon={Phone}
title="Ready to Experience Professional Cleaning?"
description="Contact We Clean today to learn more about our services, get a free quote, or schedule your cleaning appointment. Available 24/7 for your convenience."
description="Contact We Clean today to learn more about our services or to schedule your appointment. 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"
variant: "plain"
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
imageAlt="We Clean Housekeeping Services"
logoText="We Clean"
copyrightText="© 2024 We Clean Housekeeping Services. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Chair Dry Cleaning",
href: "/services/chair-dry-cleaning"
label: "Chair Dry Cleaning", href: "/services/chair-dry-cleaning"
},
{
label: "Deep Cleaning",
href: "/services/deep-cleaning"
label: "Deep Cleaning", href: "/services/deep-cleaning"
},
{
label: "Sofa Cleaning",
href: "/services"
label: "Sofa Cleaning", href: "/services"
},
{
label: "Carpet Cleaning",
href: "/services"
label: "Carpet Cleaning", href: "/services"
},
{
label: "Commercial Cleaning",
href: "/services/commercial-housekeeping"
label: "Commercial Cleaning", href: "/services/commercial-housekeeping"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about-us"
label: "About Us", href: "/about-us"
},
{
label: "Service Areas",
href: "/service-areas"
label: "Service Areas", href: "/service-areas"
},
{
label: "Reviews",
href: "/reviews"
label: "Reviews", href: "/reviews"
},
{
label: "Contact",
href: "/contact"
label: "Contact", href: "/contact"
},
{
label: "Call: 087500 94616",
href: "tel:087500-94616"
label: "Call: 087500 94616", href: "tel:087500-94616"
}
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Phone: 087500 94616",
href: "tel:087500-94616"
label: "Phone: 087500 94616", href: "tel:087500-94616"
},
{
label: "Open 24 Hours",
href: "#"
label: "Open 24 Hours", href: "#"
},
{
label: "3rd Floor, Tower-C 319",
href: "#"
label: "3rd Floor, Tower-C 319", href: "#"
},
{
label: "Noida One IT Park, Sector 62",
href: "#"
label: "Noida One IT Park, Sector 62", href: "#"
},
{
label: "Noida, Uttar Pradesh 201309",
href: "#"
label: "Noida, Uttar Pradesh 201309", href: "#"
}
]
}

View File

@@ -2,53 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Phone, Mail, MapPin } from "lucide-react";
import { Phone } from "lucide-react";
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Why Us", id: "/about" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services",
items: [
{ label: "Chair Dry Cleaning", href: "/" },
{ label: "Deep Cleaning", href: "/" },
{ label: "Sofa Cleaning", href: "/" },
{ label: "Carpet Cleaning", href: "/" },
{ label: "Commercial Cleaning", href: "/" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/" },
{ label: "Service Areas", href: "/" },
{ label: "Reviews", href: "/" },
{ label: "Contact", href: "/contact" },
{ label: "Call: 087500 94616", href: "tel:087500-94616" },
],
},
{
title: "Contact",
items: [
{ label: "Phone: 087500 94616", href: "tel:087500-94616" },
{ label: "Open 24 Hours", href: "#" },
{ label: "3rd Floor, Tower-C 319", href: "#" },
{ label: "Noida One IT Park, Sector 62", href: "#" },
{ label: "Noida, Uttar Pradesh 201309", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -56,7 +15,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -64,154 +23,129 @@ export default function ContactPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
button={{ text: "📞 Call Now", href: "tel:087500-94616" }}
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About Us", id: "/about-us" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }
]}
button={{
text: "📞 Call Now", href: "tel:087500-94616"
}}
brandName="We Clean"
/>
</div>
<div id="contact-hero" data-section="contact-hero" className="mx-auto px-4 md:px-6 py-20">
<div className="max-w-4xl mx-auto text-center">
<div className="mb-6">
<span className="text-sm font-medium text-blue-600 bg-blue-50 px-4 py-2 rounded-full inline-block">
Contact Us
</span>
</div>
<h1 className="text-4xl md:text-5xl font-bold text-foreground mb-6">
Get in Touch with We Clean
</h1>
<p className="text-xl text-foreground/70 mb-12 max-w-2xl mx-auto">
Have questions about our cleaning services? Need a quote? We're here to help! Contact us now and our team will respond within hours.
</p>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="CONTACT US"
description="Get in touch with We Clean for professional housekeeping and cleaning services. Available 24/7 for bookings, quotes, and customer support. Call us anytime to discuss your cleaning needs."
buttons={[
{
text: "📞 Call Now: 087500 94616", href: "tel:087500-94616"
},
{
text: "Get Free Quote", href: "#contact-form"
}
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg"
imageAlt="Contact our professional team"
mediaAnimation="slide-up"
frameStyle="card"
background={{
variant: "plain"
}}
/>
</div>
<div id="contact-info" data-section="contact-info" className="mx-auto px-4 md:px-6 py-16">
<div className="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-8">
<div className="bg-card rounded-2xl p-8 border border-accent/20 hover:shadow-lg transition-shadow">
<div className="flex items-center justify-center w-12 h-12 rounded-xl bg-blue-100 mb-4">
<Phone className="w-6 h-6 text-blue-600" />
</div>
<h3 className="text-xl font-bold text-foreground mb-2">Call Us</h3>
<p className="text-foreground/70 mb-4">Available 24/7 for your cleaning needs</p>
<a href="tel:087500-94616" className="text-blue-600 font-semibold hover:underline">
087500 94616
</a>
</div>
<div className="bg-card rounded-2xl p-8 border border-accent/20 hover:shadow-lg transition-shadow">
<div className="flex items-center justify-center w-12 h-12 rounded-xl bg-blue-100 mb-4">
<Mail className="w-6 h-6 text-blue-600" />
</div>
<h3 className="text-xl font-bold text-foreground mb-2">Email Us</h3>
<p className="text-foreground/70 mb-4">Send us your inquiry and we'll respond quickly</p>
<a href="mailto:info@weclean.in" className="text-blue-600 font-semibold hover:underline">
info@weclean.in
</a>
</div>
<div className="bg-card rounded-2xl p-8 border border-accent/20 hover:shadow-lg transition-shadow">
<div className="flex items-center justify-center w-12 h-12 rounded-xl bg-blue-100 mb-4">
<MapPin className="w-6 h-6 text-blue-600" />
</div>
<h3 className="text-xl font-bold text-foreground mb-2">Visit Us</h3>
<p className="text-foreground/70">
3rd Floor, Tower-C 319<br />
Noida One IT Park, Sector 62<br />
Noida, Uttar Pradesh 201309
</p>
</div>
</div>
</div>
<div id="contact-form" data-section="contact-form" className="mx-auto px-4 md:px-6 py-16">
<div className="max-w-2xl mx-auto bg-card rounded-2xl border border-accent/20 p-8 md:p-12">
<h2 className="text-3xl font-bold text-foreground mb-2">Request a Free Quote</h2>
<p className="text-foreground/70 mb-8">Fill out the form below and we'll contact you within 24 hours</p>
<form className="space-y-6">
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label className="block text-sm font-medium text-foreground mb-2">Full Name</label>
<input
type="text"
placeholder="Your name"
className="w-full px-4 py-3 rounded-lg border border-accent/20 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
</div>
<div>
<label className="block text-sm font-medium text-foreground mb-2">Phone Number</label>
<input
type="tel"
placeholder="087500 94616"
className="w-full px-4 py-3 rounded-lg border border-accent/20 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
</div>
</div>
<div>
<label className="block text-sm font-medium text-foreground mb-2">Select Service</label>
<select className="w-full px-4 py-3 rounded-lg border border-accent/20 focus:outline-none focus:ring-2 focus:ring-blue-500">
<option>Choose a service</option>
<option>Chair Dry Cleaning</option>
<option>Deep Home Cleaning</option>
<option>Commercial Housekeeping</option>
<option>Carpet Cleaning</option>
<option>Sofa Cleaning</option>
<option>Floor Scrubbing & Polishing</option>
</select>
</div>
<div>
<label className="block text-sm font-medium text-foreground mb-2">Address</label>
<input
type="text"
placeholder="Your address in Noida"
className="w-full px-4 py-3 rounded-lg border border-accent/20 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
</div>
<div>
<label className="block text-sm font-medium text-foreground mb-2">Message (Optional)</label>
<textarea
placeholder="Tell us more about your cleaning needs"
rows={4}
className="w-full px-4 py-3 rounded-lg border border-accent/20 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
</div>
<button
type="submit"
className="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-6 rounded-lg transition-colors"
>
Get Free Quote
</button>
</form>
</div>
</div>
<div id="contact-cta" data-section="contact-cta" className="mx-auto px-4 md:px-6 py-16">
<div id="contact-form" data-section="contact-form">
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
title="Need Cleaning Today?"
description="Contact us now for immediate service or to book your free cleaning quote. Available 24/7 for all your housekeeping needs."
title="Ready to Book Your Cleaning Service?"
description="Contact We Clean today for professional housekeeping services. Our team is available 24/7 to answer your questions, provide quotes, or schedule your cleaning appointment. We pride ourselves on fast response times and exceptional service."
buttons={[
{ text: "📞 Call: 087500 94616", href: "tel:087500-94616" },
{ text: "Get Free Quote", href: "#contact-form" },
{
text: "📞 Call: 087500 94616", href: "tel:087500-94616"
},
{
text: "Get Free Quote", href: "tel:087500-94616"
}
]}
useInvertedBackground={false}
background={{ variant: "aurora" }}
background={{
variant: "plain"
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg?_wi=10"
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
imageAlt="We Clean Housekeeping Services"
logoText="We Clean"
copyrightText="© 2024 We Clean Housekeeping Services. All rights reserved."
columns={footerColumns}
columns={[
{
title: "Services", items: [
{
label: "Chair Dry Cleaning", href: "/services/chair-dry-cleaning"
},
{
label: "Deep Cleaning", href: "/services/deep-cleaning"
},
{
label: "Sofa Cleaning", href: "/services"
},
{
label: "Carpet Cleaning", href: "/services"
},
{
label: "Commercial Cleaning", href: "/services/commercial-housekeeping"
}
]
},
{
title: "Company", items: [
{
label: "About Us", href: "/about-us"
},
{
label: "Service Areas", href: "/service-areas"
},
{
label: "Reviews", href: "/reviews"
},
{
label: "Contact", href: "/contact"
},
{
label: "Call: 087500 94616", href: "tel:087500-94616"
}
]
},
{
title: "Contact", items: [
{
label: "Phone: 087500 94616", href: "tel:087500-94616"
},
{
label: "Open 24 Hours", href: "#"
},
{
label: "3rd Floor, Tower-C 319", href: "#"
},
{
label: "Noida One IT Park, Sector 62", href: "#"
},
{
label: "Noida, Uttar Pradesh 201309", href: "#"
}
]
}
]}
/>
</div>
</ThemeProvider>

View File

@@ -3,11 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Star, Users, Phone } from "lucide-react";
import { Phone, ThumbsUp } from "lucide-react";
export default function ReviewsPage() {
return (
@@ -17,7 +15,7 @@ export default function ReviewsPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -28,193 +26,133 @@ export default function ReviewsPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Why Us", id: "/why-us" },
{ name: "About Us", id: "/about-us" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
{ name: "Contact", id: "/contact" }
]}
button={{
text: "📞 Call Now",
href: "tel:087500-94616",
text: "📞 Call Now", href: "tel:087500-94616"
}}
brandName="We Clean"
/>
</div>
<div id="reviews-header" data-section="reviews-header">
<section className="mx-auto px-4 md:px-6 py-12 md:py-20">
<div className="max-w-4xl mx-auto text-center">
<div className="inline-flex items-center justify-center px-3 py-1.5 rounded-full border border-yellow-200 bg-yellow-50 mb-4">
<Star className="w-4 h-4 text-yellow-600 mr-2 fill-current" />
<span className="text-sm font-medium text-yellow-600">Customer Reviews</span>
</div>
<h1 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4">
Trusted by 136+ Happy Customers
</h1>
<p className="text-lg md:text-xl text-gray-600">
See what our satisfied clients in Noida, Greater Noida, and Ghaziabad are saying about our professional cleaning services.
</p>
</div>
</section>
</div>
<div id="reviews-stats" data-section="reviews-stats">
<MetricCardThree
title="Our Track Record"
description="Consistently delivering exceptional service with measurable results"
tag="Ratings & Reviews"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "1",
icon: Star,
title: "Overall Rating",
value: "4.9/5",
},
{
id: "2",
icon: Users,
title: "Customers",
value: "136+",
},
{
id: "3",
icon: "CheckCircle",
title: "Verified Reviews",
value: "100%",
},
{
id: "4",
icon: "Heart",
title: "Satisfaction",
value: "99%+",
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Customer Testimonials"
description="Read detailed reviews from our satisfied customers across Noida and surrounding areas"
title="Customer Reviews"
description="See what our satisfied customers in Noida are saying about our cleaning services"
tag="Reviews"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Mukul Bana",
role: "Homeowner, Noida",
testimonial: "Great service! A half-yearly or yearly cleaning schedule works perfectly for my home. The team is professional and thorough.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg?_wi=2",
icon: "ThumbsUp",
id: "1", name: "Mukul Bana", role: "Homeowner, Noida", testimonial: "Great service! A half-yearly or yearly cleaning schedule works perfectly for my home. The team is professional and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg", icon: ThumbsUp
},
{
id: "2",
name: "Amar Bhanu",
role: "Business Owner, Sector 62",
testimonial: "Staff behaviour is excellent. They are courteous, respectful, and very professional. I trust them with my office cleaning.",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2",
icon: "ThumbsUp",
id: "2", name: "Amar Bhanu", role: "Business Owner, Sector 62", testimonial: "Staff behaviour is excellent. They are courteous, respectful, and very professional. I trust them with my office cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", icon: ThumbsUp
},
{
id: "3",
name: "Vishal Singh",
role: "Homeowner, Greater Noida",
testimonial: "The cleaning process is very thorough and the price is very reasonable. Highly recommend We Clean for any cleaning needs.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-middle-finger-gesture-while-working-office_23-2150040035.jpg?_wi=2",
icon: "ThumbsUp",
id: "3", name: "Vishal Singh", role: "Homeowner, Greater Noida", testimonial: "The cleaning process is very thorough and the price is very reasonable. Highly recommend We Clean for any cleaning needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-middle-finger-gesture-while-working-office_23-2150040035.jpg", icon: ThumbsUp
},
{
id: "4",
name: "Priya Sharma",
role: "Corporate Manager, Noida",
testimonial: "Consistent quality and reliability. Our office always looks pristine. They've been our trusted cleaning partner for over a year.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=2",
icon: "ThumbsUp",
id: "4", name: "Priya Sharma", role: "Corporate Manager, Noida", testimonial: "Consistent quality and reliability. Our office always looks pristine. They've been our trusted cleaning partner for over a year.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", icon: ThumbsUp
},
{
id: "5",
name: "Rajesh Patel",
role: "Homeowner, Indirapuram",
testimonial: "Professional service at affordable prices. They pay attention to details and our furniture looks brand new after their cleaning.",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
icon: "ThumbsUp",
id: "5", name: "Rajesh Patel", role: "Homeowner, Indirapuram", testimonial: "Professional service at affordable prices. They pay attention to details and our furniture looks brand new after their cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", icon: ThumbsUp
},
{
id: "6",
name: "Neha Verma",
role: "Property Manager, Ghaziabad",
testimonial: "Excellent response time and quality work. We've used them for multiple properties and they never disappoint.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2",
icon: "ThumbsUp",
},
id: "6", name: "Neha Verma", role: "Property Manager, Ghaziabad", testimonial: "Excellent response time and quality work. We've used them for multiple properties and they never disappoint.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", icon: ThumbsUp
}
]}
/>
</div>
<div id="contact-cta" data-section="contact-cta">
<div id="contact" data-section="contact">
<ContactCTA
tag="Join Our Satisfied Customers"
tagIcon={Phone}
title="Experience Professional Cleaning Today"
description="Join over 136 satisfied customers who trust We Clean for their housekeeping needs. Book your service now and discover the difference professional cleaning makes."
title="Ready to Experience Excellent Service?"
description="Don't just take our word for it. Join hundreds of satisfied customers who trust We Clean for their housekeeping needs. Contact us today for a free quote and see why we have a 4.9-star rating."
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",
variant: "plain"
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
imageAlt="We Clean Housekeeping Services"
logoText="We Clean"
copyrightText="© 2024 We Clean Housekeeping Services. All rights reserved."
columns={[
{
title: "Services",
items: [
{ label: "Chair Dry Cleaning", href: "/" },
{ label: "Deep Cleaning", href: "/" },
{ label: "Sofa Cleaning", href: "/" },
{ label: "Carpet Cleaning", href: "/" },
{ label: "Commercial Cleaning", href: "/" },
],
title: "Services", items: [
{
label: "Chair Dry Cleaning", href: "/services/chair-dry-cleaning"
},
{
label: "Deep Cleaning", href: "/services/deep-cleaning"
},
{
label: "Sofa Cleaning", href: "/services"
},
{
label: "Carpet Cleaning", href: "/services"
},
{
label: "Commercial Cleaning", href: "/services/commercial-housekeeping"
}
]
},
{
title: "Company",
items: [
{ label: "About Us", href: "/" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/" },
{ label: "Call: 087500 94616", href: "tel:087500-94616" },
],
title: "Company", items: [
{
label: "About Us", href: "/about-us"
},
{
label: "Service Areas", href: "/service-areas"
},
{
label: "Reviews", href: "/reviews"
},
{
label: "Contact", href: "/contact"
},
{
label: "Call: 087500 94616", href: "tel:087500-94616"
}
]
},
{
title: "Contact",
items: [
{ label: "Phone: 087500 94616", href: "tel:087500-94616" },
{ label: "Open 24 Hours", href: "#" },
{ label: "3rd Floor, Tower-C 319", href: "#" },
{ label: "Noida One IT Park, Sector 62", href: "#" },
{ label: "Noida, Uttar Pradesh 201309", href: "#" },
],
},
title: "Contact", items: [
{
label: "Phone: 087500 94616", href: "tel:087500-94616"
},
{
label: "Open 24 Hours", href: "#"
},
{
label: "3rd Floor, Tower-C 319", href: "#"
},
{
label: "Noida One IT Park, Sector 62", href: "#"
},
{
label: "Noida, Uttar Pradesh 201309", href: "#"
}
]
}
]}
/>
</div>

View File

@@ -3,11 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { MapPin, Phone, Clock } from "lucide-react";
import { Phone, MapPin, Zap } from "lucide-react";
export default function ServiceAreasPage() {
return (
@@ -17,7 +16,7 @@ export default function ServiceAreasPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -28,166 +27,151 @@ export default function ServiceAreasPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Why Us", id: "/why-us" },
{ name: "About Us", id: "/about-us" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
{ name: "Contact", id: "/contact" }
]}
button={{
text: "📞 Call Now",
href: "tel:087500-94616",
text: "📞 Call Now", href: "tel:087500-94616"
}}
brandName="We Clean"
/>
</div>
<div id="service-areas-intro" data-section="service-areas-intro">
<section className="mx-auto px-4 md:px-6 py-12 md:py-20">
<div className="max-w-4xl mx-auto text-center">
<div className="inline-flex items-center justify-center px-3 py-1.5 rounded-full border border-blue-200 bg-blue-50 mb-4">
<MapPin className="w-4 h-4 text-blue-600 mr-2" />
<span className="text-sm font-medium text-blue-600">Coverage Area</span>
</div>
<h1 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4">
Serving Noida & Nearby Regions
</h1>
<p className="text-lg md:text-xl text-gray-600 mb-8">
We Clean provides professional housekeeping and deep cleaning services across Noida and surrounding areas. Fast, reliable service wherever you are in our coverage zone.
</p>
</div>
</section>
</div>
<div id="service-areas-marquee" data-section="service-areas-marquee">
<div id="service-areas-coverage" data-section="service-areas-coverage">
<SocialProofOne
title="Areas We Serve"
description="Comprehensive coverage across Noida and nearby regions for your convenience"
tag="Our Coverage"
title="Serving Noida & Nearby Areas"
description="We provide professional cleaning services across Noida and surrounding regions with fast response times and reliable service."
tag="Coverage"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Noida",
"Greater Noida",
"Indirapuram",
"Ghaziabad",
"Sector 62",
"Sector 18",
"Ecotech Extn",
"Noida Extension",
"City Center",
"Institutional Area",
"Noida", "Greater Noida", "Indirapuram", "Ghaziabad", "Sector 62", "Sector 18", "Ecotech Extn", "Noida Extension", "City Center", "Institutional Area"
]}
speed={40}
showCard={true}
/>
</div>
<div id="service-areas-details" data-section="service-areas-details">
<SplitAbout
title="Why Choose We Clean in Your Area?"
description="Serving the Noida community with professional cleaning expertise, fast response times, and affordable pricing. We're committed to bringing our 4.9-star service to your doorstep."
tag="Local Expertise"
<div id="area-details" data-section="area-details">
<FeatureCardMedia
title="Service Areas & Coverage"
description="We proudly serve multiple areas across Noida and NCR region. Click on any location to learn more about our services in that area."
tag="Locations"
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=10"
imageAlt="Professional cleaning team in Noida"
mediaAnimation="slide-up"
bulletPoints={[
animationType="slide-up"
features={[
{
title: "Fast Response Times",
description: "Quick service dispatch across all Noida sectors and nearby areas",
icon: Clock,
id: "1", title: "Central Noida", description: "Fast and reliable cleaning services for Central Noida including Sector 18, Sector 20, and surrounding residential areas.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [
{
text: "Learn More", href: "#contact"
}
]
},
{
title: "Local Knowledge",
description: "Familiar with every neighborhood and access requirements",
icon: MapPin,
id: "2", title: "Noida IT Park (Sector 62)", description: "Professional commercial cleaning services for IT offices, tech parks, and corporate spaces in Sector 62.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [
{
text: "Book Service", href: "#contact"
}
]
},
{
title: "24/7 Availability",
description: "Always ready to serve Noida residents and businesses",
icon: Phone,
},
{
title: "Affordable Pricing",
description: "Competitive rates for all service areas without hidden charges",
icon: "DollarSign",
},
{
title: "Professional Staff",
description: "Trained team familiar with local preferences and requirements",
icon: "Users",
},
]}
buttons={[
{
text: "Book Service Now",
href: "tel:087500-94616",
},
id: "3", title: "Greater Noida & Beyond", description: "Comprehensive cleaning services extending to Greater Noida, Indirapuram, Ghaziabad, and all surrounding regions.", tag: "Extended", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [
{
text: "Get Quote", href: "#contact"
}
]
}
]}
/>
</div>
<div id="contact-cta" data-section="contact-cta">
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tag="Service Area Not Listed?"
tagIcon={Phone}
title="Ready to Schedule Cleaning in Your Area?"
description="Contact us today to arrange professional cleaning services for your home or business. We serve all areas around Noida with prompt, reliable service."
title="Contact Us for Your Area"
description="Even if your area isn't listed, we may still serve your location. Contact We Clean today to confirm service availability and get a free quote for your specific area."
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",
variant: "plain"
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg?_wi=8"
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
imageAlt="We Clean Housekeeping Services"
logoText="We Clean"
copyrightText="© 2024 We Clean Housekeeping Services. All rights reserved."
columns={[
{
title: "Services",
items: [
{ label: "Chair Dry Cleaning", href: "/" },
{ label: "Deep Cleaning", href: "/" },
{ label: "Sofa Cleaning", href: "/" },
{ label: "Carpet Cleaning", href: "/" },
{ label: "Commercial Cleaning", href: "/" },
],
title: "Services", items: [
{
label: "Chair Dry Cleaning", href: "/services/chair-dry-cleaning"
},
{
label: "Deep Cleaning", href: "/services/deep-cleaning"
},
{
label: "Sofa Cleaning", href: "/services"
},
{
label: "Carpet Cleaning", href: "/services"
},
{
label: "Commercial Cleaning", href: "/services/commercial-housekeeping"
}
]
},
{
title: "Company",
items: [
{ label: "About Us", href: "/" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/" },
{ label: "Call: 087500 94616", href: "tel:087500-94616" },
],
title: "Company", items: [
{
label: "About Us", href: "/about-us"
},
{
label: "Service Areas", href: "/service-areas"
},
{
label: "Reviews", href: "/reviews"
},
{
label: "Contact", href: "/contact"
},
{
label: "Call: 087500 94616", href: "tel:087500-94616"
}
]
},
{
title: "Contact",
items: [
{ label: "Phone: 087500 94616", href: "tel:087500-94616" },
{ label: "Open 24 Hours", href: "#" },
{ label: "3rd Floor, Tower-C 319", href: "#" },
{ label: "Noida One IT Park, Sector 62", href: "#" },
{ label: "Noida, Uttar Pradesh 201309", href: "#" },
],
},
title: "Contact", items: [
{
label: "Phone: 087500 94616", href: "tel:087500-94616"
},
{
label: "Open 24 Hours", href: "#"
},
{
label: "3rd Floor, Tower-C 319", href: "#"
},
{
label: "Noida One IT Park, Sector 62", href: "#"
},
{
label: "Noida, Uttar Pradesh 201309", href: "#"
}
]
}
]}
/>
</div>