All Prompts
All Prompts

badgepricingtailwindresponsivetexticon
Pricing Section Header with Badge
Заголовок секции цен с бейджем: центрированный, адаптивный, с иконкой. Идеален для интро на SaaS-страницах. Tailwind CSS.
Prompt
<div class="flex flex-col text-center items-center">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-black/5">
<span class="text-xs font-normal font-geist">Pricing</span>
</div>
<h2 class="mt-4 text-[40px] sm:text-6xl lg:text-7xl leading-[0.95] font-geist font-medium tracking-tighter text-black">Scale with confidence</h2>
<p class="mt-2 text-sm sm:text-base text-zinc-400 font-geist">Choose a plan that grows with your team and adapts to your workflow needs.</p>
</div>