diff --git a/src/app/page.tsx b/src/app/page.tsx index 3759c1e..633894d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; @@ -41,21 +41,41 @@ export default function LandingPage() {
-