diff --git a/src/app/page.tsx b/src/app/page.tsx index d6c1fa0..89c00a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,17 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/HeroBillboardScroll"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import FooterBase from "@/components/sections/footer/FooterBase"; +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"; export default function TrashCleaningPage() { return ( @@ -25,51 +30,74 @@ export default function TrashCleaningPage() { -
- -
- + - +