diff --git a/src/app/page.tsx b/src/app/page.tsx index 57373a4..ccf77cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; @@ -27,21 +27,17 @@ export default function LandingPage() { headingFontWeight="semibold" >