# Pilot Migration — Tasks ## 1. HomePage - [x] Заменить h1 на `` - [x] Заменить p с text-secondary на `` - [x] Заменить p с #888/#aaa на `` - [x] Заменить div-wrapper на `` - [x] Удалить все inline-стили ## 2. SearchBar - [x] Заменить `` на `` - [x] Заменить `
    ` на `` с positioning styles - [x] Заменить loading text на `` - [x] Заменить empty text на `` - [x] Заменить `
  • ` results на `` с flex layout - [x] Заменить hardcoded hex на theme tokens - [x] Заменить JS hover handlers на MUI `sx={{ '&:hover': { bgcolor: 'action.hover' } }}` - [x] Заменить тип "Акция"/"Облигация" на `` ## 3. Verification - [x] `npm run test:frontend` — 23 suites, 111 passed - [x] `npm run lint -w apps/frontend` — чист, 0 warnings - [x] `npm run build:frontend` — проходит - [x] ESLint `no-restricted-imports` не нарушен (использован `@mui/material/Box` deep import)