Contact.jsx: Self-referencing <a href="/contact"> link on contact page
Support.jsx: Contact Us button uses <a href> instead of <Link to>
Textarea.jsx: className template literal uses regular quotes — custom classes never applied
Badge.jsx: text-foreground is undefined — no foreground color in tailwind config
Home.jsx: industry.href is undefined — Learn more buttons navigate to /industries/undefined
Bug: scope error in server/index.js duplicate email handler
Footer.jsx: All internal navigation links use <a href> instead of <Link to>
About.jsx: CTA button uses <a href="/contact"> instead of <Link to="/contact">
Bug: industry.href undefined in Home.jsx Industries section
Asset filenames with spaces cause URL encoding issues
Contact.jsx: Self-referencing <a href="/contact"> link on contact page
Server: timeoutMiddleware registered after catch-all route — never applies to SPA/404 handlers
Support.jsx: hover:bg-navy-darker is undefined in Tailwind config
Home.jsx: industry.href is undefined — Learn more buttons navigate to /industries/undefined
Badge.jsx: text-foreground is undefined — no foreground color in tailwind config
Textarea.jsx: className template literal uses regular quotes — custom classes never applied
Support.jsx: Contact Us button uses <a href> instead of <Link to>
About.jsx: CTA button uses <a href="/contact"> instead of <Link to="/contact">
Footer.jsx: All internal navigation links use <a href> instead of <Link to>