From e1604ee28f7f2b292d9d33496f4f11eadc31d4b2 Mon Sep 17 00:00:00 2001 From: null Date: Sun, 17 May 2026 22:47:03 -0500 Subject: [PATCH] fix: add aria-labels for accessibility, fix JSX template literal syntax (#101) (batch 10.2) --- src/components/layout/Footer.jsx | 15 +++++++++------ src/components/layout/Header.jsx | 24 ++++++++++++------------ src/components/layout/MobileNav.jsx | 10 +++++++--- src/pages/Contact.jsx | 10 +++++----- src/pages/Home.jsx | 28 ++++++++++++++-------------- src/pages/Support.jsx | 8 ++++---- 6 files changed, 51 insertions(+), 44 deletions(-) diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index bc9f8bf..fc260da 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -56,18 +56,18 @@ const Footer = () => {

{companyInfo.address}

- {companyInfo.email} + {companyInfo.email}
- {companyInfo.phone} + {companyInfo.phone}
- {companyInfo.tollFree} + {companyInfo.tollFree}
- Contact Form + Contact Form
- + Request Consultation
@@ -83,6 +83,7 @@ const Footer = () => { {link.name} @@ -100,6 +101,7 @@ const Footer = () => { {service.name} @@ -117,6 +119,7 @@ const Footer = () => { {industry.name} @@ -134,7 +137,7 @@ const Footer = () => { 8x8 and Cisco Certified Partner | Veteran Owned | 25+ Years Experience

- + LinkedIn
diff --git a/src/components/layout/Header.jsx b/src/components/layout/Header.jsx index 3fba461..f8bce54 100644 --- a/src/components/layout/Header.jsx +++ b/src/components/layout/Header.jsx @@ -52,7 +52,7 @@ const Header = () => {
{/* Logo */}
- + Queue North Technologies {
{/* Desktop Nav */} -