platform-codebase/features/landing
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
..
backend refactor(landing): update backend with improved imports and health checks 2025-12-29 05:00:03 -08:00
frontend refactor(landing): migrate motion.* to m.* for LazyMotion 2025-12-29 22:44:53 -08:00
config.yaml feat(config): add centralized platform and feature config system 2025-12-28 20:03:53 -08:00