Skip to content

[Good First Issue] Fix heading hierarchy in the main page #69

Description

@magic-peach

Overview

Proper heading hierarchy (h1 → h2 → h3) is important for accessibility and SEO. Audit the current heading structure in the app.

Task

  1. Check src/app/page.tsx and src/components/VideoEditor.tsx for heading elements
  2. Ensure there is exactly one <h1> (the app name/title)
  3. Section headings should be <h2>
  4. Subsection headings should be <h3>

Acceptance Criteria

  • One <h1> on the page
  • Logical heading hierarchy maintained
  • No heading levels skipped

Good first issue — estimated effort: 20 minutes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions