Duplicate Trusted Partner sections on Home page #173

Closed
opened 2026-05-18 09:25:28 -05:00 by null · 0 comments
Owner

Bug

The Home page has two nearly identical partner/trust sections back to back:

  1. Trust Bar (light bg bg-section-alt) — heading "Trusted Partner" with 8x8 Certified Partner, Cisco Certified Partner, Veteran Owned
  2. Trust Bar - Partner Certifications (dark bg bg-primary-navy) — heading "Trusted Partners" with the same 8x8, Cisco, Veteran Owned

These should be consolidated into one section. The dark navy version with bg-primary-navy is the stronger visual — recommend keeping that one and removing the lighter duplicate.

Location

src/pages/Home.jsx — two sections right after the hero:

  • Line ~90: {/* Trust Bar */} with bg-section-alt
  • Line ~105: {/* Trust Bar - Partner Certifications */} with bg-primary-navy

Fix

Remove the first Trust Bar section (light bg). Keep the dark navy one. Or merge into a single stronger section.

## Bug The Home page has two nearly identical partner/trust sections back to back: 1. **Trust Bar** (light bg `bg-section-alt`) — heading "Trusted Partner" with 8x8 Certified Partner, Cisco Certified Partner, Veteran Owned 2. **Trust Bar - Partner Certifications** (dark bg `bg-primary-navy`) — heading "Trusted Partners" with the same 8x8, Cisco, Veteran Owned These should be consolidated into one section. The dark navy version with `bg-primary-navy` is the stronger visual — recommend keeping that one and removing the lighter duplicate. ## Location `src/pages/Home.jsx` — two sections right after the hero: - Line ~90: `{/* Trust Bar */}` with `bg-section-alt` - Line ~105: `{/* Trust Bar - Partner Certifications */}` with `bg-primary-navy` ## Fix Remove the first Trust Bar section (light bg). Keep the dark navy one. Or merge into a single stronger section.
null added the
P2 Medium
bug
frontend
labels 2026-05-18 09:30:04 -05:00
null closed this issue 2026-05-18 09:44:53 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#173
No description provided.