Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 05:01:27 +00:00

View File

@@ -29,23 +29,18 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Our Service",
id: "about",
},
name: "Our Service", id: "about"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Fresh Bin Boys"
button={{
text: "Get Started", href: "#contact"
}}
/>
</div>
@@ -55,9 +50,7 @@ export default function LandingPage() {
description="Hello! We are two local middle schoolers, building a small trash can washing business. Providing deep cleaning and odor elimination for our community."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C10qnQ7taMuuj8OAPN6cXcsUg5/uploaded-1775538035230-vitkmsvr.jpg"
@@ -72,17 +65,11 @@ export default function LandingPage() {
description="We specialize in making your bins smell fresh again. Our process covers deep cleaning inside and out to eliminate nasty odors."
metrics={[
{
value: "100%",
title: "Odor Eliminated",
},
value: "100%", title: "Odor Eliminated"},
{
value: "Deep",
title: "Inside & Out",
},
value: "Deep", title: "Inside & Out"},
{
value: "Local",
title: "Friendly Service",
},
value: "Local", title: "Friendly Service"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-bags-trash-garbage-bin-daytime_181624-13152.jpg"
imageAlt="Trash bin cleaning process"
@@ -98,36 +85,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "single",
badge: "Single Clean",
price: "$10",
subtitle: "For one bin",
features: [
"Deep cleaning",
"Odor removal",
],
id: "single", badge: "Single Clean", price: "$10", subtitle: "For one bin", features: [
"Deep cleaning", "Odor removal"],
buttons: [
{
text: "Book Single",
href: "#contact",
},
text: "Book Single", href: "#contact"},
],
},
{
id: "triple",
badge: "Value Deal",
price: "$25",
subtitle: "For three bins",
features: [
"Deep cleaning",
"Odor removal",
"Discounted rate",
],
id: "triple", badge: "Value Deal", price: "$25", subtitle: "For three bins", features: [
"Deep cleaning", "Odor removal", "Discounted rate"],
buttons: [
{
text: "Book Bundle",
href: "#contact",
},
text: "Book Bundle", href: "#contact"},
],
},
]}
@@ -144,25 +114,15 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=200&h=200",
},
id: "t1", name: "Sarah J.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=200&h=200"},
{
id: "t2",
name: "Mike D.",
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=200&h=200",
},
id: "t2", name: "Mike D.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=200&h=200"},
{
id: "t3",
name: "Emily R.",
imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&q=80&w=200&h=200",
},
id: "t3", name: "Emily R.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&q=80&w=200&h=200"},
{
id: "t4",
name: "David L.",
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&q=80&w=200&h=200",
},
id: "t4", name: "David L.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&q=80&w=200&h=200"},
{
id: "t5", name: "Tom W.", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&q=80&w=200&h=200"}
]}
/>
</div>
@@ -171,16 +131,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Book Today"
title="DM Us for Appointments"
description="Find us on Instagram @FreshBinBoys. We offer service Monday and Wednesday, 4pm-7pm."
buttons={[
{
text: "Instagram @FreshBinBoys",
href: "https://instagram.com/FreshBinBoys",
},
text: "Instagram @FreshBinBoys", href: "https://instagram.com/FreshBinBoys"},
]}
/>
</div>