corrections
This commit is contained in:
parent
f9b36c198b
commit
6bab4b5c89
|
|
@ -16,7 +16,7 @@ const proofPoints = [
|
|||
detail: 'Networking and communications implementation',
|
||||
logo: '/assets/brand/cisco-partner-logo-white.svg',
|
||||
logoAlt: 'Cisco Partner certification logo',
|
||||
logoClassName: 'h-10 w-10',
|
||||
logoClassName: 'h-6 w-14',
|
||||
},
|
||||
{ label: 'Veteran owned', detail: 'Disciplined delivery and direct accountability', icon: Users, accent: 'text-amber-600', bg: 'bg-amber-50', border: 'border-t-accent-gold' },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ const Contact = () => {
|
|||
|
||||
const trustPoints = [
|
||||
<div key="8x8"><span className="font-numeric">8x8</span> Certified Partner with proven expertise</div>,
|
||||
'Cisco Certified Partner',
|
||||
<div key="veteran"><span className="font-numeric">25+</span> years of experience</div>,
|
||||
'SMB to Enterprise solutions',
|
||||
'No vendor bias — we recommend what fits',
|
||||
|
|
@ -201,7 +202,7 @@ const Contact = () => {
|
|||
<div className="border-t border-white/10" />
|
||||
|
||||
<div>
|
||||
<p className="text-white/50 text-xs uppercase tracking-wider mb-5">Why Queue North</p>
|
||||
<p className="text-white/50 text-xs uppercase tracking-wider mb-5">Why Queue North Technologies</p>
|
||||
<ul className="space-y-4">
|
||||
{trustPoints.map((point, i) => (
|
||||
<li key={i} className="flex items-start gap-3 text-white/80 text-sm leading-relaxed">
|
||||
|
|
|
|||
Loading…
Reference in New Issue