*Build a SaaS Landing Page — chapter 6 of 6.* Close the page.
What you will build#
Accordion FAQ, closing CTA, mega-footer.
Step by step#
example
<footer class="border-t py-12 grid md:grid-cols-4 gap-8 text-sm">
<div>Acme — built with Nakshora.</div>
<div>Product links</div>
<div>Company links</div>
<div>Legal links</div>
</footer>Why it works#
Footers are grids of link lists — utilities make them trivial.
Try it yourself#
- Add newsletter input
- Add social icons
- Legal line
Series navigation#
tutorials/index|All tutorials · tutorials/saas-landing/pricing|← Pricing table
