diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7dc895b..e93fb75 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -35,7 +35,6 @@ 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."
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a81d41..f9bc1cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,8 +3,8 @@
import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
-import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
-import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
+import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
+import FeatureCardThree_2 from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -51,9 +51,8 @@ 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."
/>
-
-