feat: add division task performance placeholder card to landing page

This commit is contained in:
theRAD
2026-03-06 05:52:32 +02:00
parent 02e4b4e53f
commit 4184e5c506

View File

@@ -162,6 +162,23 @@
Consolidate campaign performance, SEO insights, and high-level marketing analytics in one view.
</p>
</div>
<!-- Coming Soon: Division Task Performance -->
<div class="dashboard-card glass rounded-2xl p-6 flex flex-col group fade-in relative overflow-hidden block disabled-card" style="animation-delay: 600ms">
<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="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/></svg>
</div>
<h2 class="text-xl font-bold text-slate-300 mb-2 transition-colors">Division Task Performance</h2>
<p class="text-sm text-slate-500 mb-6 flex-grow">
Monitor staff KPIs, division output metrics, and project completion rates across the organization.
</p>
<div class="text-sm font-medium text-slate-600 flex items-center gap-1 mt-auto">
In Development
</div>