diff --git a/src/app/page.tsx b/src/app/page.tsx index 9300a7a..b4de1f3 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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -42,7 +42,7 @@ export default function LandingPage() {