Merge version_1 into main #1
355
src/app/page.tsx
355
src/app/page.tsx
@@ -26,263 +26,118 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="iCleaning US"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="iCleaning US"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="A Spotless Home is a Happy Home"
|
||||
description="iCleaning US delivers premium residential and commercial cleaning services. Experience a professional touch that brings clarity, hygiene, and peace of mind to your space."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg"
|
||||
imageAlt="Professional cleaning services in action"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="A Spotless Home is a Happy Home"
|
||||
description="iCleaning US delivers premium residential and commercial cleaning services. Experience a professional touch that brings clarity, hygiene, and peace of mind to your space."
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg"
|
||||
imageAlt="Professional cleaning services in action"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Cleaning Professionals"
|
||||
description="At iCleaning US, we understand that your time is valuable. Our dedicated cleaning teams are trained to provide meticulous care, ensuring every corner of your home or office meets the highest standards of cleanliness and hygiene."
|
||||
metrics={[
|
||||
{
|
||||
value: "500+",
|
||||
title: "Homes Cleaned",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/volunteering-organization-holding-books-donations_23-2148687350.jpg"
|
||||
imageAlt="Our dedicated cleaning team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Cleaning Professionals"
|
||||
description="At iCleaning US, we understand that your time is valuable. Our dedicated cleaning teams are trained to provide meticulous care, ensuring every corner of your home or office meets the highest standards of cleanliness and hygiene."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Homes Cleaned" },
|
||||
{ value: "100%", title: "Satisfaction Rate" },
|
||||
{ value: "10+", title: "Years Experience" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/volunteering-organization-holding-books-donations_23-2148687350.jpg"
|
||||
imageAlt="Our dedicated cleaning team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Cleaning",
|
||||
description: "Weekly or monthly maintenance to keep your home pristine and welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-standing-rhe-kitchen-with-oatmeal_1157-27102.jpg",
|
||||
imageAlt: "Residential cleaning",
|
||||
},
|
||||
{
|
||||
title: "Commercial Maintenance",
|
||||
description: "Professional janitorial services for offices and workspaces of any size.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-vacuum-cleaner-office_23-2150520594.jpg",
|
||||
imageAlt: "Commercial cleaning",
|
||||
},
|
||||
{
|
||||
title: "Move-In / Move-Out",
|
||||
description: "Complete deep cleaning to ensure your transition into a new home is effortless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343016.jpg",
|
||||
imageAlt: "Move-in cleaning",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Cleaning Solutions"
|
||||
description="From daily upkeep to deep seasonal cleaning, we have a specialized service to meet your specific needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Residential Cleaning", description: "Weekly or monthly maintenance to keep your home pristine and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-standing-rhe-kitchen-with-oatmeal_1157-27102.jpg", imageAlt: "Residential cleaning" },
|
||||
{ title: "Commercial Maintenance", description: "Professional janitorial services for offices and workspaces of any size.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-vacuum-cleaner-office_23-2150520594.jpg", imageAlt: "Commercial cleaning" },
|
||||
{ title: "Move-In / Move-Out", description: "Complete deep cleaning to ensure your transition into a new home is effortless.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343016.jpg", imageAlt: "Move-in cleaning" },
|
||||
]}
|
||||
title="Comprehensive Cleaning Solutions"
|
||||
description="From daily upkeep to deep seasonal cleaning, we have a specialized service to meet your specific needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Exceptional service! My home has never felt this clean. The attention to detail is truly impressive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-floral-dress-looking-confident-happy-cheerful-smiling-pointing-with-index-fingers-front-sitting-couch-light-living-room_141793-99243.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_d",
|
||||
testimonial: "Consistently great results for our office space. Professional and reliable team every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-employee-with-notebook-hands_23-2147601432.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elena_r",
|
||||
testimonial: "Loved the move-in cleaning. Everything was spotless and fresh for our first day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
handle: "@david_w",
|
||||
testimonial: "Dependable, efficient, and friendly. I highly recommend iCleaning US to anyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/housewife-cleaning-washing-machine_1398-4703.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
handle: "@jess_m",
|
||||
testimonial: "Such a relief to come home to a clean space. Best cleaning team I have ever hired!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-cleaning-woman-casual-clothes-rubber-gloves-smiling-cheerfully-showing-ok-sign-standing-orange-wall_141793-127986.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Our Satisfied Clients"
|
||||
description="See why homeowners and businesses across the region trust us with their most valuable spaces."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Exceptional service! My home has never felt this clean. The attention to detail is truly impressive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-floral-dress-looking-confident-happy-cheerful-smiling-pointing-with-index-fingers-front-sitting-couch-light-living-room_141793-99243.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "Consistently great results for our office space. Professional and reliable team every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-employee-with-notebook-hands_23-2147601432.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elena_r", testimonial: "Loved the move-in cleaning. Everything was spotless and fresh for our first day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg" },
|
||||
{ id: "4", name: "David W.", handle: "@david_w", testimonial: "Dependable, efficient, and friendly. I highly recommend iCleaning US to anyone.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/housewife-cleaning-washing-machine_1398-4703.jpg" },
|
||||
{ id: "5", name: "Jessica M.", handle: "@jess_m", testimonial: "Such a relief to come home to a clean space. Best cleaning team I have ever hired!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-cleaning-woman-casual-clothes-rubber-gloves-smiling-cheerfully-showing-ok-sign-standing-orange-wall_141793-127986.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Our Satisfied Clients"
|
||||
description="See why homeowners and businesses across the region trust us with their most valuable spaces."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you provide cleaning supplies?",
|
||||
content: "Yes, we bring all necessary eco-friendly cleaning supplies and equipment to leave your home sparkling.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the staff insured?",
|
||||
content: "Absolutely. All our team members are fully trained, vetted, and insured for your peace of mind.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize the cleaning plan?",
|
||||
content: "Definitely. We tailor every cleaning package to meet your unique needs and property requirements.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I schedule a service?",
|
||||
content: "It is easy! Simply contact us through our website or social media to get a quote and book your time.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you provide cleaning supplies?", content: "Yes, we bring all necessary eco-friendly cleaning supplies and equipment to leave your home sparkling." },
|
||||
{ id: "2", title: "Is the staff insured?", content: "Absolutely. All our team members are fully trained, vetted, and insured for your peace of mind." },
|
||||
{ id: "3", title: "Can I customize the cleaning plan?", content: "Definitely. We tailor every cleaning package to meet your unique needs and property requirements." },
|
||||
{ id: "4", title: "How do I schedule a service?", content: "It is easy! Simply contact us through our website or social media to get a quote and book your time." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Ready to get started?"
|
||||
title="Schedule Your Professional Clean Today"
|
||||
description="Ready to enjoy a cleaner, brighter space? Reach out to iCleaning US for a free, no-obligation quote and expert cleaning services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "https://www.instagram.com/icleaning.us/",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to get started?"
|
||||
title="Schedule Your Professional Clean Today"
|
||||
description="Ready to enjoy a cleaner, brighter space? Reach out to iCleaning US for a free, no-obligation quote and expert cleaning services."
|
||||
buttons={[{ text: "Contact Us Now", href: "https://www.instagram.com/icleaning.us/" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silver-liquid-with-crumbs_23-2147934668.jpg"
|
||||
imageAlt="Clean hygiene aesthetic"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Move-In",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silver-liquid-with-crumbs_23-2147934668.jpg"
|
||||
imageAlt="Clean hygiene aesthetic"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Residential", href: "#services" }, { label: "Commercial", href: "#services" }, { label: "Move-In", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user