diff --git a/app/data/site.config.json b/app/data/site.config.json
index 82b0542..6c9c835 100644
--- a/app/data/site.config.json
+++ b/app/data/site.config.json
@@ -1,5 +1,4 @@
{
- "updated_at": "2026-08-09T20:59:44.639Z",
"siteName": "N&D IT Solutions",
"metaDescription": "High-Performance Webdesign & Digital Solutions - 100% DSGVO-konform.",
"is_demo_mode": false,
@@ -132,7 +131,23 @@
"slug": "/",
"title": "Startseite (Hauptseite)",
"is_published": true,
- "sections": []
+ "sections": [
+ {
+ "id": "hero",
+ "type": "HeroSection",
+ "settings": {}
+ },
+ {
+ "id": "bento",
+ "type": "BentoGrid",
+ "settings": {}
+ },
+ {
+ "id": "contact",
+ "type": "ContactSection",
+ "settings": {}
+ }
+ ]
},
{
"id": "page_templates",
diff --git a/src/pages/admin/editor.astro b/src/pages/admin/editor.astro
index f086703..62bcb46 100644
--- a/src/pages/admin/editor.astro
+++ b/src/pages/admin/editor.astro
@@ -90,12 +90,9 @@ const previewUrl = `${targetPage?.slug || '/'}?preview=draft`;
-
-
-