BlocksFooter

Blocks

Footer

Multi-column footer extracted from the homepage — company/support links, a newsletter signup, and social links.

Composed ofInputButton

Configurator

Usage

<SiteFooter country="United States" />

Props

PropTypeDefaultDescription
countrystring"United States"Shown next to the location pin in the bottom locale row.

The column links, newsletter, and social icons are intentionally not prop-driven — they represent this site's actual footer IA. Edit columnGroups in site-footer.tsx directly if the structure needs to change.

Do's and Don'ts

Do

  • ·Use SiteFooter exactly once per full page, as the very last element.
  • ·Let it span the full page width — it isn't designed to sit inside a constrained content column.

Don't

  • ·Don't try to inject ad-hoc footer content via children or a slot — there isn't one; update the column data in the component instead.
  • ·Don't duplicate the newsletter block elsewhere on a page that already has this footer — Stay In Touch is meant to appear once.