feat: complete e-commerce dashboard and woocommerce api integration
This commit is contained in:
@@ -78,12 +78,8 @@
|
||||
<img src="/images/stargas-logo.svg" alt="Stargas Energies" class="w-full h-auto drop-shadow-lg">
|
||||
</div>
|
||||
|
||||
<h1 class="text-4xl md:text-5xl font-bold tracking-tight mb-4">
|
||||
Systems <span class="bg-gradient-to-r from-red-500 to-yellow-500 text-transparent bg-clip-text">Hub</span>
|
||||
</h1>
|
||||
<p class="text-slate-400 max-w-xl mx-auto text-lg">
|
||||
Select a module below to access real-time analytics and powerful management tools for your division.
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Dashboard Grid -->
|
||||
@@ -110,10 +106,10 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- Placeholder: E-Commerce Dashboard -->
|
||||
<!-- Active: E-Commerce Dashboard -->
|
||||
<a href="/ecommerce" class="dashboard-card glass rounded-2xl p-6 flex flex-col group fade-in relative overflow-hidden block" style="animation-delay: 300ms">
|
||||
<div class="absolute top-0 right-0 p-4">
|
||||
<span class="inline-flex items-center rounded-md bg-purple-500/10 px-2 py-1 text-xs font-medium text-purple-400 ring-1 ring-inset ring-purple-500/20">Planned</span>
|
||||
<span class="inline-flex items-center rounded-md bg-green-500/10 px-2 py-1 text-xs font-medium text-green-400 ring-1 ring-inset ring-green-500/20">Active</span>
|
||||
</div>
|
||||
|
||||
<div class="w-14 h-14 rounded-xl bg-gradient-to-br from-purple-600 to-purple-900 flex items-center justify-center mb-6 shadow-lg shadow-purple-900/40 group-hover:scale-110 transition-transform duration-300">
|
||||
|
||||
Reference in New Issue
Block a user