Update src/app/reviews/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user