VibeCoderzVibeCoderz
All Prompts
Statistics Info Card preview
statisticsinfo-cardgridmetricsglobal

Statistics Info Card

Информационная карточка для отображения статистики и метрик компании. Имеет заголовок с иконкой, описание и сетку для визуального выделения.

Prompt

<div class="bg-slate-800/50 rounded-xl p-6">
  <div class="flex items-center gap-2 mb-4">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-5 h-5 text-purple-500">
      <circle cx="12" cy="12" r="10"></circle>
      <path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path>
      <path d="M2 12h20"></path>
    </svg>
    <h3 class="text-lg font-medium text-white">Global Impact</h3>
  </div>
  <p class="text-sm text-slate-300 mb-4">
    Our innovations have transformed operations across 45+ countries, serving over 2.3 million active users globally.
  </p>
  <div class="grid grid-cols-2 gap-4">
    <div class="text-center p-3 bg-slate-700/30 rounded-lg">
      <div class="text-2xl font-light text-purple-500 mb-1">45+</div>
      <div class="text-xs text-slate-400">Countries</div>
    </div>
    <div class="text-center p-3 bg-slate-700/30 rounded-lg">
      <div class="text-2xl font-light text-purple-500 mb-1">2.3M</div>
      <div class="text-xs text-slate-400">Active Users</div>
    </div>
  </div>
</div>
All Prompts