diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed4a40..0957065 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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; @@ -41,17 +41,15 @@ export default function LandingPage() {
-