diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e12098..9474da4 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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; @@ -40,19 +40,39 @@ export default function LandingPage() {
-