diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cc4dad..8332894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; @@ -44,7 +44,7 @@ export default function LandingPage() {
-