God Mode: Sync All Admin Pages & Components. Fix Navigation. Fix Schemas.
This commit is contained in:
14
src/pages/admin/seo/fragments.astro
Normal file
14
src/pages/admin/seo/fragments.astro
Normal 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>
|
||||
Reference in New Issue
Block a user