Merge version_1 into main #2
393
src/app/page.tsx
393
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Dean Nettoyage"
|
||||
/>
|
||||
@@ -58,101 +43,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional House Cleaning You Can Trust"
|
||||
description="Dean Nettoyage delivers spotless homes with reliable, affordable, and high-quality cleaning services."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophie M.",
|
||||
handle: "@sophiem",
|
||||
testimonial: "Finally a reliable team! My apartment has never been this spotless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marc D.",
|
||||
handle: "@marcd",
|
||||
testimonial: "The move-in cleaning was thorough and exactly what I needed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "Affordable and highly professional. Highly recommend their weekly service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Thomas L.",
|
||||
handle: "@thomasl",
|
||||
testimonial: "Excellent service and very trustworthy team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Claire P.",
|
||||
handle: "@clairep",
|
||||
testimonial: "The best cleaning service I have used, perfectly efficient.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg?_wi=2",
|
||||
},
|
||||
{ name: "Sophie M.", handle: "@sophiem", testimonial: "Finally a reliable team! My apartment has never been this spotless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||
{ name: "Marc D.", handle: "@marcd", testimonial: "The move-in cleaning was thorough and exactly what I needed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg" },
|
||||
{ name: "Elena V.", handle: "@elenav", testimonial: "Affordable and highly professional. Highly recommend their weekly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg" },
|
||||
{ name: "Thomas L.", handle: "@thomasl", testimonial: "Excellent service and very trustworthy team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||
{ name: "Claire P.", handle: "@clairep", testimonial: "The best cleaning service I have used, perfectly efficient.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374446.jpg?_wi=1"
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374446.jpg"
|
||||
imageAlt="Clean modern home interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
alt: "Sophie",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
|
||||
alt: "Marc",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg",
|
||||
alt: "Elena",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
alt: "Thomas",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
|
||||
alt: "Claire",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Sophie" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", alt: "Marc" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg", alt: "Elena" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Thomas" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", alt: "Claire" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Insured Professionals",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Products",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Satisfaction Guarantee",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Flexible Booking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Pricing",
|
||||
},
|
||||
{ type: "text", text: "Insured Professionals" },
|
||||
{ type: "text", text: "Eco-Friendly Products" },
|
||||
{ type: "text", text: "100% Satisfaction Guarantee" },
|
||||
{ type: "text", text: "Flexible Booking" },
|
||||
{ type: "text", text: "Affordable Pricing" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,102 +81,10 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Deep Cleaning",
|
||||
description: "Intensive cleaning for a fresh, allergen-free home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-cleaning-young-girl-wearing-uniform-red-gloves-holding-cleaning-tools-looking-cleaning-brush-her-hand-isolated-white-background_141793-38462.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Full sanitation",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Hidden dust removal",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Deep scrub focus",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374446.jpg?_wi=2",
|
||||
imageAlt: "modern clean living room professional",
|
||||
},
|
||||
{
|
||||
title: "Regular Cleaning",
|
||||
description: "Weekly or bi-weekly maintenance for a pristine home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-surprised-asian-woman-housewife-poses-near-pile-laundry-being-busy-housekeeper-points-copy-space-applies-hair-rollers-beauty-patches-advertises-product-cleaning_273609-50491.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Consistent upkeep",
|
||||
},
|
||||
{
|
||||
icon: Calendar,
|
||||
text: "Flexible scheduling",
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
text: "Standard tasks",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-cleaning-young-girl-wearing-uniform-red-gloves-holding-cleaning-tools-looking-cleaning-brush-her-hand-isolated-white-background_141793-38462.jpg?_wi=2",
|
||||
imageAlt: "deep cleaning house service icon",
|
||||
},
|
||||
{
|
||||
title: "Move-In / Out",
|
||||
description: "Complete service for a hassle-free transition.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spring-renovation-isometric-color-icons-set-people-working-garden-throw-away-garbage-repairing-doghouse-isolated-vector-illustration_1284-72565.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Box,
|
||||
text: "Full clear out",
|
||||
},
|
||||
{
|
||||
icon: Key,
|
||||
text: "Security check",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Ready for arrival",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-surprised-asian-woman-housewife-poses-near-pile-laundry-being-busy-housekeeper-points-copy-space-applies-hair-rollers-beauty-patches-advertises-product-cleaning_273609-50491.jpg?_wi=2",
|
||||
imageAlt: "regular home cleaning routine icon",
|
||||
},
|
||||
{
|
||||
title: "Office Cleaning",
|
||||
description: "Professional spaces maintained for productivity.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-hardware_1098-14352.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Briefcase,
|
||||
text: "Commercial standards",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Employee friendly",
|
||||
},
|
||||
{
|
||||
icon: Monitor,
|
||||
text: "Equipment safe",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spring-renovation-isometric-color-icons-set-people-working-garden-throw-away-garbage-repairing-doghouse-isolated-vector-illustration_1284-72565.jpg?_wi=2",
|
||||
imageAlt: "move in move out cleaning icon",
|
||||
},
|
||||
{ title: "Deep Cleaning", description: "Intensive cleaning for a fresh, allergen-free home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sad-cleaning-young-girl-wearing-uniform-red-gloves-holding-cleaning-tools-looking-cleaning-brush-her-hand-isolated-white-background_141793-38462.jpg" }, items: [{ icon: Sparkles, text: "Full sanitation" }, { icon: CheckCircle, text: "Hidden dust removal" }, { icon: Zap, text: "Deep scrub focus" }], reverse: false },
|
||||
{ title: "Regular Cleaning", description: "Weekly or bi-weekly maintenance for a pristine home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-surprised-asian-woman-housewife-poses-near-pile-laundry-being-busy-housekeeper-points-copy-space-applies-hair-rollers-beauty-patches-advertises-product-cleaning_273609-50491.jpg" }, items: [{ icon: Clock, text: "Consistent upkeep" }, { icon: Calendar, text: "Flexible scheduling" }, { icon: Home, text: "Standard tasks" }], reverse: true },
|
||||
{ title: "Move-In / Out", description: "Complete service for a hassle-free transition.", media: { imageSrc: "http://img.b2bpic.net/free-vector/spring-renovation-isometric-color-icons-set-people-working-garden-throw-away-garbage-repairing-doghouse-isolated-vector-illustration_1284-72565.jpg" }, items: [{ icon: Box, text: "Full clear out" }, { icon: Key, text: "Security check" }, { icon: Shield, text: "Ready for arrival" }], reverse: false },
|
||||
{ title: "Office Cleaning", description: "Professional spaces maintained for productivity.", media: { imageSrc: "http://img.b2bpic.net/free-photo/office-hardware_1098-14352.jpg" }, items: [{ icon: Briefcase, text: "Commercial standards" }, { icon: Users, text: "Employee friendly" }, { icon: Monitor, text: "Equipment safe" }], reverse: true }
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Tailored cleaning solutions for every need, delivered with excellence and care."
|
||||
@@ -269,29 +95,12 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kitchen Transformation",
|
||||
price: "Expert Cleaning",
|
||||
variant: "Before",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-cleaning-furniture_1398-5024.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Living Room Polish",
|
||||
price: "Expert Cleaning",
|
||||
variant: "Before",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373660.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bathroom Refresh",
|
||||
price: "Expert Cleaning",
|
||||
variant: "Before",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358961.jpg",
|
||||
},
|
||||
{ id: "1", name: "Kitchen Transformation", price: "Expert Cleaning", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-cleaning-furniture_1398-5024.jpg" },
|
||||
{ id: "2", name: "Living Room Polish", price: "Expert Cleaning", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373660.jpg" },
|
||||
{ id: "3", name: "Bathroom Refresh", price: "Expert Cleaning", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358961.jpg" }
|
||||
]}
|
||||
title="Before & After Results"
|
||||
description="Real transformations delivered by our professional cleaning team."
|
||||
@@ -303,49 +112,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophie M.",
|
||||
handle: "@sophiem",
|
||||
testimonial: "Dean Nettoyage is amazing! My house is so fresh every single time they visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc D.",
|
||||
handle: "@marcd",
|
||||
testimonial: "Trustworthy, punctual, and professional. The best cleaning service in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "Detailed work and fair pricing. I love coming home after they clean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas L.",
|
||||
handle: "@thomasl",
|
||||
testimonial: "I've tried many cleaners but Dean Nettoyage is simply superior.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Claire P.",
|
||||
handle: "@clairep",
|
||||
testimonial: "Quick, efficient, and very respectful of my home and belongings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sophie M.", handle: "@sophiem", testimonial: "Dean Nettoyage is amazing! My house is so fresh every single time they visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||
{ id: "2", name: "Marc D.", handle: "@marcd", testimonial: "Trustworthy, punctual, and professional. The best cleaning service in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg" },
|
||||
{ id: "3", name: "Elena V.", handle: "@elenav", testimonial: "Detailed work and fair pricing. I love coming home after they clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg" },
|
||||
{ id: "4", name: "Thomas L.", handle: "@thomasl", testimonial: "I've tried many cleaners but Dean Nettoyage is simply superior.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||
{ id: "5", name: "Claire P.", handle: "@clairep", testimonial: "Quick, efficient, and very respectful of my home and belongings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Honest reviews from happy homes we've cleaned."
|
||||
/>
|
||||
@@ -357,27 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "01",
|
||||
title: "Request Quote",
|
||||
description: "Tell us your needs and get an instant, fair quote.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-board-with-message_23-2148689439.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "02",
|
||||
title: "Professional Clean",
|
||||
description: "Our team delivers a sparkling, spotless result.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-middle-aged-blonde-gardener-woman-uniform-wearing-hat-gardening-gloves-measuring-aubergine-with-tape-meter_141793-117030.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "03",
|
||||
title: "Enjoy Your Home",
|
||||
description: "Relax and enjoy your clean, refreshed living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-meditating-indoor_23-2148835379.jpg",
|
||||
},
|
||||
{ id: "1", value: "01", title: "Request Quote", description: "Tell us your needs and get an instant, fair quote.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-board-with-message_23-2148689439.jpg" },
|
||||
{ id: "2", value: "02", title: "Professional Clean", description: "Our team delivers a sparkling, spotless result.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-middle-aged-blonde-gardener-woman-uniform-wearing-hat-gardening-gloves-measuring-aubergine-with-tape-meter_141793-117030.jpg" },
|
||||
{ id: "3", value: "03", title: "Enjoy Your Home", description: "Relax and enjoy your clean, refreshed living space.", imageSrc: "http://img.b2bpic.net/free-photo/woman-meditating-indoor_23-2148835379.jpg" }
|
||||
]}
|
||||
title="Our Simple Process"
|
||||
description="Getting your home cleaned has never been easier."
|
||||
@@ -387,77 +143,22 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get In Touch"
|
||||
title="Ready for a spotless home?"
|
||||
description="Contact us today for a free estimate or to book your first cleaning session."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Cleaning Today",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Cleaning Today", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374446.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374446.jpg"
|
||||
logoText="Dean Nettoyage"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Process",
|
||||
href: "#process",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Process", href: "#process" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Dean Nettoyage. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user