Update src/app/page.tsx

This commit is contained in:
2026-01-13 10:10:10 +00:00
parent 4c88566cb0
commit f2718c237b

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="sharp"
contentWidth="compact"
sizing="mediumSizeLargeTitles"
background="grid"
background="dotGrid"
cardStyle="spotlight"
primaryButtonStyle="layered-depth"
secondaryButtonStyle="solid"