All Prompts
All Prompts

ctafooterdarkconversiontrialbuttons
CTA Footer Section
Секция CTA Footer: финальный призыв к действию с кнопками. Идеально для конверсии посетителей внизу лендинга.
Prompt
<div class="bg-gray-900 py-20 px-6">
<style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); * { font-family: 'Inter', 'Helvetica Neue', sans-serif; }</style>
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-bold text-white mb-6">Ready to Get Started?</h2>
<p class="text-xl text-gray-300 mb-8 max-w-3xl mx-auto">Join thousands of teams already using our platform to build better products faster. Start your free trial today.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4
rounded-lg font-semibold text-lg transition-all duration-200
transform hover:scale-105 shadow-lg hover:shadow-xl">Start Free Trial</button>
<button class="bg-transparent hover:bg-white hover:bg-opacity-10 text-white
px-8 py-4 rounded-lg font-semibold text-lg transition-all
duration-200 border border-gray-600 hover:border-gray-400">Talk to Sales</button>
</div>
<p class="text-gray-400 text-sm mt-6">No credit card required • 14-day free trial • Cancel anytime</p>
</div>
</div>