diff --git a/src/app/page.tsx b/src/app/page.tsx index 66b4468..c98e997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; @@ -40,37 +39,6 @@ export default function LandingPage() { /> -