God Mode: Sync All Admin Pages & Components. Fix Navigation. Fix Schemas.

This commit is contained in:
cawcenter
2025-12-14 19:28:20 -05:00
parent 189abfb384
commit e97bdee388
112 changed files with 5035 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
import Layout from '@/layouts/AdminLayout.astro';
---
<Layout title="Content Fragments">
<div class="p-6">
<h1 class="text-3xl font-bold text-slate-100 mb-6">Content Fragments</h1>
<div class="bg-slate-800 rounded-lg border border-slate-700 p-8 text-center">
<h2 class="text-xl font-bold text-white mb-2">Reusable Content Blocks</h2>
<p class="text-slate-400">Manage global text snippets, CTAs, and bios here.</p>
</div>
</div>
</Layout>