## Prompt 1 – Accessibility Enhancement for Test Resilience **Objective:** Prepare React components by improving accessibility. --- Analyze the following React component and enhance it to maximize accessibility and E2E test robustness. Focus on the following: 1. **Add appropriate ARIA attributes** to identify the roles, states, and properties of UI elements. 2. **Ensure full keyboard navigation support**, including tab order and focus visibility. 3. **Use semantic HTML elements** instead of generic containers (`