diff --git a/src/app/page.tsx b/src/app/page.tsx index c7b91a9..0d7696d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -44,26 +44,20 @@ export default function LandingPage() {
-
@@ -245,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file