diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d4ebd0..a1fc047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; @@ -49,8 +49,14 @@ export default function HomePage() { headingFontWeight="semibold" >