ui: the site claimed 25 years of proven reliability, not 25 years of experience

Null's instruction, 2026-09-10. The number itself is confirmed and stays
everywhere it appears. What comes off is the claim wrapped around it in three
places, each of which asserted an outcome over that time rather than experience:

  index.html:12   meta description      "25+ years of proven reliability."
  index.html:15   og:description        "25+ years of proven reliability."
  Home.jsx:97     the home description  "...and networking. 25+ years."

All three now read "25+ years of industry experience", which is what the rest of
the site already said: the home trust chip ("25+ Years Experience"), the About
stat ("Communications and infrastructure experience"), the contact page ("25+
years of experience") and the footer.

Two nearby claims were left alone as different in kind, and are worth a second
look if the intent was broader: Contact.jsx:179 "8x8 Certified Partner with
proven expertise", which is about a partnership rather than a track record, and
About.jsx:83 "technology that works - proven, stable, and repeatable", which is
about the technology rather than the customers.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
null 2026-09-10 06:00:44 -05:00
parent 7feb7174d3
commit 798575576b
2 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0B1B3F" /> <meta name="theme-color" content="#0B1B3F" />
<title>Queue North Technologies | Business Communications & IT Partner</title> <title>Queue North Technologies | Business Communications & IT Partner</title>
<meta name="description" content="Queue North Technologies is a veteran-owned 8x8 Certified Partner providing business phone systems, UCaaS, contact center, IT support, and networking solutions. 25+ years of proven reliability." /> <meta name="description" content="Queue North Technologies is a veteran-owned 8x8 Certified Partner providing business phone systems, UCaaS, contact center, IT support, and networking solutions. 25+ years of industry experience." />
<!-- Open Graph fallback for crawlers that don't execute JavaScript --> <!-- Open Graph fallback for crawlers that don't execute JavaScript -->
<meta property="og:title" content="Queue North Technologies | Business Communications & IT Partner" /> <meta property="og:title" content="Queue North Technologies | Business Communications & IT Partner" />
<meta property="og:description" content="Veteran-owned 8x8 Certified Partner. Business phone, UCaaS, contact center, IT support, and networking solutions. 25+ years of proven reliability." /> <meta property="og:description" content="Veteran-owned 8x8 Certified Partner. Business phone, UCaaS, contact center, IT support, and networking solutions. 25+ years of industry experience." />
<meta property="og:url" content="https://queuenorth.com" /> <meta property="og:url" content="https://queuenorth.com" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:site_name" content="Queue North Technologies" /> <meta property="og:site_name" content="Queue North Technologies" />

View File

@ -94,7 +94,7 @@ const Home = () => {
<> <>
<SEO <SEO
title="Business Phone, UCaaS & IT Services | Queue North" title="Business Phone, UCaaS & IT Services | Queue North"
description="Veteran-owned 8x8 and Cisco Certified Partner delivering business phone systems, UCaaS, contact center, IT support, and networking. 25+ years." description="Veteran-owned 8x8 and Cisco Certified Partner delivering business phone systems, UCaaS, contact center, IT support, and networking. 25+ years of industry experience."
url="https://queuenorth.com" url="https://queuenorth.com"
jsonLd={[organizationLd, websiteLd]} jsonLd={[organizationLd, websiteLd]}
/> />