diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f6cec1..d5aa28d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; @@ -26,14 +26,15 @@ export default function NeuroLinkPage() { headingFontWeight="light" >
@@ -202,4 +203,4 @@ export default function NeuroLinkPage() { ); -} \ No newline at end of file +}