Non-blocking finding from PR #202 review: the homepage tournament banner's ArrowRight uses transition-transform group-hover:translate-x-0.5 without prefers-reduced-motion gating, unlike the established menu-row-arrow convention (globals.css disables its translateX under reduced motion). Fix: add motion-reduce:transition-none (or motion-safe: variant) to the icon in src/app/page.tsx, matching menu-row-arrow.
Non-blocking finding from PR #202 review: the homepage tournament banner's ArrowRight uses transition-transform group-hover:translate-x-0.5 without prefers-reduced-motion gating, unlike the established menu-row-arrow convention (globals.css disables its translateX under reduced motion). Fix: add motion-reduce:transition-none (or motion-safe: variant) to the icon in src/app/page.tsx, matching menu-row-arrow.