Merge version_1 into main #2
283
src/app/page.tsx
283
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Nettoyage Bac-Man"
|
||||
/>
|
||||
@@ -60,41 +45,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Garbage Bins, Cleaned & Sanitized"
|
||||
description="Fast, odor-free professional bin cleaning for garbage, recycling and compost bins. Easy booking. Reliable service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book My Cleaning",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:4189976620",
|
||||
},
|
||||
{ text: "Book My Cleaning", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:4189976620" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=1",
|
||||
imageAlt: "Technician cleaning bins",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg?_wi=1",
|
||||
imageAlt: "Professional cleaning equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17704.jpg",
|
||||
imageAlt: "Before and after result",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-cleanup-volunteer-with-recycle-bin-save-earth-campaign_53876-127125.jpg",
|
||||
imageAlt: "Sanitized clean bin",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508149.jpg",
|
||||
imageAlt: "Team service in action",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg", imageAlt: "Technician cleaning bins" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg", imageAlt: "Professional cleaning equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17704.jpg", imageAlt: "Before and after result" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-cleanup-volunteer-with-recycle-bin-save-earth-campaign_53876-127125.jpg", imageAlt: "Sanitized clean bin" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508149.jpg", imageAlt: "Team service in action" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -120,36 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Garbage Bin Cleaning",
|
||||
author: "Standard",
|
||||
description: "High-pressure sanitization for regular waste.",
|
||||
tags: [
|
||||
"Essential",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-miniature-recycle-bins_23-2148889830.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Recycling & Compost",
|
||||
author: "Eco-Friendly",
|
||||
description: "Specialized cleaning to remove organic residue.",
|
||||
tags: [
|
||||
"Popular",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-5326.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Monthly Subscription",
|
||||
author: "Recurring",
|
||||
description: "Save money with scheduled recurring visits.",
|
||||
tags: [
|
||||
"Value",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-with-fabric-tote-bag_23-2149431756.jpg",
|
||||
},
|
||||
{ id: "s1", title: "Garbage Bin Cleaning", author: "Standard", description: "High-pressure sanitization for regular waste.", tags: ["Essential"], imageSrc: "http://img.b2bpic.net/free-photo/three-miniature-recycle-bins_23-2148889830.jpg" },
|
||||
{ id: "s2", title: "Recycling & Compost", author: "Eco-Friendly", description: "Specialized cleaning to remove organic residue.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-5326.jpg" },
|
||||
{ id: "s3", title: "Monthly Subscription", author: "Recurring", description: "Save money with scheduled recurring visits.", tags: ["Value"], imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-with-fabric-tote-bag_23-2149431756.jpg" },
|
||||
]}
|
||||
title="Our Professional Bin Cleaning Services"
|
||||
description="We offer flexible plans to keep your bins sanitized year-round."
|
||||
@@ -162,41 +98,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "Impeccable cleaning, even removed stuck residue!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@busypro",
|
||||
testimonial: "Fast and discreet, didn't even know they were here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27374.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@mom",
|
||||
testimonial: "Clear communication and excellent work quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-throwing-mini-tiffin-box-recycle-dustbin_23-2147839060.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@suburbanite",
|
||||
testimonial: "My garage smells so much better now!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda P.",
|
||||
handle: "@client",
|
||||
testimonial: "Finally a service I didn't know I desperately needed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-couch_23-2148542240.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", handle: "@homeowner", testimonial: "Impeccable cleaning, even removed stuck residue!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
|
||||
{ id: "t2", name: "Mark D.", handle: "@busypro", testimonial: "Fast and discreet, didn't even know they were here.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27374.jpg" },
|
||||
{ id: "t3", name: "Emily R.", handle: "@mom", testimonial: "Clear communication and excellent work quality.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-throwing-mini-tiffin-box-recycle-dustbin_23-2147839060.jpg" },
|
||||
{ id: "t4", name: "David K.", handle: "@suburbanite", testimonial: "My garage smells so much better now!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg" },
|
||||
{ id: "t5", name: "Linda P.", handle: "@client", testimonial: "Finally a service I didn't know I desperately needed.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-couch_23-2148542240.jpg" },
|
||||
]}
|
||||
title="Customers Love the Results"
|
||||
description="See why we have a 5.0-star reputation."
|
||||
@@ -210,21 +116,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1",
|
||||
description: "Book your appointment online or by phone.",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2",
|
||||
description: "Leave your empty bins outside on service day.",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3",
|
||||
description: "We arrive, sanitize, deodorize & scrub.",
|
||||
},
|
||||
{ id: "m1", value: "1", description: "Book your appointment online or by phone." },
|
||||
{ id: "m2", value: "2", description: "Leave your empty bins outside on service day." },
|
||||
{ id: "m3", value: "3", description: "We arrive, sanitize, deodorize & scrub." },
|
||||
]}
|
||||
title="Simple & Frictionless Process"
|
||||
description="We make bin cleaning effortless."
|
||||
@@ -233,39 +127,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "w1",
|
||||
title: "Professional Gear",
|
||||
author: "Tech",
|
||||
description: "High-powered eco-friendly cleaning tools.",
|
||||
tags: [
|
||||
"Tech",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cleaning-garbage-from-nature_23-2149121383.jpg",
|
||||
},
|
||||
{
|
||||
id: "w2",
|
||||
title: "Fast Scheduling",
|
||||
author: "Ease",
|
||||
description: "Reliable appointments that fit your schedule.",
|
||||
tags: [
|
||||
"Speed",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg",
|
||||
},
|
||||
{
|
||||
id: "w3",
|
||||
title: "Local Business",
|
||||
author: "Care",
|
||||
description: "Friendly faces you can trust in your neighborhood.",
|
||||
tags: [
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-picking-up-her-groceries-self-isolation_23-2148734857.jpg",
|
||||
},
|
||||
{ id: "w1", title: "Professional Gear", author: "Tech", description: "High-powered eco-friendly cleaning tools.", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/people-cleaning-garbage-from-nature_23-2149121383.jpg" },
|
||||
{ id: "w2", title: "Fast Scheduling", author: "Ease", description: "Reliable appointments that fit your schedule.", tags: ["Speed"], imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg" },
|
||||
{ id: "w3", title: "Local Business", author: "Care", description: "Friendly faces you can trust in your neighborhood.", tags: ["Local"], imageSrc: "http://img.b2bpic.net/free-photo/woman-home-picking-up-her-groceries-self-isolation_23-2148734857.jpg" },
|
||||
]}
|
||||
title="Why Nettoyage Bac-Man?"
|
||||
description="We are your friendly local bin sanitation experts."
|
||||
@@ -278,54 +146,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Single Bin",
|
||||
price: "$39",
|
||||
period: "once",
|
||||
features: [
|
||||
"1 Bin sanitized",
|
||||
"Deodorized",
|
||||
],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steampunk-man-street-outside-with-skateboard_1321-4424.jpg",
|
||||
imageAlt: "garbage bin cleaning residential",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "2 Bin Bundle",
|
||||
price: "$69",
|
||||
period: "once",
|
||||
features: [
|
||||
"2 Bins sanitized",
|
||||
"Deep clean",
|
||||
],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=2",
|
||||
imageAlt: "garbage bin cleaning residential",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Monthly Plan",
|
||||
price: "$29",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Recurring visits",
|
||||
"Always fresh",
|
||||
],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg?_wi=2",
|
||||
imageAlt: "garbage bin cleaning residential",
|
||||
},
|
||||
{ id: "p1", title: "Single Bin", price: "$39", period: "once", features: ["1 Bin sanitized", "Deodorized"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/steampunk-man-street-outside-with-skateboard_1321-4424.jpg" },
|
||||
{ id: "p2", title: "2 Bin Bundle", price: "$69", period: "once", features: ["2 Bins sanitized", "Deep clean"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg" },
|
||||
{ id: "p3", title: "Monthly Plan", price: "$29", period: "/mo", features: ["Recurring visits", "Always fresh"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg" },
|
||||
]}
|
||||
title="Clear Pricing, No Hidden Fees"
|
||||
description="Choose the cleaning package that fits your needs."
|
||||
@@ -337,21 +160,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need to be home?",
|
||||
content: "No, just leave your bins outside for our team.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does cleaning take?",
|
||||
content: "Our process is fast, typically under 10 minutes per bin.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What if my bin is very dirty?",
|
||||
content: "We handle even the toughest messes with professional equipment.",
|
||||
},
|
||||
{ id: "q1", title: "Do I need to be home?", content: "No, just leave your bins outside for our team." },
|
||||
{ id: "q2", title: "How long does cleaning take?", content: "Our process is fast, typically under 10 minutes per bin." },
|
||||
{ id: "q3", title: "What if my bin is very dirty?", content: "We handle even the toughest messes with professional equipment." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our cleaning service."
|
||||
@@ -361,10 +172,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Book Your Cleaning Today"
|
||||
description="Ready to get rid of smells and germs? Secure your spot now."
|
||||
buttonText="Book Now"
|
||||
@@ -376,26 +186,13 @@ export default function LandingPage() {
|
||||
logoText="Nettoyage Bac-Man"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(418) 997-6620",
|
||||
href: "tel:4189976620",
|
||||
},
|
||||
],
|
||||
title: "Contact", items: [{ label: "(418) 997-6620", href: "tel:4189976620" }],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Nettoyage Bac-Man. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user