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