From b284e434bf2c9b241ebd4773984bde30ff50c669 Mon Sep 17 00:00:00 2001 From: Gyan Ranjan Panda Date: Sun, 8 Feb 2026 00:20:21 +0530 Subject: [PATCH] fix: convert section H1 tags to H2 for proper heading hierarchy Fixes #227 - Changed 'AboutCode Projects Overview' from H1 to H2 - Changed 'Supporters' from H1 to H2 - Ensures single H1 per page for WCAG 2.1 compliance - Improves SEO by eliminating multiple H1 tags Signed-off-by: Gyan Ranjan Panda --- website/src/components/HomepageContent/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/HomepageContent/index.js b/website/src/components/HomepageContent/index.js index ff14238..0bf4b62 100644 --- a/website/src/components/HomepageContent/index.js +++ b/website/src/components/HomepageContent/index.js @@ -29,7 +29,7 @@ export default function HomepageContent() { className={styles.sectionHeader} style={{ marginBottom: '15px', marginTop: '15px' }} > -

AboutCode Projects Overview

+

AboutCode Projects Overview

@@ -44,7 +44,7 @@ export default function HomepageContent() { className={styles.sectionHeader} style={{ marginBottom: '15px', marginTop: '30px' }} > -

Supporters

+

Supporters