Update src/app/page.tsx

This commit is contained in:
2026-01-14 14:30:54 +00:00
parent 933006da20
commit fd9d8ef71f

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -109,8 +109,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
/>
</div>