diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ee7c06..e0310fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -39,15 +39,20 @@ export default function SuppleLabs() {