Footer Mobile App Dark
This carefully crafted Footer component is perfect for Mobile App landing pages, featuring a Dark design that looks great and converts well.
Simply copy the code with the "Copy" button, paste it into your project and customize the colors, text and images to match your brand.
<!--
@type: Footer
@industry: Mobile App
@style: Dark
@category: Page Section, Navigation, Contact
@framework: Tailwind
@license: Free
-->
<footer class="bg-zinc-950 pt-24 pb-12 px-6 border-t border-zinc-900">
<div class="max-w-7xl mx-auto flex flex-col items-center">
<div class="flex flex-col items-center text-center mb-12">
<div class="w-12 h-12 bg-lime-400 rounded-2xl flex items-center justify-center mb-6 shadow-lg shadow-lime-500/20">
<div class="w-6 h-6 bg-zinc-950 rounded-md rotate-45"></div>
</div>
<h2 class="text-white text-2xl font-bold tracking-tight mb-4">LUMINA</h2>
<p class="text-zinc-500 max-w-sm text-sm leading-relaxed">
Building the infrastructure for the next generation of digital creators and mobile-first teams.
</p>
</div>
<div class="grid grid-cols-2 md:flex md:items-center gap-x-12 gap-y-6 mb-16">
<a href="#" class="text-zinc-400 hover:text-lime-400 text-sm font-medium transition-colors">Product</a>
<a href="#" class="text-zinc-400 hover:text-lime-400 text-sm font-medium transition-colors">Changelog</a>
<a href="#" class="text-zinc-400 hover:text-lime-400 text-sm font-medium transition-colors">Privacy</a>
<a href="#" class="text-zinc-400 hover:text-lime-400 text-sm font-medium transition-colors">Terms</a>
<a href="#" class="text-zinc-400 hover:text-lime-400 text-sm font-medium transition-colors">Contact</a>
</div>
<div class="flex items-center gap-6 mb-12">
<a href="#"
class="w-10 h-10 flex items-center justify-center rounded-full bg-zinc-900 border border-zinc-800 text-zinc-400 hover:text-lime-400 hover:border-lime-400/50 transition-all">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
</svg>
</a>
<a href="#"
class="w-10 h-10 flex items-center justify-center rounded-full bg-zinc-900 border border-zinc-800 text-zinc-400 hover:text-lime-400 hover:border-lime-400/50 transition-all">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</a>
</div>
<div class="w-full pt-8 border-t border-zinc-900 flex flex-col md:flex-row items-center justify-between gap-4">
<p class="text-zinc-600 text-xs">
© 2026 Lumina Technologies Inc. All rights reserved.
</p>
<form class="flex gap-2 w-full max-w-xs">
<input type="email" placeholder="Updates in your inbox"
class="w-full bg-zinc-900 border border-zinc-800 rounded-lg px-3 py-2 text-xs text-white focus:outline-none focus:border-lime-400 transition-colors">
<button
class="bg-zinc-800 hover:bg-zinc-700 text-white px-4 py-2 rounded-lg text-xs font-bold transition-colors">Join</button>
</form>
</div>
</div>
</footer>
This is a Pro component
Access the full component collection
Get all premium components and focus on building your business
Unlock for $49
(one-time payment)Early bird discount. Lock in this price forever
Premium components
Get access to all pro components. New ones added monthly
Save components
Save your favorite components to your account
Unlimited usage
Use components as often as you want
Landing page submissions
Get your landing pages featured on LandingGo and earn a
strong backlink
21 DR dofollow backlink from the main page