Bug: Header desktop nav has no Services/Industries dropdown #109

Closed
opened 2026-05-17 21:18:46 -05:00 by null · 0 comments
Owner

Problem

The desktop header shows Services and Industries as flat navigation links that go directly to /services and /industries listing pages. On the original queuenorth.com site, these are dropdown menus that show sub-links to each service and industry.

The mobile menu (Sheet) correctly shows the sub-links under Services and Industries headings. But on desktop, users must click through to the listing page and then find the specific service they want.

The serviceLinks and industryLinks arrays are defined in Header.jsx but only used in the mobile menu.

Fix

Add hover/click dropdown menus for Services and Industries on desktop, using the already-defined serviceLinks and industryLinks arrays.

Could use Radix Popover or a simple CSS hover dropdown.

Files

  • src/components/layout/Header.jsx - add dropdown logic to desktop nav

Severity

Medium - navigation difference from original site, adds clicks to find specific services

## Problem The desktop header shows Services and Industries as flat navigation links that go directly to /services and /industries listing pages. On the original queuenorth.com site, these are dropdown menus that show sub-links to each service and industry. The mobile menu (Sheet) correctly shows the sub-links under Services and Industries headings. But on desktop, users must click through to the listing page and then find the specific service they want. The serviceLinks and industryLinks arrays are defined in Header.jsx but only used in the mobile menu. ## Fix Add hover/click dropdown menus for Services and Industries on desktop, using the already-defined serviceLinks and industryLinks arrays. Could use Radix Popover or a simple CSS hover dropdown. ## Files - src/components/layout/Header.jsx - add dropdown logic to desktop nav ## Severity Medium - navigation difference from original site, adds clicks to find specific services
null closed this issue 2026-05-17 21:45:09 -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#109
No description provided.