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() {
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."
/>
-