card
Feature Icon Card
Live Preview
<div
class="max-w-xs group cursor-pointer bg-white p-8 rounded-3xl border border-slate-100 shadow-sm hover:shadow-md transition-all">
<div
class="w-14 h-14 bg-indigo-100 text-indigo-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path d="M13 10V3L4 14h7v7l9-11h-7z" stroke-width="2"></path>
</svg>
</div>
<h4 class="text-xl font-bold mb-3">Lightning Fast</h4>
<p class="text-slate-500 leading-relaxed">Optimization at every level ensures your application runs smoother and
faster than ever before.</p>
</div>