From bc6bc9a787dd95e52c14c89829fb61dad636b5c3 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 25 May 2026 19:40:18 -0500 Subject: [PATCH] logo --- src/components/layout/Footer.jsx | 9 ++------- src/components/layout/Header.jsx | 4 ++-- src/components/layout/MobileNav.jsx | 2 +- src/index.css | 6 ++++++ 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 56dba87..23db9d6 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -48,7 +48,7 @@ const Footer = () => { Queue North Technologies Queue North @@ -145,9 +145,7 @@ const Footer = () => {

Veteran Owned & Operated

-

- Proudly representing service in the United States Marine Corps and United States Air Force. -

+

25+ years supporting business communications and infrastructure.

@@ -164,9 +162,6 @@ const Footer = () => {
-

- 8x8 and Cisco Certified Partner  ·  Veteran Owned & Operated  ·  25+ Years Experience -

© {currentYear} Queue North Technologies. All rights reserved.

diff --git a/src/components/layout/Header.jsx b/src/components/layout/Header.jsx index a51f033..3d4ac5e 100644 --- a/src/components/layout/Header.jsx +++ b/src/components/layout/Header.jsx @@ -56,7 +56,7 @@ const Header = () => { Queue North Technologies Queue North @@ -134,7 +134,7 @@ const Header = () => { {/* Logo */}
- Queue North + Queue North Queue North
diff --git a/src/components/layout/MobileNav.jsx b/src/components/layout/MobileNav.jsx index c323505..dfb6fcc 100644 --- a/src/components/layout/MobileNav.jsx +++ b/src/components/layout/MobileNav.jsx @@ -63,7 +63,7 @@ const MobileNav = () => { Queue North Queue North
diff --git a/src/index.css b/src/index.css index 1ccf022..186e747 100644 --- a/src/index.css +++ b/src/index.css @@ -25,6 +25,12 @@ img { display: block; } +.brand-logo-on-dark { + filter: + drop-shadow(0 1px 0 rgba(255, 255, 255, 0.6)) + drop-shadow(1px 0 0 rgba(255, 255, 255, 0.45)); +} + a { color: #0EA5E9; text-decoration: none;