docs: content generation engine plan
This commit is contained in:
@@ -3,8 +3,22 @@ import AdminLayout from '../../../layouts/AdminLayout.astro';
|
||||
---
|
||||
|
||||
<AdminLayout title="Avatar Variants">
|
||||
<div class="p-8 text-center text-gray-400">
|
||||
<p>Avatar variants feature coming soon</p>
|
||||
<p class="text-sm mt-2">This will show different versions of avatar personas</p>
|
||||
<div class="flex items-center justify-center min-h-[60vh]">
|
||||
<div class="text-center max-w-2xl mx-auto px-6">
|
||||
<div class="text-8xl mb-6">🎭</div>
|
||||
<h1 class="text-5xl font-bold text-gold-500 mb-4">Avatar Variants</h1>
|
||||
<p class="text-xl text-gray-300 mb-8">
|
||||
Advanced avatar persona variations and A/B testing
|
||||
</p>
|
||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||
<h3 class="text-lg font-semibold text-white mb-4">Coming Soon</h3>
|
||||
<p class="text-gray-400 mb-6">
|
||||
This feature will allow you to create multiple variants of each avatar persona for A/B testing and performance optimization.
|
||||
</p>
|
||||
<a href="/admin/intelligence/avatars" class="inline-block px-6 py-3 bg-gold-500 text-black rounded-lg font-medium hover:bg-gold-400 transition-colors">
|
||||
← Back to Avatars
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AdminLayout>
|
||||
|
||||
@@ -1,11 +1,24 @@
|
||||
---
|
||||
import AdminLayout from '../../../layouts/AdminLayout.astro';
|
||||
import CollectionTable from '../../../components/admin/CollectionTable';
|
||||
---
|
||||
|
||||
<AdminLayout title="Headlines">
|
||||
<div class="p-8 text-center text-gray-400">
|
||||
<p>Headline inventory coming soon</p>
|
||||
<p class="text-sm mt-2">Manage headline templates here</p>
|
||||
<div class="flex items-center justify-center min-h-[60vh]">
|
||||
<div class="text-center max-w-2xl mx-auto px-6">
|
||||
<div class="text-8xl mb-6">📝</div>
|
||||
<h1 class="text-5xl font-bold text-gold-500 mb-4">Headline Library</h1>
|
||||
<p class="text-xl text-gray-300 mb-8">
|
||||
Pre-built headline templates and formulas for maximum engagement
|
||||
</p>
|
||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||
<h3 class="text-lg font-semibold text-white mb-4">Coming Soon</h3>
|
||||
<p class="text-gray-400 mb-6">
|
||||
Manage proven headline templates, formulas, and A/B tested variations for your content.
|
||||
</p>
|
||||
<a href="/admin" class="inline-block px-6 py-3 bg-gold-500 text-black rounded-lg font-medium hover:bg-gold-400 transition-colors">
|
||||
← Back to Dashboard
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AdminLayout>
|
||||
|
||||
@@ -3,8 +3,22 @@ import AdminLayout from '../../../layouts/AdminLayout.astro';
|
||||
---
|
||||
|
||||
<AdminLayout title="Offer Blocks">
|
||||
<div class="p-8 text-center text-gray-400">
|
||||
<p>Offer blocks coming soon</p>
|
||||
<p class="text-sm mt-2">Manage CTA and offer templates</p>
|
||||
<div class="flex items-center justify-center min-h-[60vh]">
|
||||
<div class="text-center max-w-2xl mx-auto px-6">
|
||||
<div class="text-8xl mb-6">💎</div>
|
||||
<h1 class="text-5xl font-bold text-gold-500 mb-4">Offer Blocks</h1>
|
||||
<p class="text-xl text-gray-300 mb-8">
|
||||
Reusable CTA and offer templates for conversion optimization
|
||||
</p>
|
||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||
<h3 class="text-lg font-semibold text-white mb-4">Coming Soon</h3>
|
||||
<p class="text-gray-400 mb-6">
|
||||
Create and manage call-to-action blocks, special offers, and conversion-focused content sections.
|
||||
</p>
|
||||
<a href="/admin/collections/content-fragments" class="inline-block px-6 py-3 bg-gold-500 text-black rounded-lg font-medium hover:bg-gold-400 transition-colors">
|
||||
View Content Fragments →
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AdminLayout>
|
||||
|
||||
@@ -2,9 +2,23 @@
|
||||
import AdminLayout from '../../../layouts/AdminLayout.astro';
|
||||
---
|
||||
|
||||
<AdminLayout title="Leads & Inquiries">
|
||||
<div class="p-8 text-center text-gray-400">
|
||||
<p>Leads management coming soon</p>
|
||||
<p class="text-sm mt-2">Track form submissions and inquiries</p>
|
||||
<AdminLayout title="Leads">
|
||||
<div class="flex items-center justify-center min-h-[60vh]">
|
||||
<div class="text-center max-w-2xl mx-auto px-6">
|
||||
<div class="text-8xl mb-6">📨</div>
|
||||
<h1 class="text-5xl font-bold text-gold-500 mb-4">Leads & Inquiries</h1>
|
||||
<p class="text-xl text-gray-300 mb-8">
|
||||
Manage form submissions and customer inquiries
|
||||
</p>
|
||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||
<h3 class="text-lg font-semibold text-white mb-4">Coming Soon</h3>
|
||||
<p class="text-gray-400 mb-6">
|
||||
Track form submissions, manage leads, and organize customer inquiries from all your sites.
|
||||
</p>
|
||||
<a href="/admin" class="inline-block px-6 py-3 bg-gold-500 text-black rounded-lg font-medium hover:bg-gold-400 transition-colors">
|
||||
← Back to Dashboard
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AdminLayout>
|
||||
|
||||
@@ -3,8 +3,22 @@ import AdminLayout from '../../../layouts/AdminLayout.astro';
|
||||
---
|
||||
|
||||
<AdminLayout title="Media Assets">
|
||||
<div class="p-8 text-center text-gray-400">
|
||||
<p>Media library coming soon</p>
|
||||
<p class="text-sm mt-2">Manage images and templates</p>
|
||||
<div class="flex items-center justify-center min-h-[60vh]">
|
||||
<div class="text-center max-w-2xl mx-auto px-6">
|
||||
<div class="text-8xl mb-6">🎬</div>
|
||||
<h1 class="text-5xl font-bold text-gold-500 mb-4">Media Library</h1>
|
||||
<p class="text-xl text-gray-300 mb-8">
|
||||
Manage images, templates, and media assets
|
||||
</p>
|
||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||
<h3 class="text-lg font-semibold text-white mb-4">Coming Soon</h3>
|
||||
<p class="text-gray-400 mb-6">
|
||||
Upload and manage images, video templates, and other media assets for your content.
|
||||
</p>
|
||||
<a href="/admin" class="inline-block px-6 py-3 bg-gold-500 text-black rounded-lg font-medium hover:bg-gold-400 transition-colors">
|
||||
← Back to Dashboard
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AdminLayout>
|
||||
|
||||
@@ -2,10 +2,23 @@
|
||||
import AdminLayout from '../../../layouts/AdminLayout.astro';
|
||||
---
|
||||
|
||||
<AdminLayout title="Jumpstart Test">
|
||||
<div class="p-8 text-center">
|
||||
<div class="text-6xl mb-4">🚀</div>
|
||||
<h2 class="text-3xl font-bold text-gold-500 mb-2">Jumpstart Test</h2>
|
||||
<p class="text-gray-400">Site deployment testing feature coming soon</p>
|
||||
<AdminLayout title="Jumpstart">
|
||||
<div class="flex items-center justify-center min-h-[60vh]">
|
||||
<div class="text-center max-w-2xl mx-auto px-6">
|
||||
<div class="text-8xl mb-6">🚀</div>
|
||||
<h1 class="text-5xl font-bold text-gold-500 mb-4">Jumpstart Test</h1>
|
||||
<p class="text-xl text-gray-300 mb-8">
|
||||
Quick deployment testing for new sites
|
||||
</p>
|
||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||
<h3 class="text-lg font-semibold text-white mb-4">Coming Soon</h3>
|
||||
<p class="text-gray-400 mb-6">
|
||||
Rapid deployment testing tool to verify new site configurations before going live.
|
||||
</p>
|
||||
<a href="/admin/sites" class="inline-block px-6 py-3 bg-gold-500 text-black rounded-lg font-medium hover:bg-gold-400 transition-colors">
|
||||
View Sites →
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AdminLayout>
|
||||
|
||||
Reference in New Issue
Block a user