diff --git a/app/page.tsx b/app/page.tsx index e536a2d2..ed27c76e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,6 +4,7 @@ import { Podcast } from "@/components/podcast"; import { CalendarWidget } from "@/components/calendar-widget"; import { News } from "@/components/news"; import { Todo } from "@/components/todo"; +import { BackgroundSwitcher } from "@/components/background-switcher"; export const metadata = { title: "Enkun - Dashboard", @@ -11,23 +12,27 @@ export const metadata = { export default function DashboardPage() { return ( -
-
-
- -
- + +
+
+
+
+ +
+ +
+
+
+ +
+
+ + + +
-
- -
-
- - - -
-
-
+ + ); }