Update src/app/page.tsx

This commit is contained in:
2026-01-16 14:33:38 +00:00
parent d96ca3c450
commit 118bad2b68

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -95,8 +95,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground="noInvert"
tagIcon={Flame}
titleClassName="text-3xl md:text-4xl font-extrabold"
descriptionClassName="text-foreground/80 text-lg"
textBoxTitleClassName="text-3xl md:text-4xl font-extrabold"
textBoxDescriptionClassName="text-foreground/80 text-lg"
/>
</div>