diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d88953..2e5f4c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplit from "@/components/sections/hero/HeroSplit"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; @@ -39,13 +39,10 @@ export default function LandingPage() {
-