Sections
Footer
Footer
Bottom footers.
Simple Footer
<footer class="border-t py-8 text-center text-muted-foreground"><p>© 2026 Logo Inc. All rights reserved.</p></footer> <footer className="border-t py-8 text-center text-muted-foreground"><p>© 2026 Logo Inc. All rights reserved.</p></footer> 4-Column Footer
<footer class="border-t py-12"><div class="container mx-auto px-4 grid grid-cols-2 md:grid-cols-4 gap-8"><div><h4 class="font-semibold mb-4">Product</h4><ul class="space-y-2 text-sm text-muted-foreground"><li><a href="#">Features</a></li><li><a href="#">Pricing</a></li></ul></div><div><h4 class="font-semibold mb-4">Company</h4><ul class="space-y-2 text-sm text-muted-foreground"><li><a href="#">About</a></li><li><a href="#">Careers</a></li></ul></div><div><h4 class="font-semibold mb-4">Resources</h4><ul class="space-y-2 text-sm text-muted-foreground"><li><a href="#">Blog</a></li><li><a href="#">Docs</a></li></ul></div><div><h4 class="font-semibold mb-4">Legal</h4><ul class="space-y-2 text-sm text-muted-foreground"><li><a href="#">Privacy</a></li><li><a href="#">Terms</a></li></ul></div></div></footer> <footer className="border-t py-12"><div className="container mx-auto px-4 grid grid-cols-2 md:grid-cols-4 gap-8"><div><h4 className="font-semibold mb-4">Product</h4><ul className="space-y-2 text-sm text-muted-foreground"><li><a href="#">Features</a></li><li><a href="#">Pricing</a></li></ul></div><div><h4 className="font-semibold mb-4">Company</h4><ul className="space-y-2 text-sm text-muted-foreground"><li><a href="#">About</a></li><li><a href="#">Careers</a></li></ul></div><div><h4 className="font-semibold mb-4">Resources</h4><ul className="space-y-2 text-sm text-muted-foreground"><li><a href="#">Blog</a></li><li><a href="#">Docs</a></li></ul></div><div><h4 className="font-semibold mb-4">Legal</h4><ul className="space-y-2 text-sm text-muted-foreground"><li><a href="#">Privacy</a></li><li><a href="#">Terms</a></li></ul></div></div></footer> Newsletter Footer
<footer class="border-t py-12"><div class="container mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-6"><div class="max-w-sm"><h3 class="font-bold text-lg">Subscribe to our newsletter</h3><p class="text-sm text-muted-foreground mt-2">Get the latest news directly to your inbox.</p></div><div class="flex w-full max-w-sm gap-2"><input class="flex-1 h-10 px-3 border rounded-md" placeholder="Email" /><button class="bg-primary text-primary-foreground px-4 rounded-md">Subscribe</button></div></div></footer> <footer className="border-t py-12"><div className="container mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-6"><div className="max-w-sm"><h3 className="font-bold text-lg">Subscribe to our newsletter</h3><p className="text-sm text-muted-foreground mt-2">Get the latest news directly to your inbox.</p></div><div className="flex w-full max-w-sm gap-2"><input className="flex-1 h-10 px-3 border rounded-md" placeholder="Email" /><button className="bg-primary text-primary-foreground px-4 rounded-md">Subscribe</button></div></div></footer> Social Footer
<footer class="border-t py-8"><div class="container mx-auto px-4 flex justify-between items-center"><p class="text-sm text-muted-foreground">© 2026 Logo Inc.</p><div class="flex gap-4"><a href="#" class="text-muted-foreground hover:text-foreground">Twitter</a><a href="#" class="text-muted-foreground hover:text-foreground">GitHub</a></div></div></footer> <footer className="border-t py-8"><div className="container mx-auto px-4 flex justify-between items-center"><p className="text-sm text-muted-foreground">© 2026 Logo Inc.</p><div className="flex gap-4"><a href="#" className="text-muted-foreground hover:text-foreground">Twitter</a><a href="#" className="text-muted-foreground hover:text-foreground">GitHub</a></div></div></footer> Large Footer
<footer class="bg-slate-900 text-white py-16"><div class="container mx-auto px-4 text-center"><h2 class="text-3xl font-bold mb-6">Ready to get started?</h2><button class="bg-white text-slate-900 px-8 py-3 rounded-md font-bold">Sign up for free</button><p class="mt-8 text-slate-400 text-sm">© 2026 Logo Inc.</p></div></footer> <footer className="bg-slate-900 text-white py-16"><div className="container mx-auto px-4 text-center"><h2 className="text-3xl font-bold mb-6">Ready to get started?</h2><button className="bg-white text-slate-900 px-8 py-3 rounded-md font-bold">Sign up for free</button><p className="mt-8 text-slate-400 text-sm">© 2026 Logo Inc.</p></div></footer>