diff --git a/public/config/default.json b/public/config/default.json
index feefa3a9443db5ddb20f444c04737316cb6f81f6..0dae420304d949c3857b5f8ab183919bfef5b8e3 100644
--- a/public/config/default.json
+++ b/public/config/default.json
@@ -5,21 +5,26 @@
   },
   "panels": [
     {
-      "type": "test",
+      "type": "fahrplan",
       "position": {
         "x": 0,
         "y": 0,
-        "w": 2,
-        "h": 2
+        "w": 6,
+        "h": 10
       }
     },
     {
-      "type": "demo",
+      "type": "bild",
       "position": {
-        "x": 0,
+        "x": 6,
         "y": 0,
-        "w": 2,
-        "h": 2
+        "w": 10,
+        "h": 4
+      },
+      "config": {
+        "url": "/preisliste.png",
+        "title": "FooBar",
+        "description": "Ihr habt dort die Möglichkeit, mit 40 verschiedenen Ansprechpartnern auf der IT-Kontaktmesse Kontakt aufzunehmen. Ihr habt dort die Möglichkeit, mit 40 verschiedenen Ansprechpartnern auf der IT-Kontaktmesse Kontakt aufzunehmen."
       }
     }
   ]
diff --git a/public/config/foobar.json b/public/config/foobar.json
index 6d50b2a69636cd2baf601c7906de00aab36477f8..62b1527ebdad38b08f2830b902578f0353ff8276 100644
--- a/public/config/foobar.json
+++ b/public/config/foobar.json
@@ -1,22 +1,13 @@
 {
   "id": "foobar",
+  "background": "/preisliste.png",
   "schedule": {
     "times": [
       {
-        "from": "2023-11-25T16:26",
-        "to": "2023-11-25T16:27"
+        "from": "2023-11-25T17:30",
+        "to": "2023-11-25T17:31"
       }
     ]
   },
-  "panels": [
-    {
-      "type": "foobar",
-      "position": {
-        "x": 0,
-        "y": 0,
-        "w": 2,
-        "h": 2
-      }
-    }
-  ]
+  "panels": []
 }