diff --git a/src/app/page.tsx b/src/app/page.tsx index 52c2c95..7a2189d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -37,14 +37,34 @@ export default function LandingPage() {