feat: redesign public landing page with minimal terminal aesthetic

This commit is contained in:
2026-04-15 17:33:42 -04:00
parent b4604f3803
commit e6c59b4997
2 changed files with 37 additions and 7 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ export const metadata = {
export default function RootLayout({ children }) {
return (
<html lang="fr">
<html lang="fr" suppressHydrationWarning>
<head>
<script dangerouslySetInnerHTML={{ __html: THEME_INIT_SCRIPT }} />
</head>
<body>
<body className="antialiased bg-white dark:bg-black">
<ZenProvider>
{children}
</ZenProvider>