From 3f624534c43b70e56d1ec7932b02743be696632e Mon Sep 17 00:00:00 2001 From: MadhuTiwari-345 Date: Wed, 4 Feb 2026 22:08:34 +0530 Subject: [PATCH 1/5] style(a11y): improve WCAG accessibility across the website --- src/app/layout.tsx | 2 +- src/app/not-found.tsx | 2 +- src/components/about/AboutValues.tsx | 4 +-- src/components/contact/ContactUs.tsx | 12 +++---- src/components/download/InstallationGuide.tsx | 2 +- src/components/download/PlatformsList.tsx | 4 +-- src/components/download/ZipDownload.tsx | 21 ++++++------ src/components/home/FeaturesSection.tsx | 34 +++++++++++-------- src/components/home/HeroSection.tsx | 11 +++--- src/components/layout/Footer.tsx | 11 +++--- src/components/layout/Layout.tsx | 8 +++-- src/components/layout/Navbar.tsx | 16 ++++----- .../leaderboard/PublicLeaderboard.tsx | 6 ++-- src/components/privacy/PrivacyPolicy.tsx | 12 +++---- src/components/terms/TermsOfService.tsx | 4 +-- src/components/ui/BackToTop.tsx | 2 +- 16 files changed, 82 insertions(+), 69 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6b40957..fa84ee7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -62,7 +62,7 @@ export default function RootLayout({ }) { return ( - + {children} diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 5c9031a..6d14619 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -14,7 +14,7 @@ export default function NotFound() {

Oops! Page Not Found

-

+

The page you're looking for doesn't exist or has been moved.

diff --git a/src/components/about/AboutValues.tsx b/src/components/about/AboutValues.tsx index b5dc7e0..9dc0049 100644 --- a/src/components/about/AboutValues.tsx +++ b/src/components/about/AboutValues.tsx @@ -30,7 +30,7 @@ const AboutValues = () => {

Our Core Values

-

+

The principles that guide everything we do at BrowsePing.

@@ -43,7 +43,7 @@ const AboutValues = () => {

{value.title}

-

+

{value.description}

diff --git a/src/components/contact/ContactUs.tsx b/src/components/contact/ContactUs.tsx index f4184e4..cf85ed3 100644 --- a/src/components/contact/ContactUs.tsx +++ b/src/components/contact/ContactUs.tsx @@ -36,7 +36,7 @@ const ContactUs = () => {

General Inquiries

-

Questions, feedback, and support

+

Questions, feedback, and support

@@ -58,11 +58,11 @@ const ContactUs = () => {
-

Development & Open Source

-

Contributing to the project

+

Contributing to the project

@@ -115,7 +115,7 @@ const ContactUs = () => {

Akash Kumar

-

Main Developer

+

Main Developer

@@ -154,11 +154,11 @@ const ContactUs = () => {
-

GitHub

-

@akash-kumar-dev

+

@akash-kumar-dev

diff --git a/src/components/download/InstallationGuide.tsx b/src/components/download/InstallationGuide.tsx index bd8932a..9fa69e0 100644 --- a/src/components/download/InstallationGuide.tsx +++ b/src/components/download/InstallationGuide.tsx @@ -183,7 +183,7 @@ const InstallationGuide = () => {