Bug: Header desktop nav has no Services/Industries dropdown #109
Labels
No Label
P0 Critical
P1 High
P2 Medium
P3 Low
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
performance
phase-7
phase-8
security
seo
ui
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#109
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Severity
Medium - navigation difference from original site, adds clicks to find specific services