platform-codebase/features/landing/frontend
Quinn Ftw 241cce2ea6 refactor(landing): migrate motion.* to m.* for LazyMotion
Run codemod to convert 40 files from motion.div to m.div components.
This enables proper deferred feature loading with LazyMotion.

- All motion.* JSX → m.* (div, button, section, header, footer, etc.)
- All imports: { motion } → { m }
- MotionProvider now uses LazyMotion with domAnimation features

Bundle impact: framer-motion vendor 338KB → 296KB (-42KB)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 22:44:53 -08:00
..
e2e feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00
public
scripts perf(landing): aggressive bundle splitting and lazy loading 2025-12-29 22:41:22 -08:00
src refactor(landing): migrate motion.* to m.* for LazyMotion 2025-12-29 22:44:53 -08:00
debug-screenshot.png
header-check.png
index.html
package.json perf(landing): aggressive bundle splitting and lazy loading 2025-12-29 22:41:22 -08:00
playwright.config.ts
tsconfig.json feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
vite.config.ts perf(landing): aggressive bundle splitting and lazy loading 2025-12-29 22:41:22 -08:00