Footer

Page footer with copyright and navigation links.

With copyright and links

tsx
<Footer
  copyright="© 2026 Lui. All rights reserved."
  links={[
    { label: 'Privacy', href: '#' },
    { label: 'Terms', href: '#' },
    { label: 'Contact', href: '#' },
  ]}
/>

Copyright only

© 2026 Lui.
tsx
<Footer copyright="© 2026 Lui." />