footer
Newsletter CTA Footer
Live Preview
<footer class="py-16 w-full">
<div class="max-w-5xl mx-auto px-6 text-center">
<h2 class="text-3xl font-bold text-white mb-4">Never miss an update.</h2>
<p class="text-slate-400 mb-8">Join 10,000+ developers receiving our monthly digest.</p>
<div class="max-w-md mx-auto flex gap-2">
<input type="email" placeholder="email@address.com"
class="flex-1 bg-slate-800 border-none rounded-lg px-4 text-white outline-none focus:ring-2 focus:ring-indigo-500/50">
<button
class="bg-white text-slate-950 px-6 py-3 rounded-lg font-bold hover:bg-slate-100 active:scale-95 transition-all">Sign
Up</button>
</div>
</div>
</footer>