Merge version_5 into main #9
@@ -22,6 +22,7 @@ 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" },
|
||||
@@ -34,8 +35,7 @@ export default function AboutPage() {
|
||||
heading={[
|
||||
{ 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}
|
||||
text="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."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -5,10 +5,10 @@ import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Instagram, Facebook } from "lucide-react";
|
||||
import { Sparkles, Instagram } from "lucide-react";
|
||||
|
||||
export default function TrashCleaningPage() {
|
||||
return (
|
||||
@@ -51,7 +51,7 @@ export default function TrashCleaningPage() {
|
||||
heading={[
|
||||
{ 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."
|
||||
text="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"
|
||||
@@ -61,6 +61,7 @@ export default function TrashCleaningPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "One Time Service", description: "1 bin: $15 | 2 bins: $25", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-recycle-bin_23-2151064538.jpg", imageAlt: "One time bin service"
|
||||
@@ -77,16 +78,17 @@ export default function TrashCleaningPage() {
|
||||
description="Connect with us on our social platforms."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "fb", title: "Facebook", description: "Follow our latest cleaning results!", tag: "Facebook", imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg", imageAlt: "Facebook"
|
||||
title: "Facebook", description: "Follow our latest cleaning results!", imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg", imageAlt: "Facebook"
|
||||
},
|
||||
{
|
||||
id: "ig", title: "Instagram", description: "See the shine on every bin we clean!", tag: "Instagram", imageSrc: "http://img.b2bpic.net/free-photo/branding-strategy-marketing-business-graphic-design_53876-125554.jpg", imageAlt: "Instagram"
|
||||
title: "Instagram", description: "See the shine on every bin we clean!", imageSrc: "http://img.b2bpic.net/free-photo/branding-strategy-marketing-business-graphic-design_53876-125554.jpg", imageAlt: "Instagram"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<FooterCard
|
||||
<FooterMedia
|
||||
logoText="NextGenBinCleaning"
|
||||
copyrightText="© 2025 NextGenBinCleaning | Louisville, OH"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user