diff --git a/apps/website/src/app/layout.tsx b/apps/website/src/app/layout.tsx
index 1cfc15f9d..f49f750a9 100644
--- a/apps/website/src/app/layout.tsx
+++ b/apps/website/src/app/layout.tsx
@@ -1,5 +1,6 @@
-import { ServerThemeProvider } from 'next-themes';
+// import { ServerThemeProvider } from 'next-themes';
import type { PropsWithChildren } from 'react';
+import { Providers } from './providers';
import '@unocss/reset/tailwind.css';
import '../styles/inter.css';
@@ -9,19 +10,21 @@ import '../styles/main.css';
export default function RootLayout({ children }: PropsWithChildren) {
return (
-