Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -22,8 +22,8 @@ export default function LandingPage() {
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="plain"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="layered-depth"
|
||||
secondaryButtonStyle="layered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
|
||||
Reference in New Issue
Block a user