diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aba612..8a7a731 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 HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -40,35 +40,17 @@ export default function LandingPage() {