From eb76e1fadc996bdb5830708f151a0b2d2b0afcee Mon Sep 17 00:00:00 2001 From: null Date: Sun, 17 May 2026 15:28:12 -0500 Subject: [PATCH] feat(cisco): add Cisco partnership signals across site (batch 0.6.2) --- package.json | 2 +- src/components/layout/Footer.jsx | 2 +- src/data/services.js | 4 ++-- src/pages/Home.jsx | 24 ++++++++++++++++++++++-- src/pages/Services.jsx | 11 ++++++++--- 5 files changed, 34 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 735dde0..58aa916 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.5.4", + "version": "0.5.6", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"", diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 497e6e7..1d1e948 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -124,7 +124,7 @@ const Footer = () => { {/* Bottom */}

- 8x8 Certified Partner | Veteran Owned | 25+ Years Experience + 8x8 and Cisco Certified Partner | Veteran Owned | 25+ Years Experience

diff --git a/src/data/services.js b/src/data/services.js index f5151f4..27a08e5 100644 --- a/src/data/services.js +++ b/src/data/services.js @@ -4,7 +4,7 @@ export const services = [ name: 'Unified Communications', shortDesc: 'Modernize your business communications with seamless integration', homeDesc: 'Stop juggling separate phone, video, and messaging systems. One platform, one bill, zero headaches.', - fullDesc: 'Transform your business communications with our comprehensive Unified Communications solutions. We help you integrate voice, video, messaging, and collaboration tools into a single, intuitive platform that works across all your devices and locations.', + fullDesc: 'Transform your business communications with our comprehensive Unified Communications solutions. We help you integrate voice, video, messaging, and collaboration tools into a single, intuitive platform that works across all your devices and locations. Our solutions include Cisco Webex, Cisco Unified Communications Manager, and 8x8 UCaaS platforms.', icon: 'message-circle', benefits: [ 'Seamless voice, video, and messaging integration', @@ -24,7 +24,7 @@ export const services = [ name: 'Contact Center', shortDesc: 'Deliver exceptional customer experiences with modern contact center solutions', homeDesc: 'Your customers reach a real person faster. Lower wait times, happier callers, better reviews.', - fullDesc: 'Create exceptional customer experiences with our contact center solutions. Our cloud-based platforms help you manage customer interactions across phone, email, chat, and social media channels with powerful analytics and workforce management tools.', + fullDesc: 'Create exceptional customer experiences with our contact center solutions. Our cloud-based platforms help you manage customer interactions across phone, email, chat, and social media channels with powerful analytics and workforce management tools. We support Cisco Webex Contact Center, 8x8 Contact Center, and other leading platforms.', icon: 'users', benefits: [ 'Omnichannel customer interactions', diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 99b6e19..30ae840 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -66,13 +66,17 @@ const Home = () => {

Trusted Partner

-

8x8 Certified Partner with proven expertise

+

8x8 and Cisco Certified Partner with proven expertise

8x8 8x8 Certified Partner
+
+
C
+ Cisco Certified Partner +
V
Veteran Owned @@ -114,6 +118,22 @@ const Home = () => {

+ {/* Cisco Partnership */} +
+
+
+ C +
+
+

Cisco Certified Partner

+

Authorized Reseller & Implementer

+
+
+

+ As a Cisco Certified Partner, we deliver enterprise-grade solutions using Cisco Meraki, Cisco Webex, and Cisco Unified Communications Manager. We help businesses leverage Cisco's industry-leading networking and communications platforms. +

+
+ {/* Veteran Owned */}
@@ -269,7 +289,7 @@ const Home = () => {

Vendor Neutrality

- As an 8x8 Certified Partner, we recommend what works best for you — not what pays the highest commission. We've tested the alternatives so you don't have to. + As an 8x8 and Cisco Certified Partner, we recommend what works best for you — not what pays the highest commission. We've tested the alternatives so you don't have to.

diff --git a/src/pages/Services.jsx b/src/pages/Services.jsx index e3e664a..43adcce 100644 --- a/src/pages/Services.jsx +++ b/src/pages/Services.jsx @@ -1,4 +1,5 @@ import { services } from '@/data/services' +import { MessageCircle, Users, LifeBuoy, GraduationCap, Link as LinkIcon, Wifi, Network } from 'lucide-react' const Services = () => { return ( @@ -19,9 +20,13 @@ const Services = () => {
- - - + {service.icon === 'message-circle' && } + {service.icon === 'users' && } + {service.icon === 'life-buoy' && } + {service.icon === 'graduation-cap' && } + {service.icon === 'link' && } + {service.icon === 'wifi' && } + {service.icon === 'network' && }

{service.name}