Add marketing page and layout changes

This commit is contained in:
KMKoushik
2024-04-04 09:09:15 +11:00
parent bbc64b5392
commit e1b2f64d57
29 changed files with 1601 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ export default function RootLayout({
return (
<html lang="en">
<body className={`font-sans ${inter.variable}`}>
<ThemeProvider attribute="class" defaultTheme="light">
<ThemeProvider attribute="class" defaultTheme="dark">
<TRPCReactProvider>{children}</TRPCReactProvider>
</ThemeProvider>
</body>