diff --git a/partials/landingpage/admin/dashboard.php b/partials/landingpage/admin/dashboard.php
new file mode 100644
index 0000000..368dd12
--- /dev/null
+++ b/partials/landingpage/admin/dashboard.php
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+ Email Template System – Dashboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Templates
+ –
+
+
+
Sections
+ –
+
+
+
Blocks
+ –
+
+
+
Snippets
+ –
+
+
+
Aufrufe gesamt
+ –
+
+
+
+
+
+
+
Template-Nutzung
+
Wie oft wurden Templates über die API geladen? Setze einzelne Zähler bei Bedarf zurück.
+
+
+
+
+
+
+
+ | Template |
+ Aufrufe |
+ Zuletzt verwendet |
+ Aktionen |
+
+
+
+ | Lade Daten… |
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/partials/landingpage/admin/profile.php b/partials/landingpage/admin/profile.php
new file mode 100644
index 0000000..afeb076
--- /dev/null
+++ b/partials/landingpage/admin/profile.php
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+ Email Template System – Konto
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Teammitglieder, Absender und Integrationen verwaltest du im Bereich Administration. Öffne ihn über das Avatar-Menü oben rechts.
+
+
+
+
+
+
+
+
+
diff --git a/partials/landingpage/admin/settings.php b/partials/landingpage/admin/settings.php
new file mode 100644
index 0000000..b39684a
--- /dev/null
+++ b/partials/landingpage/admin/settings.php
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+ Email Template System – Administration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Team
+
+
+
+
+
+ | Name | E-Mail | Rolle | Status | Aktionen |
+
+
+
+
+
+
+
+
+
+
Absender für Testmails
+
+
+
+
+
+ | Bezeichnung | From-Name | E-Mail | Reply-To | Aktionen |
+
+
+
+
+
+
+
+
+ Integrationen, Downloads & Tokens
+ Die Dateien enthalten automatisch deine aktuellen Tokens. Nach dem Speichern neuer Tokens bitte die Dateien erneut herunterladen.
+
+
+
+
+
+
+
+
+
+
diff --git a/public/account.php b/public/account.php
index 2794e89..5e72c97 100644
--- a/public/account.php
+++ b/public/account.php
@@ -1,103 +1,3 @@
-
-
-
-
-
- Email Template System – Konto
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Teammitglieder, Absender und Integrationen verwaltest du jetzt im neuen Bereich Administration. Öffne ihn über das Avatar-Menü oben rechts.
-
-
-
-
-
-
-
-
-
+header('Location: /admin/profile.php', true, 301);
+exit;
diff --git a/public/admin.php b/public/admin.php
index 6770689..bfde10c 100644
--- a/public/admin.php
+++ b/public/admin.php
@@ -1,185 +1,3 @@
-
-
-
-
-
- Email Template System – Administration
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Integrationen, Downloads & Tokens
- Die Dateien enthalten automatisch deine aktuellen Tokens. Nach dem Speichern neuer Tokens bitte die Dateien erneut herunterladen.
-
-
-
-
-
-
-
-
-
-
+header('Location: /admin/settings.php', true, 301);
+exit;
diff --git a/public/admin/dashboard.php b/public/admin/dashboard.php
new file mode 100644
index 0000000..ca3b915
--- /dev/null
+++ b/public/admin/dashboard.php
@@ -0,0 +1,2 @@
+
-
-
-
-
-
- Email Template System – Dashboard
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Templates
- –
-
-
-
Sections
- –
-
-
-
Blocks
- –
-
-
-
Snippets
- –
-
-
-
Aufrufe gesamt
- –
-
-
-
-
-
-
-
Template-Nutzung
-
Wie oft wurden Templates über die API geladen? Setze einzelne Zähler bei Bedarf zurück.
-
-
-
-
-
-
-
- | Template |
- Aufrufe |
- Zuletzt verwendet |
- Aktionen |
-
-
-
- | Lade Daten… |
-
-
-
-
-
-
-
-
-
-
-
-
+header('Location: /admin/dashboard.php', true, 301);
+exit;
diff --git a/public/index.php b/public/index.php
index 6609cbf..8e65d46 100644
--- a/public/index.php
+++ b/public/index.php
@@ -62,9 +62,9 @@ $assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time();
U