From 19e78c9f48c962b5ccc322ffa3111be149608a0a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89c00a0..ede6b62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,11 @@ 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 FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Phone, Users, Instagram, Facebook } from "lucide-react"; +import { Sparkles, Instagram, Facebook } from "lucide-react"; export default function TrashCleaningPage() { return ( @@ -50,14 +47,12 @@ export default function TrashCleaningPage() { showDimOverlay={true} />