diff --git a/src/app/page.tsx b/src/app/page.tsx index a67da82..9e0fae0 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 HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; @@ -40,7 +40,7 @@ export default function LandingPage() {