diff --git a/src/app/page.tsx b/src/app/page.tsx index e415da4..89439fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,7 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; @@ -45,51 +44,15 @@ export default function LandingPage() { /> -
+