Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
HowItWorks.tsx is one of the most text-dense marketing components (explaining the product step by step). If the step titles/descriptions are inline JSX rather than a typed data array, updating the copy requires touching component logic rather than a simple content list, and it's the highest-value place to start if content extraction or i18n is ever prioritized, since it's static marketing copy rather than dynamic financial data.
Acceptance criteria
Files to touch
frontend/src/components/HowItWorks.tsx
Out of scope
- Implementing actual i18n/translation
- Changing the marketing copy itself
Why this matters
HowItWorks.tsxis one of the most text-dense marketing components (explaining the product step by step). If the step titles/descriptions are inline JSX rather than a typed data array, updating the copy requires touching component logic rather than a simple content list, and it's the highest-value place to start if content extraction or i18n is ever prioritized, since it's static marketing copy rather than dynamic financial data.Acceptance criteria
Files to touch
frontend/src/components/HowItWorks.tsxOut of scope