Update src/app/page.tsx

This commit is contained in:
2026-01-13 12:20:33 +00:00
parent 02f58af6c4
commit bd491c9ea0

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="sharp"
contentWidth="small"
sizing="medium"
background="grid"
background="dotGrid"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"