Compare commits
1 Commits
version_3
...
ee7670312f
| Author | SHA1 | Date | |
|---|---|---|---|
| ee7670312f |
@@ -1,4 +1,4 @@
|
|||||||
"use client";
|
"use client"
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -26,6 +26,8 @@ export default function LandingPage() {
|
|||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="outline"
|
secondaryButtonStyle="outline"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
|
theme="brutalistRed"
|
||||||
|
isDarkMode={true}
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
|
|||||||
Reference in New Issue
Block a user