Update src/app/page.tsx

This commit is contained in:
2026-04-11 15:56:35 +00:00
parent a2f40e27f9
commit 915a9d91a4

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Bin Boys"
/>
@@ -58,32 +48,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Sparkling Clean Bins, Every Single Time."
description="Say goodbye to stinky, germ-filled trash cans. Bin Boys offers professional, eco-friendly cleaning services that leave your bins smelling fresh and looking like new."
tag="Reliable Bin Cleaning"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-collecting-garbage-black-bag_1150-23953.jpg",
imageAlt: "Sparkling clean bin",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-collecting-garbage-black-bag_1150-23953.jpg", imageAlt: "Sparkling clean bin"},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-recycling-plastic-bottle_23-2151951207.jpg",
imageAlt: "Our cleaning equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-volunteer-wearing-leggins-gloves-picking-up-litter-meadow-using-blue-garbage-bag_176532-14057.jpg",
imageAlt: "Female volunteer wearing leggins and gloves picking up litter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-recycle-bin-with-copy-space_23-2148490268.jpg",
imageAlt: "Young boy and recycle bin",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/environment-education-day-concept_23-2148746485.jpg",
imageAlt: "Environment education day",
},
imageSrc: "http://img.b2bpic.net/free-photo/girl-recycling-plastic-bottle_23-2151951207.jpg", imageAlt: "Our cleaning equipment"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -96,18 +69,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "The Bin Boys Promise",
},
type: "text", content: "The Bin Boys Promise"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/woman-activist-grabbing-rubbish-with-claw-tool-forest_482257-91227.jpg",
alt: "Cleaning process",
},
type: "image", src: "http://img.b2bpic.net/free-photo/woman-activist-grabbing-rubbish-with-claw-tool-forest_482257-91227.jpg", alt: "Cleaning process"},
{
type: "text",
content: "We believe your home should be clean from the curb to the door. We use high-pressure, eco-friendly sanitization methods to ensure your bins are free from bacteria, odor, and grime.",
},
type: "text", content: "We believe your home should be clean from the curb to the door. We use high-pressure, eco-friendly sanitization methods to ensure your bins are free from bacteria, odor, and grime."},
]}
/>
</div>
@@ -119,26 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Eco-Friendly Sanitization",
description: "We use biodegradable, high-pressure solutions that are safe for your lawn and pets.",
tag: "Green",
imageSrc: "http://img.b2bpic.net/free-photo/large-wooden-hive-with-bees-apiary-spring_169016-11836.jpg",
},
id: "f1", title: "Eco-Friendly Sanitization", description: "We use biodegradable, high-pressure solutions that are safe for your lawn and pets.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/large-wooden-hive-with-bees-apiary-spring_169016-11836.jpg"},
{
id: "f2",
title: "Odor & Germ Removal",
description: "Our deep-cleaning process eliminates 99.9% of bacteria and offensive odors.",
tag: "Sanitary",
imageSrc: "http://img.b2bpic.net/free-photo/woman-refreshing-old-wooden-furniture-with-white-color_7502-8773.jpg",
},
id: "f2", title: "Odor & Germ Removal", description: "Our deep-cleaning process eliminates 99.9% of bacteria and offensive odors.", tag: "Sanitary", imageSrc: "http://img.b2bpic.net/free-photo/woman-refreshing-old-wooden-furniture-with-white-color_7502-8773.jpg"},
{
id: "f3",
title: "Pest Control Support",
description: "By removing food residue and grime, we help prevent flies, maggots, and other pests.",
tag: "Safe",
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508102.jpg",
},
id: "f3", title: "Pest Control Support", description: "By removing food residue and grime, we help prevent flies, maggots, and other pests.", tag: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508102.jpg"},
]}
title="Why Choose Us?"
description="Our bin cleaning process ensures your outdoor space remains fresh, pest-free, and hygienic throughout the seasons."
@@ -152,38 +103,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "p1",
badge: "Popular",
price: "$29",
subtitle: "Single Clean",
buttons: [
id: "p1", badge: "Popular", price: "$29", subtitle: "Single Clean", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"1 Bin Cleaned",
"Deodorized",
"Fully Sanitized",
],
"1 Bin Cleaned", "Deodorized", "Fully Sanitized"],
},
{
id: "p2",
badge: "Best Value",
price: "$79",
subtitle: "Monthly Maintenance",
buttons: [
id: "p2", badge: "Best Value", price: "$79", subtitle: "Monthly Maintenance", buttons: [
{
text: "Select Plan",
href: "#contact",
},
text: "Select Plan", href: "#contact"},
],
features: [
"4 Monthly Cleans",
"Priority Scheduling",
"All Bins Included",
],
"4 Monthly Cleans", "Priority Scheduling", "All Bins Included"],
},
]}
title="Flexible Cleaning Plans"
@@ -196,30 +129,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Jane Doe",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199032.jpg",
},
id: "1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199032.jpg"},
{
id: "2",
name: "Bob Smith",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-blanket_23-2148231823.jpg",
},
id: "2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-blanket_23-2148231823.jpg"},
{
id: "3",
name: "Alice Green",
imageSrc: "http://img.b2bpic.net/free-photo/team-eco-volunteers-work-looking-confident_259150-57448.jpg",
},
id: "3", name: "Alice Green", imageSrc: "http://img.b2bpic.net/free-photo/team-eco-volunteers-work-looking-confident_259150-57448.jpg"},
{
id: "4",
name: "Charlie Blue",
imageSrc: "http://img.b2bpic.net/free-photo/housewife-gardening-kitchen-home-using-gloves-shovel_482257-8649.jpg",
},
id: "4", name: "Charlie Blue", imageSrc: "http://img.b2bpic.net/free-photo/housewife-gardening-kitchen-home-using-gloves-shovel_482257-8649.jpg"},
{
id: "5",
name: "David White",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg",
},
id: "5", name: "David White", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg"},
]}
cardTitle="Loved by Neighbors"
cardTag="Community Feedback"
@@ -233,20 +151,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How often should I clean my bin?",
content: "We recommend a monthly cleaning for optimal hygiene and to prevent pest issues.",
},
id: "q1", title: "How often should I clean my bin?", content: "We recommend a monthly cleaning for optimal hygiene and to prevent pest issues."},
{
id: "q2",
title: "Do I need to be home?",
content: "No, as long as your bins are accessible on the curb, we can complete the cleaning.",
},
id: "q2", title: "Do I need to be home?", content: "No, as long as your bins are accessible on the curb, we can complete the cleaning."},
{
id: "q3",
title: "Is your process safe?",
content: "Yes, our cleaning solutions are eco-friendly, biodegradable, and safe for your pets and lawn.",
},
id: "q3", title: "Is your process safe?", content: "Yes, our cleaning solutions are eco-friendly, biodegradable, and safe for your pets and lawn."},
]}
title="Common Questions"
description="Get clear answers about our bin cleaning process."
@@ -258,8 +167,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get Started"
title="Ready for a Cleaner Curb?"
description="Enter your email to request your first cleaning service."