diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f71871..b911840 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -42,17 +42,10 @@ export default function LandingPage() {