From e812020aa1062cc14ed0956a6db99700946452b7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:43:32 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5502287..ec28a2f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,6 +22,7 @@ export default function AboutPage() { -- 2.49.1 From e2c7e3f0a4335cfdf407603a5c0763315f4c99ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:43:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 842e430..68a79de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> -