diff --git a/src/app/page.tsx b/src/app/page.tsx index a4cb932..fafe753 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 HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -44,30 +44,18 @@ export default function HomePage() {
-