import { Helmet } from 'react-helmet-async' import { Link } from 'react-router-dom' const About = () => { return ( <> About Queue North | Veteran-Owned 8x8 Partner — 25+ Years of Service {/* Page Hero */}

About Queue North

We're communications and infrastructure partners who cut through the vendor noise to deliver what actually works for your business.

{/* Company Story */}

Our Story

Founded by military veterans, Queue North Technologies began with a simple mission: help businesses navigate the complex world of communications technology. What started as a small team of communications specialists has grown into a full-service provider for SMB and enterprise organizations across multiple industries.

Our journey began when our founders saw too many businesses paying too much for solutions that didn't fit their actual needs. We believed in a different approach — one focused on understanding your business challenges first, then selecting or integrating the right technologies to solve them.

Today, we continue that mission as an 8x8 Certified Partner, helping organizations modernize their communications, streamline their operations, and focus on what matters most — their customers and their growth.

We continue the mission — bringing the same discipline, reliability, and commitment to every client relationship that we brought to our service.

Queue North Technologies team providing business communications solutions
{/* Our Values */}

Our Values

{[ { title: 'Business First', desc: 'We focus on your business outcomes, not just technology' }, { title: 'Honesty', desc: 'We tell you what you need, not just what we can sell' }, { title: 'Partnership', desc: 'We work with you, not just for you' }, { title: 'Expertise', desc: 'Our team has real, proven experience in your industry' }, { title: 'Reliability', desc: 'When we say we will do something, we do it' }, { title: 'Support', desc: 'Our job doesn\'t end when installation completes' }, ].map((value, index) => (

{value.title}

{value.desc}

))}
{/* Our Expertise */}

Our Expertise

{[ '8x8 Certified Partner', 'VoIP and UCaaS Solutions', 'Contact Center Implementation', 'Network Infrastructure', 'Cloud Migration', 'Vendor-Neutral Consulting', 'Disaster Recovery Planning', '24/7 Support & Monitoring', ].map((expertise, index) => (
{expertise}
))}
{/* CTA */}

Ready to Learn More?

Schedule a free consultation with our communications experts to discuss your needs.

Request Consultation
) } export default About