[UI/UX Design] Redesign Home hero with clear value proposition and first-vault path
Description
src/pages/Home.tsx is the entry surface but does not strongly communicate Disciplr's value proposition (time-locked capital vaults on Stellar that release on validation or redirect on failure). This issue redesigns the hero with a concise value statement and a primary path to /vaults/create.
Requirements and context
- Must be secure, tested, and documented
- Should be efficient and easy to review
- Lead with the staking/accountability value prop and a primary CTA
- Use
Text display/body roles and token spacing rhythm
- Add secondary links to
/dashboard and /vaults
- Ensure the hero reflows cleanly across sm/md/lg
Suggested execution
- Fork the repo and create a branch
git checkout -b feature/home-hero-redesign
- Implement changes
- Update
src/pages/Home.tsx
- Write
src/pages/__tests__/Home.test.tsx
- Document the home content model in README
- Verify heading hierarchy and responsive layout
- Test and commit
- Run tests, cover edge cases
- Include test output and notes
Example commit message
feat: redesign Home hero with value prop and first-vault CTA
Guidelines
- Minimum 95 percent test coverage
- Clear documentation
- Timeframe: 96 hours
[UI/UX Design] Redesign Home hero with clear value proposition and first-vault path
Description
src/pages/Home.tsxis the entry surface but does not strongly communicate Disciplr's value proposition (time-locked capital vaults on Stellar that release on validation or redirect on failure). This issue redesigns the hero with a concise value statement and a primary path to/vaults/create.Requirements and context
Textdisplay/bodyroles and token spacing rhythm/dashboardand/vaultsSuggested execution
git checkout -b feature/home-hero-redesignsrc/pages/Home.tsxsrc/pages/__tests__/Home.test.tsxExample commit message
feat: redesign Home hero with value prop and first-vault CTAGuidelines