From 4fe31ed9b683641f349c1e121d7f8363efd9b0b7 Mon Sep 17 00:00:00 2001 From: null Date: Sun, 17 May 2026 20:44:18 -0500 Subject: [PATCH] fix: correct contact info and remove unverified location claims (batch 8.9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Phone: (906) 482-6616 → (321) 730-8020 direct, (888) 656-2850 toll-free - Add toll-free number to Footer and Contact page - Add LinkedIn link to footer - Add 8x8 trademark disclaimer to footer legal section - Fix JSON-LD phone numbers in Home.jsx - Add support phone to Support page - Strip all Houghton, MI and Upper Peninsula location references from meta tags, JSON-LD, and fallback descriptions (not present on original site, unverified) - Change JSON-LD areaServed from Houghton/UP to United States - Update Support.jsx Zoho Desk link placeholder --- src/components/layout/Footer.jsx | 26 ++++++++++++++++++++++---- src/pages/About.jsx | 4 ++-- src/pages/Contact.jsx | 15 +++++++++++---- src/pages/Home.jsx | 23 +++++++---------------- src/pages/Industries.jsx | 2 +- src/pages/IndustryDetail.jsx | 2 +- src/pages/ServiceDetail.jsx | 4 ++-- src/pages/Services.jsx | 2 +- src/pages/Support.jsx | 4 ++-- 9 files changed, 49 insertions(+), 33 deletions(-) diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 0fec723..4432de1 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -8,7 +8,8 @@ const Footer = () => { tagline: 'Modern communications infrastructure without the vendor noise.', address: 'Your trusted partner in UCaaS, Contact Center, and infrastructure solutions.', email: 'info@queuenorth.com', - phone: '(906) 482-6616', + phone: '(321) 730-8020', + tollFree: '(888) 656-2850', } const quickLinks = [ @@ -60,6 +61,9 @@ const Footer = () => {
{companyInfo.phone}
+
+ {companyInfo.tollFree} +
Contact Form
@@ -124,9 +128,23 @@ const Footer = () => { {/* Bottom */}
-

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

+
+
+

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

+ +
+
+

+ 8x8® is a registered trademark of 8x8, Inc. Queue North Technologies is an independent certified partner and is not owned or operated by 8x8, Inc. +

+
+
diff --git a/src/pages/About.jsx b/src/pages/About.jsx index b7a5ddd..312140e 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -6,9 +6,9 @@ const About = () => { <> About Queue North | Veteran-Owned 8x8 Partner — 25+ Years of Service - + - + diff --git a/src/pages/Contact.jsx b/src/pages/Contact.jsx index 3769584..2c73201 100644 --- a/src/pages/Contact.jsx +++ b/src/pages/Contact.jsx @@ -105,9 +105,9 @@ const Contact = () => { <> Contact Queue North | Schedule a Consultation - + - + @@ -126,7 +126,13 @@ const Contact = () => { - (906) 482-6616 + (321) 730-8020 + +
+ + + + (888) 656-2850
@@ -162,7 +168,8 @@ const Contact = () => {

Phone

-

(906) 482-6616

+

(321) 730-8020

+

(888) 656-2850 - Toll Free

Contact Us

diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 252acf4..5e5136a 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -23,16 +23,14 @@ const Home = () => { name: 'Queue North Technologies', url: 'https://queuenorth.com', logo: 'https://queuenorth.com/logo.svg', - description: 'Business communications and IT partner — Houghton, MI. 8x8 Certified Partner, Veteran Owned, 25+ years of service.', + description: 'Business communications and IT partner. 8x8 Certified Partner, Veteran Owned, 25+ years of service.', address: { '@type': 'PostalAddress', - addressLocality: 'Houghton', - addressRegion: 'MI', addressCountry: 'US', }, contactPoint: { '@type': 'ContactPoint', - telephone: '+1-906-482-6616', + telephone: '+1-321-730-8020', contactType: 'customer service', areaServed: 'US', }, @@ -46,19 +44,12 @@ const Home = () => { name: 'Queue North Technologies', image: 'https://queuenorth.com/logo.svg', url: 'https://queuenorth.com', - telephone: '+1-906-482-6616', + telephone: '+1-321-730-8020', email: 'info@queuenorth.com', address: { '@type': 'PostalAddress', - streetAddress: 'Houghton', - addressLocality: 'Houghton', - addressRegion: 'MI', addressCountry: 'US', }, - areaServed: { - '@type': 'Place', - name: 'Upper Peninsula, Michigan', - }, priceRange: '$$', openingHoursSpecification: { '@type': 'OpeningHoursSpecification', @@ -71,10 +62,10 @@ const Home = () => { return ( <> - Queue North Technologies | Business Communications & IT Partner — Houghton, MI - - - + Queue North Technologies | Business Communications & IT Partner + + + diff --git a/src/pages/Industries.jsx b/src/pages/Industries.jsx index c770a23..42d4ad9 100644 --- a/src/pages/Industries.jsx +++ b/src/pages/Industries.jsx @@ -7,7 +7,7 @@ const Industries = () => { <> Industries We Serve | Queue North Technologies - + diff --git a/src/pages/IndustryDetail.jsx b/src/pages/IndustryDetail.jsx index 3a8bd1a..42454de 100644 --- a/src/pages/IndustryDetail.jsx +++ b/src/pages/IndustryDetail.jsx @@ -29,7 +29,7 @@ const IndustryDetail = () => { } const industryTitle = `${industry.name} | Queue North Technologies` - const industryDesc = industry.shortDesc || `Learn about Queue North Technologies solutions for the ${industry.name} industry in Houghton, MI and the Upper Peninsula.` + const industryDesc = industry.shortDesc || `Learn about Queue North Technologies solutions for the ${industry.name} industry.` const industryUrl = `https://queuenorth.com/industries/${industry.id}` return ( diff --git a/src/pages/ServiceDetail.jsx b/src/pages/ServiceDetail.jsx index c94ae42..8765901 100644 --- a/src/pages/ServiceDetail.jsx +++ b/src/pages/ServiceDetail.jsx @@ -29,7 +29,7 @@ const ServiceDetail = () => { } const serviceTitle = `${service.name} | Queue North Technologies` - const serviceDesc = service.shortDesc || `Learn about ${service.name} from Queue North Technologies — serving Houghton, MI and the Upper Peninsula.` + const serviceDesc = service.shortDesc || `Learn about ${service.name} from Queue North Technologies.` const serviceUrl = `https://queuenorth.com/services/${service.id}` const serviceDetailLd = { @@ -44,7 +44,7 @@ const ServiceDetail = () => { }, areaServed: { '@type': 'Place', - name: 'Houghton, MI / Upper Peninsula', + name: 'United States', }, } diff --git a/src/pages/Services.jsx b/src/pages/Services.jsx index ef8d09d..d2a8c26 100644 --- a/src/pages/Services.jsx +++ b/src/pages/Services.jsx @@ -14,7 +14,7 @@ const serviceLd = { }, areaServed: { '@type': 'Place', - name: 'Houghton, MI / Upper Peninsula', + name: 'United States', }, } diff --git a/src/pages/Support.jsx b/src/pages/Support.jsx index f8bc2a0..e5cf08b 100644 --- a/src/pages/Support.jsx +++ b/src/pages/Support.jsx @@ -129,7 +129,7 @@ const Support = () => { -

(906) 482-6616

+

(321) 730-8020

@@ -175,7 +175,7 @@ const Support = () => {

Phone

-

(906) 482-6616

+

(321) 730-8020

Support Hours