Update src/app/page.tsx

This commit is contained in:
2026-01-07 11:51:40 +00:00
parent 5a8b88bc86
commit 965d9c68ba

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -13,7 +13,7 @@ export default function OmakasePage() {
background="plain" background="plain"
cardStyle="inset" cardStyle="inset"
primaryButtonStyle="neon-glow-border" primaryButtonStyle="neon-glow-border"
secondaryButtonStyle="minimal" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
> >
<div className="min-h-screen bg-background text-foreground"> <div className="min-h-screen bg-background text-foreground">