diff --git a/src/pages/About.jsx b/src/pages/About.jsx index 91900e2..0492f22 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -67,6 +67,23 @@ const capabilities = [ 'Disaster recovery planning', ] +const nameMeanings = [ + { + title: 'Queue', + desc: 'Rooted in technology that works - proven, stable, and repeatable. We focus on environments that behave predictably in real production conditions.', + icon: Cpu, + border: 'border-t-primary-blue', + iconWrap: 'bg-sky-50 text-primary-blue', + }, + { + title: 'North', + desc: 'A responsible direction forward - evaluating and adopting new technology carefully, with governance, security, and long-term ownership in mind.', + icon: Compass, + border: 'border-t-teal-500', + iconWrap: 'bg-teal-50 text-teal-600', + } +] + const About = () => { return ( <> @@ -142,14 +159,45 @@ const About = () => { + {/* Name */} +
+
+
+
+

The name

+

Queue North

+

Where Stability Meets Direction

+

+ The name reflects how we approach technology: dependable systems first, then a responsible path forward. +

+
+ +
+ {nameMeanings.map((item) => { + const Icon = item.icon + return ( +
+ + +

{item.title}

+

{item.desc}

+
+ ) + })} +
+
+
+
+ {/* Operating Model */}
-

How we work

+

In practice

- We bridge strategy, deployment, and long-term ownership. + Stability first, then the right path forward.

Many businesses are asked to pick platforms before anyone has mapped the operational reality. Queue North starts with the environment, the people using it, and the support model that has to carry it after launch. @@ -176,42 +224,8 @@ const About = () => {

- {/* Meaning */} -
-
-
-
-

The name

-

- Queue is stability. North is responsible progress. -

-
-
-
- - -

Queue

-

- Proven, repeatable technology that behaves predictably when customers, staff, and operations depend on it. -

-
-
- - -

North

-

- A clear direction forward, with security, governance, supportability, and long-term ownership built into the plan. -

-
-
-
-
-
- {/* Capabilities */} -
+
diff --git a/src/pages/Contact.jsx b/src/pages/Contact.jsx index 88d08be..f8345dd 100644 --- a/src/pages/Contact.jsx +++ b/src/pages/Contact.jsx @@ -329,6 +329,7 @@ const Contact = () => { +