diff --git a/src/app/page.tsx b/src/app/page.tsx index a52a01f..25232eb 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 HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureBento from '@/components/sections/feature/FeatureBento'; @@ -42,7 +42,7 @@ export default function LandingPage() {
-
@@ -235,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file