diff --git a/src/app/page.tsx b/src/app/page.tsx
index 073c2ec..1fd6814 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
+import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TextAbout from '@/components/sections/about/TextAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -58,6 +59,18 @@ export default function LandingPage() {
autoplayDelay={4000}
showDimOverlay={true}
/>
+