Merge version_1 into main #2
333
src/app/page.tsx
333
src/app/page.tsx
@@ -20,23 +20,21 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Our Process",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Our Process", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Eco Positive Clean"
|
||||
/>
|
||||
@@ -44,73 +42,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="A Greener Clean for Your Space"
|
||||
description="Professional, low-toxic, and pet-friendly cleaning solutions for commercial properties and high-end short-term rentals. We use exclusively Eco-Logo certified products for a pristine, safe environment."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Low-Toxic Products",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Properties Serviced",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Responsive Support",
|
||||
},
|
||||
{ value: "100%", label: "Low-Toxic Products" },
|
||||
{ value: "500+", label: "Properties Serviced" },
|
||||
{ value: "24/7", label: "Responsive Support" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-commercial-cleaning-team-in-1776805513065-1eeef26f.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-commercial-cleaning-team-in-1776805513065-1eeef26f.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/business-headshot-portrait-1-1776805734571-d966ce3e.png",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/business-headshot-portrait-2-1776805744539-ae843429.png",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/business-headshot-portrait-3-1776805752928-1a11826e.png",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/business-headshot-portrait-4-1776805762383-62f077ea.png",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/business-headshot-portrait-5-1776805770303-dc26eb1a.png",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy property managers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pet-Safe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commercial",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Responsive",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,10 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Eco Positive?"
|
||||
description={[
|
||||
"Our mission is to combine the highest standards of professional hygiene with environmental stewardship.",
|
||||
"Every service we provide utilizes Eco-Logo certified supplies, ensuring your surfaces are safe for employees, pets, and rental guests.",
|
||||
"We offer specialized cleaning protocols tailored for commercial properties and short-term rentals, ensuring five-star results every time.",
|
||||
]}
|
||||
"Our mission is to combine the highest standards of professional hygiene with environmental stewardship.", "Every service we provide utilizes Eco-Logo certified supplies, ensuring your surfaces are safe for employees, pets, and rental guests.", "We offer specialized cleaning protocols tailored for commercial properties and short-term rentals, ensuring five-star results every time."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,55 +70,31 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Commercial Maintenance",
|
||||
description: "Reliable daily or weekly cleaning schedules for offices and retail spaces using only eco-friendly, non-toxic products.",
|
||||
icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805533126-db246b19.png",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805620064-99427e78.png",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-commercial-cleaning-team-in-1776805513065-1eeef26f.png?_wi=2",
|
||||
imageAlt: "Professional cleaner wiping a clean table surface with a non-toxic spray in a modern, light-filled s",
|
||||
},
|
||||
{
|
||||
title: "Rental Turnaround",
|
||||
description: "Rapid response turnover cleaning for short-term rentals to maintain your high ratings and guest satisfaction.",
|
||||
icon: Key,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805630473-b624e4cd.png",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805639983-507e3d33.png",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/extreme-close-up-of-a-natural-eco-friend-1776805523572-1b57680f.png",
|
||||
imageAlt: "Professional cleaner wiping a clean table surface with a non-toxic spray in a modern, light-filled s",
|
||||
},
|
||||
{
|
||||
title: "Pet & Guest Safe",
|
||||
description: "Our cleaning protocols are rigorously vetted to be perfectly safe for pets and children, giving you and your guests peace of mind.",
|
||||
icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805652739-d79d32c1.png",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805662679-c301b9e8.png",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805543848-1bceb945.png?_wi=1",
|
||||
imageAlt: "Professional cleaner wiping a clean table surface with a non-toxic spray in a modern, light-filled s",
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Cleaning Services"
|
||||
description="We offer a wide range of specialized services designed to keep your commercial property or Airbnb rental spotless without the use of harsh chemicals."
|
||||
features={[
|
||||
{
|
||||
title: "Commercial Maintenance", description: "Reliable daily or weekly cleaning schedules for offices and retail spaces using only eco-friendly, non-toxic products.", icon: Building,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805533126-db246b19.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805620064-99427e78.png" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Rental Turnaround", description: "Rapid response turnover cleaning for short-term rentals to maintain your high ratings and guest satisfaction.", icon: Key,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805630473-b624e4cd.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805639983-507e3d33.png" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Pet & Guest Safe", description: "Our cleaning protocols are rigorously vetted to be perfectly safe for pets and children, giving you and your guests peace of mind.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805652739-d79d32c1.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/professional-cleaner-wiping-a-clean-tabl-1776805662679-c301b9e8.png" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,42 +105,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "All-Purpose Bio-Cleaner",
|
||||
price: "$12.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805543848-1bceb945.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Eco-Friendly Glass Polish",
|
||||
price: "$10.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805671594-86e88357.png",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Natural Disinfectant Spray",
|
||||
price: "$15.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805686532-8bc810cb.png",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Organic Floor Wash",
|
||||
price: "$18.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805696129-7a059758.png",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Soft Textile Refresher",
|
||||
price: "$14.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805706841-a44f9c18.png",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Biodegradable Scrubber",
|
||||
price: "$8.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805718734-b78460ad.png",
|
||||
},
|
||||
{ id: "p1", name: "All-Purpose Bio-Cleaner", price: "$12.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805543848-1bceb945.png" },
|
||||
{ id: "p2", name: "Eco-Friendly Glass Polish", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805671594-86e88357.png" },
|
||||
{ id: "p3", name: "Natural Disinfectant Spray", price: "$15.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/a-set-of-high-quality-eco-friendly-clean-1776805686532-8bc810cb.png" },
|
||||
]}
|
||||
title="Our Certified Products"
|
||||
description="We stand by our commitment to sustainability by using only the most effective, Eco-Logo certified cleaning agents."
|
||||
@@ -238,24 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Leaf,
|
||||
title: "Eco-Products Used",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Clock,
|
||||
title: "Turnaround Speed",
|
||||
value: "<4h",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
{ id: "m1", icon: Leaf, title: "Eco-Products Used", value: "100%" },
|
||||
{ id: "m2", icon: Clock, title: "Turnaround Speed", value: "<4h" },
|
||||
{ id: "m3", icon: Star, title: "Average Rating", value: "4.9/5" },
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="We are proud of our contributions to a cleaner environment and healthier spaces."
|
||||
@@ -267,51 +134,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jane Doe",
|
||||
handle: "Airbnb Host",
|
||||
testimonial: "Eco Positive Clean transformed my rental. Everything smells fresh and natural. My guests love the eco-friendly focus!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-client-portrait-in-an-office-envir-1776805561927-7cbe2964.png",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Smith",
|
||||
handle: "Office Manager",
|
||||
testimonial: "Reliable and thorough. Knowing their products are non-toxic makes a huge difference for our team’s health.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-airbnb-host-portrait-in-a-clean-st-1776805571785-71104159.png",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Lee",
|
||||
handle: "Boutique Owner",
|
||||
testimonial: "Exceptional service, professional staff, and they leave my shop spotless every time. Truly a five-star experience.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-boutique-commercial-space-manager--1776805581143-1ea175da.png",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Brown",
|
||||
handle: "Property Manager",
|
||||
testimonial: "The best commercial cleaning service I have worked with. Consistent, eco-friendly, and very responsive.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-modern-rental-property-owner-stand-1776805590068-54822e2c.png",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Corporate Leader",
|
||||
testimonial: "Excellent service. Eco Positive Clean goes the extra mile. I highly recommend them to any commercial property owner.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-corporate-office-manager-standing--1776805599497-57e719b4.png",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it — hear what our satisfied commercial and rental clients are saying about our cleaning services."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Jane Doe", handle: "Airbnb Host", testimonial: "Eco Positive Clean transformed my rental. Everything smells fresh and natural. My guests love the eco-friendly focus!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-client-portrait-in-an-office-envir-1776805561927-7cbe2964.png" },
|
||||
{ id: "t2", name: "Michael Smith", handle: "Office Manager", testimonial: "Reliable and thorough. Knowing their products are non-toxic makes a huge difference for our team’s health.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/happy-airbnb-host-portrait-in-a-clean-st-1776805571785-71104159.png" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -320,21 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are your products truly non-toxic?",
|
||||
content: "Yes, we use only Eco-Logo certified products that are free from harsh chemicals.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you handle commercial buildings?",
|
||||
content: "Absolutely, we specialize in both small and large commercial property maintenance.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your services pet-friendly?",
|
||||
content: "Our entire cleaning protocol is designed to be completely safe for pets and children.",
|
||||
},
|
||||
{ id: "f1", title: "Are your products truly non-toxic?", content: "Yes, we use only Eco-Logo certified products that are free from harsh chemicals." },
|
||||
{ id: "f2", title: "Can you handle commercial buildings?", content: "Absolutely, we specialize in both small and large commercial property maintenance." },
|
||||
{ id: "f3", title: "Are your services pet-friendly?", content: "Our entire cleaning protocol is designed to be completely safe for pets and children." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to the most common questions regarding our cleaning services."
|
||||
@@ -348,24 +165,10 @@ export default function LandingPage() {
|
||||
title="Ready for a Greener Space?"
|
||||
description="Reach out today to discuss how our eco-friendly cleaning services can help your property."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your property",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your property", rows: 4 }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgF1xm2wqrzoEYKmQIBUSxqfcw/modern-office-building-exterior-with-wel-1776805551929-5a39af3c.png"
|
||||
/>
|
||||
</div>
|
||||
@@ -376,29 +179,15 @@ export default function LandingPage() {
|
||||
logoText="Eco Positive Clean"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Airbnb Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Commercial", href: "#services" },
|
||||
{ label: "Airbnb Cleaning", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user