Update src/app/page.tsx

This commit is contained in:
2025-12-19 22:16:32 +00:00
parent c5e9d680a9
commit d8bd4f08f9

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="medium"
background="none"
background="shadow-colored"
cardStyle="inset"
primaryButtonStyle="layered-depth"
secondaryButtonStyle="radial-glow"