Add real content to CMS pages and add CMS links to navigation

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:05:29 +02:00
parent 344627f91f
commit e33e47e21e
9 changed files with 136 additions and 133 deletions

View File

@@ -421,6 +421,22 @@
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Mitglieder
</NuxtLink>
<NuxtLink to="/cms/ueber-uns" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Über uns
</NuxtLink>
<NuxtLink to="/cms/geschichte" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Geschichte
</NuxtLink>
<NuxtLink to="/cms/tt-regeln" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
TT-Regeln
</NuxtLink>
<NuxtLink to="/cms/satzung" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Satzung
</NuxtLink>
<NuxtLink to="/cms/einstellungen" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Einstellungen