diff --git a/src/app/page.tsx b/src/app/page.tsx index 33ff82d..cb6f986 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 HeroLogo from "@/components/sections/hero/HeroLogo"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; @@ -38,16 +38,17 @@ export default function LandingPage() {