feat: add sales and marketing placeholder cards to landing page
This commit is contained in:
@@ -127,6 +127,46 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<!-- Coming Soon: Sales Dashboard -->
|
||||||
|
<div class="dashboard-card glass rounded-2xl p-6 flex flex-col group fade-in relative overflow-hidden block disabled-card" style="animation-delay: 400ms">
|
||||||
|
<div class="absolute top-0 right-0 p-4">
|
||||||
|
<span class="inline-flex items-center rounded-md bg-slate-500/10 px-2 py-1 text-xs font-medium text-slate-400 ring-1 ring-inset ring-slate-500/20">Coming Soon</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="w-14 h-14 rounded-xl bg-slate-800 flex items-center justify-center mb-6 border border-white/5 group-hover:bg-slate-700 transition-colors duration-300">
|
||||||
|
<svg class="w-7 h-7 text-slate-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 class="text-xl font-bold text-slate-300 mb-2 transition-colors">Sales & CRM</h2>
|
||||||
|
<p class="text-sm text-slate-500 mb-6 flex-grow">
|
||||||
|
Track wholesale orders, manage B2B customer relationships, and monitor offline revenue targets.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="text-sm font-medium text-slate-600 flex items-center gap-1 mt-auto">
|
||||||
|
In Development
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Coming Soon: Marketing Dashboard -->
|
||||||
|
<div class="dashboard-card glass rounded-2xl p-6 flex flex-col group fade-in relative overflow-hidden block disabled-card" style="animation-delay: 500ms">
|
||||||
|
<div class="absolute top-0 right-0 p-4">
|
||||||
|
<span class="inline-flex items-center rounded-md bg-slate-500/10 px-2 py-1 text-xs font-medium text-slate-400 ring-1 ring-inset ring-slate-500/20">Coming Soon</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="w-14 h-14 rounded-xl bg-slate-800 flex items-center justify-center mb-6 border border-white/5 group-hover:bg-slate-700 transition-colors duration-300">
|
||||||
|
<svg class="w-7 h-7 text-slate-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 5.882V19.24a1.76 1.76 0 01-3.417.592l-2.147-6.15M18 13a3 3 0 100-6M5.436 13.683A4.001 4.001 0 017 6h1.832c4.1 0 7.625-1.234 9.168-3v14c-1.543-1.766-5.067-3-9.168-3H7a3.988 3.988 0 01-1.564-.317z"/></svg>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 class="text-xl font-bold text-slate-300 mb-2 transition-colors">Marketing</h2>
|
||||||
|
<p class="text-sm text-slate-500 mb-6 flex-grow">
|
||||||
|
Consolidate campaign performance, SEO insights, and high-level marketing analytics in one view.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="text-sm font-medium text-slate-600 flex items-center gap-1 mt-auto">
|
||||||
|
In Development
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-24 text-center text-xs text-slate-600 fade-in" style="animation-delay: 500ms">
|
<div class="mt-24 text-center text-xs text-slate-600 fade-in" style="animation-delay: 500ms">
|
||||||
|
|||||||
Reference in New Issue
Block a user