**Issue:** No automated tests exist for components **Action:** - Set up Jest config in `package.json` - Add `.test.tsx` files in `__tests__` folder - Cover buttons, links, and core logic ✅ Expected: CI/CD can catch regressions @Shachindra