diff --git a/src/app/page.tsx b/src/app/page.tsx index 2189ab8..8f22f75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -26,7 +26,7 @@ export default function LandingPage() { headingFontWeight="light" >