Bug: Generic industry card description on Home page #92

Closed
opened 2026-05-17 21:15:32 -05:00 by null · 0 comments
Owner

Problem

In the Industries section of Home.jsx, all 4 industry cards show the exact same generic description:

Industry-specific solutions designed to address your unique challenges and requirements.

This is a hardcoded string that does not use industry.shortDesc from the data file. Every industry card says the same thing.

Fix

Change line ~418 from the hardcoded string to use industry.shortDesc:

From: Industry-specific solutions designed to address your unique challenges and requirements.
To: {industry.shortDesc}

Files

  • src/pages/Home.jsx - line ~418

Severity

Medium - all 4 industry cards show identical copy

## Problem In the Industries section of Home.jsx, all 4 industry cards show the exact same generic description: Industry-specific solutions designed to address your unique challenges and requirements. This is a hardcoded string that does not use industry.shortDesc from the data file. Every industry card says the same thing. ## Fix Change line ~418 from the hardcoded string to use industry.shortDesc: From: Industry-specific solutions designed to address your unique challenges and requirements. To: {industry.shortDesc} ## Files - src/pages/Home.jsx - line ~418 ## Severity Medium - all 4 industry cards show identical copy
null closed this issue 2026-05-17 21:41:22 -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#92
No description provided.