- Task 1: Change "My Skills" H1 → H2 in Skills component
- Task 2: Change "My Experience" H1 → H2 in Experience component
- Task 3: Change "My Projects" H1 → H2 in Projects component
- Task 4: Review H3 company names in Experience component (consider changing to H2 or keeping semantic structure)
- Task 5: Fix duplicate H2 for project names in Projects component (lines 29 and 31)
- Task 6: Extract
AboutContainerfrom Home component →src/components/Home/AboutContainer - Task 7: Extract
SkillComponentfrom Skills component →src/components/Skills/SkillIcon - Task 8: Extract
ProjectCardfrom Projects component →src/components/Projects/ProjectCard - Task 9: Extract
ExperienceCardfrom Experience component →src/components/Experience/ExperienceCard
- Task 10: Review and add
React.memoto components that need optimization - Task 11: Update content: Review and improve text content across all components
- Home component already has the only H1 (main page title) - keep as is ✅
- No separate "about" page found -
AboutContaineris nested in Home component - Some components already use
memo- review for consistency