Hero section missing image/illustration below text
Increase top padding/spacing in the footer
Remove "Fill Out the Form" button from Contact page
Dropdown menus on Services and Industries nav items are unclickable
Accessibility: Missing aria-labels on interactive elements throughout site
UX: Form submit button shows text change but no loading spinner/animation
Performance: All PNG images are 2+ MB each (unoptimized)
Bug: CSP connect-src 'self' blocks Zoho API calls (when ZOHO_ENABLED=true)
Cleanup: React Query dependency is overkill (only 2 mutations, no queries)
SEO: No HTTP-to-HTTPS redirect or www-to-non-www canonical redirect
Bug: Footer address field is not an address (contains marketing copy)
Cleanup: MobileNav.jsx is dead code (Header has its own mobile menu)
Cleanup: CardDescription.jsx is a duplicate of Card.jsx export
Cleanup: Dialog.jsx is unused (no component imports it)
Cleanup: zustand dependency is unused (never imported)