Merge version_5 into main #8

Merged
bender merged 2 commits from version_5 into main 2026-04-20 17:43:03 +00:00
2 changed files with 12 additions and 9 deletions

View File

@@ -22,17 +22,19 @@ export default function AboutPage() {
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Pricing", id: "/pricing" },
{ name: "Social Media", id: "social" },
]}
brandName="NextGenBinCleaning"
button={{ text: "Get Quote", href: "#contact" }}
button={{ text: "Get Quote", href: "/#contact" }}
/>
<div id="about" className="min-h-screen pt-40">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About NextGenBinCleaning" },
{ type: "text", content: "Your Committed Local Cleaning Experts" },
]}
description="At NextGenBinCleaning, we believe professional results start with a commitment to our neighbors. We are proud to serve the Louisville community by providing reliable, high-quality bin cleaning services. Our dedicated local team ensures that every bin is treated with precision and care, keeping our environment sanitized and our homes smelling fresh, always maintaining the highest standard of professionalism."
useInvertedBackground={false}
/>
</div>

View File

@@ -27,8 +27,8 @@ export default function TrashCleaningPage() {
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "About Us", id: "about" },
{ name: "Pricing", id: "pricing" },
{ name: "About Us", id: "/about" },
{ name: "Pricing", id: "/pricing" },
{ name: "Social Media", id: "social" },
]}
brandName="NextGenBinCleaning"
@@ -49,8 +49,9 @@ export default function TrashCleaningPage() {
<InlineImageSplitTextAbout
className="pt-40"
heading={[
{ type: "text", content: "At NextGenBinCleaning, we are dedicated to providing the Louisville community with professional, reliable bin cleaning results. Our local team is committed to excellence, ensuring your bins are pristine, sanitized, and odor-free every single time." }
{ type: "text", content: "Reliable Bin Cleaning for Louisville" }
]}
description="At NextGenBinCleaning, we understand that a clean bin is essential for a healthy home. Our commitment to local service ensures that your bins receive the professional, thorough sanitization they deserve. We prioritize reliability and eco-friendly solutions, delivering spotless, odor-free results that you can trust, every time we visit your property."
/>
<FeatureCardOne
tag="Our Plans"
@@ -88,10 +89,10 @@ export default function TrashCleaningPage() {
<FooterCard
logoText="NextGenBinCleaning"
copyrightText="© 2025 NextGenBinCleaning | Louisville, OH"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
columns={[
{ title: "Navigation", items: [{ label: "About Us", href: "/about" }, { label: "Pricing", href: "#pricing" }] }
]}
imageSrc="http://img.b2bpic.net/free-photo/digital-art-with-recycle-bin_23-2151064538.jpg"
/>
</ReactLenis>
</ThemeProvider>