feat: add 8x8 certification details to homepage trust card (batch 8.6, issue #83)

This commit is contained in:
null 2026-05-17 20:54:16 -05:00
parent 123329b03e
commit 2f58e93c43
1 changed files with 11 additions and 3 deletions

View File

@ -200,12 +200,20 @@ const Home = () => {
</div>
<div>
<h3 className="text-lg font-semibold text-primary-navy">8x8 Certified Partner</h3>
<p className="text-sm text-soft-text">Official 8x8 Certification #25432</p>
<p className="text-sm text-soft-text">Certification #25432</p>
</div>
</div>
<p className="text-sm text-soft-text leading-relaxed">
As an 8x8 Certified Partner, we meet rigorous standards for UCaaS and contact center solutions. We're authorized to deploy, manage, and support 8x8's enterprise-grade platform.
<p className="text-sm text-soft-text leading-relaxed mb-4">
Queue North holds 8x8 Sales, Sales Engineer, Build, Deployment, and Support Certifications enabling full lifecycle delivery.
</p>
<div className="flex flex-wrap gap-2">
{['Sales', 'Sales Engineer', 'Build', 'Deployment', 'Support'].map((cert) => (
<span key={cert} className="inline-flex items-center gap-1.5 px-3 py-1.5 bg-teal-50 text-teal-700 text-xs font-medium rounded-md border border-teal-100">
<span className="w-1.5 h-1.5 rounded-full bg-teal-500" />
{cert}
</span>
))}
</div>
</div>
{/* Cisco Partnership */}