Overview
Proper heading hierarchy (h1 → h2 → h3) is important for accessibility and SEO. Audit the current heading structure in the app.
Task
- Check
src/app/page.tsx and src/components/VideoEditor.tsx for heading elements
- Ensure there is exactly one
<h1> (the app name/title)
- Section headings should be
<h2>
- Subsection headings should be
<h3>
Acceptance Criteria
Good first issue — estimated effort: 20 minutes
Overview
Proper heading hierarchy (h1 → h2 → h3) is important for accessibility and SEO. Audit the current heading structure in the app.
Task
src/app/page.tsxandsrc/components/VideoEditor.tsxfor heading elements<h1>(the app name/title)<h2><h3>Acceptance Criteria
<h1>on the pageGood first issue — estimated effort: 20 minutes