165 lines
7.2 KiB
TypeScript
165 lines
7.2 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="elastic-effect"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="mediumSmall"
|
|
sizing="large"
|
|
background="fluid"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="semibold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
brandName="Cleaner Dekho"
|
|
navItems={[
|
|
{ name: "Home", id: "hero" },
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Pricing", id: "pricing" },
|
|
{ name: "Contact", id: "contact" },
|
|
]}
|
|
button={{ text: "Book Now", href: "#contact" }}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogo
|
|
logoText="Shree Ram Clean Services "
|
|
description="Jaipur's most trusted premium house, office, and deep cleaning experts. From water tanks to sofas, we make your space shine."
|
|
buttons={[
|
|
{ text: "Book Now", href: "#contact" },
|
|
{ text: "View Services", href: "#services" },
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454561.jpg"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TextAbout
|
|
useInvertedBackground={true}
|
|
title="Why Cleaner Dekho?"
|
|
buttons={[{ text: "Learn More" }]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{ title: "Eco-Friendly Products", description: "Safe for children and pets.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-house-chores-with-vacuum_23-2148394963.jpg" },
|
|
{ title: "Professional Team", description: "Highly trained and verified staff.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359035.jpg" },
|
|
{ title: "Advanced Technology", description: "Steam cleaning and industrial vacuums.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358992.jpg" },
|
|
]}
|
|
title="Our Specialized Focus"
|
|
description="We use eco-friendly chemicals and professional-grade machinery for every task."
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<ProductCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="one-large-left-three-stacked-right"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{ id: "1", name: "Kitchen Deep Cleaning", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg" },
|
|
{ id: "2", name: "Bathroom Deep Cleaning", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/shower-head-getting-cleaned_23-2148465054.jpg" },
|
|
{ id: "3", name: "Sofa Deep Cleaning", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/indoors-decoration-with-heater-blanket_23-2149308956.jpg" },
|
|
{ id: "4", name: "Water Tank Cleaning", price: "₹800", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110887.jpg" },
|
|
{ id: "5", name: "Car Detailing", price: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg" },
|
|
{ id: "6", name: "Carpet Cleaning", price: "₹1,100", imageSrc: "http://img.b2bpic.net/free-photo/man-is-tired-from-cleaning_23-2148112292.jpg" },
|
|
]}
|
|
title="Deep Cleaning Services"
|
|
description="Professional solutions for your home and office."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{ id: "basic", name: "Essential Clean", price: "₹2,500", features: ["Room dusting", "Floor mopping"], buttons: [{ text: "Select Plan" }] },
|
|
{ id: "pro", name: "Premium Deep", price: "₹4,900", features: ["Full kitchen deep", "Bathroom deep", "Window cleaning"], buttons: [{ text: "Select Plan" }] },
|
|
{ id: "enterprise", name: "Office Full", price: "₹8,900", features: ["Total facility clean", "Sanitization", "Workstation care"], buttons: [{ text: "Select Plan" }] },
|
|
]}
|
|
title="Flexible Packages"
|
|
description="Choose the perfect cleaning routine for your needs."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwo
|
|
animationType="blur-reveal"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
title="Client Stories"
|
|
description="See why Jaipur trusts Cleaner Dekho."
|
|
testimonials={[
|
|
{ id: "1", name: "Anjali S.", role: "Homeowner", testimonial: "Excellent team and very punctual." },
|
|
{ id: "2", name: "Rajesh K.", role: "CEO", testimonial: "My office looks brand new." },
|
|
{ id: "3", name: "Meera P.", role: "Teacher", testimonial: "Very professional and friendly staff." },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardSeven
|
|
animationType="blur-reveal"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
title="Company Stats"
|
|
description="Proven results in the industry."
|
|
metrics={[
|
|
{ id: "m1", value: "1000+", title: "Clients Served", items: ["Home owners", "Businesses"] },
|
|
{ id: "m2", value: "500+", title: "Projects", items: ["Water tanks", "Deep cleans"] },
|
|
{ id: "m3", value: "10+", title: "Staff", items: ["Verified experts", "Trained pros"] },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
tag="Contact Us"
|
|
title="Book Your Professional Cleaning Session"
|
|
description="Reach out to Shyam Nagar today for inquiries or premium service bookings. Our team is ready to assist you."
|
|
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
|
background={{ variant: "sparkles-gradient" }}
|
|
useInvertedBackground={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterCard
|
|
logoText="Cleaner Dekho"
|
|
copyrightText="© 2025 Cleaner Dekho. Premium Cleaning Services."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|