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
8x8 Certified Partner with proven expertise
+8x8 and Cisco Certified Partner with proven expertise
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. +
+- 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 = () => {