BlocksNavigationFooter 01

Footer 01

About this block

Footer 01 is a multi-column site footer with a company logo and tagline in the first column, followed by grouped navigation link columns, and social media icon links in the final column. Built with shadcn/ui and Tailwind CSS, it uses a responsive grid that collapses to a stacked layout on mobile. The navigation links, social links, and column headings are all passed as data arrays — no hardcoded links in the JSX. A bottom bar displays copyright text.

When to use it

  • Any multi-page marketing site or SaaS product that needs consistent bottom-of-page navigation
  • Sites with four or more distinct link categories (product, resources, company, legal) that benefit from grouping
  • Products where social media presence is part of the brand and deserves prominent placement
  • Pages where the footer needs to carry SEO-relevant internal links to product and documentation pages

Notes

Include links to Privacy Policy and Terms of Service in a legal column. Footers are one of the highest-value areas for internal linking — use them to link to your most important product pages.

Frequently asked questions

Are the footer links hardcoded?
No, navigation links, social links, and column headings are all passed as data arrays.
Should I include legal links?
Yes, add Privacy Policy and Terms of Service to a legal column — footers are high-value real estate for those links.
Does it collapse on mobile?
Yes, the multi-column grid stacks into a single column layout on smaller screens.