diff --git a/src/app/page.tsx b/src/app/page.tsx index 357d490..a9feebd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureProcessSteps from "@/components/sections/feature/FeatureProcessSteps"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; @@ -41,35 +41,14 @@ export default function LandingPage() {