fix(marketing): button macro safety + placeholder assets + mobile login

- Button macro: variants/sizes use .get() with primary/md fallback (no KeyError),
  add as_button=True parameter for form submit CTAs (forms in B-2.2 signup,
  B-2.7 checkout)
- Header: drop hidden sm:inline-block on Connexion link so login is always
  visible from mobile (avoids UX dead-end before A-2.7 hamburger lands)
- Add placeholder static/images/favicon.svg (brand gradient + 'D')
- Add placeholder 1x1 PNG static/images/og/og-default.png (replaced in A-3.3
  with real 1200x630 branded OG image)
This commit is contained in:
Allison
2026-04-27 17:02:15 -04:00
parent 49bf94576c
commit 89e2fd29d1
5 changed files with 29 additions and 8 deletions

File diff suppressed because one or more lines are too long