From 95833925ed927554d9fdeda067c1796172e17bdd Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 16:34:46 +0200 Subject: [PATCH] update iframe rules home 3 --- app/page.tsx | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) 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 ( -
-
-
- -
- + +
+
+
+
+ +
+ +
+
+
+ +
+
+ + + +
-
- -
-
- - - -
-
-
+ + ); }