diff --git a/src/app/page.tsx b/src/app/page.tsx index b27c43c..2ad6b95 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'; @@ -40,17 +40,21 @@ export default function SuppleLabs() {