VibeCoderzVibeCoderz
Telegram
All Prompts
Responsive CTA Section with Dual Buttons preview
ctasectiontailwindresponsivelanding pagemarketingweb component

Responsive CTA Section with Dual Buttons

Адаптивный CTA-блок с двумя кнопками на Tailwind CSS. Идеален для лендингов и страниц с ценами, побуждает к действию.

Prompt

<section class="lg:px-8 lg:py-24">
      <div class="mx-auto max-w-4xl text-center">
        <h2 class="text-3xl text-neutral-900 sm:text-4xl lg:text-5xl font-geist tracking-tighter" style="">
          Ready to automate your releases?
        </h2>
        <p class="mx-auto mt-6 max-w-2xl text-lg text-neutral-600 font-geist">
          Join thousands of teams who ship faster and learn quicker with Aventra.
        </p>
        <div class="mt-10 flex items-center justify-center gap-4">
          <button class="flex items-center gap-2 rounded-lg bg-neutral-900 px-8 py-4 text-lg font-semibold text-white shadow-lg transition hover:bg-neutral-800 hover:shadow-xl font-geist">
            
            Start Free Trial
          </button>
          <button class="text-lg font-semibold text-neutral-600 transition hover:text-neutral-900 font-geist">
            Talk to Sales →
          </button>
        </div>
      </div>
    </section>
All Prompts