diff --git a/src/app/page.tsx b/src/app/page.tsx index 09af050..ae596fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; @@ -27,24 +26,6 @@ export default function LandingPage() { secondaryButtonStyle="layered" headingFontWeight="normal" > -
-