Skip to content

fix(company): add missing h1 on /company/ page#453

Merged
vvlladd28 merged 1 commit into
mainfrom
fix/company-page-h1
Jun 5, 2026
Merged

fix(company): add missing h1 on /company/ page#453
vvlladd28 merged 1 commit into
mainfrom
fix/company-page-h1

Conversation

@vvlladd28
Copy link
Copy Markdown
Member

Summary

The /company/ page had no <h1> — the page starts with the photo carousel and every section heading was an <h2> ("About Us", "Our history", "Our values", "Meet our team").

This changes the first visible heading About Us from <h2> to <h1> in src/components/Company/AboutSection.astro. No visual change — the styles are bound to the .section-title class, not the tag. Heading hierarchy is now correct: h1 About Us → h2 sections.

@vvlladd28 vvlladd28 merged commit 73cf0bd into main Jun 5, 2026
4 checks passed
@vvlladd28 vvlladd28 deleted the fix/company-page-h1 branch June 5, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant