fix(ui): remove search bar from projects page
📋 Description
Remove the search bar UI element from the Projects page to simplify the interface and improve visual clarity.
🎯 Objective
- Remove only the search bar input field from the Projects page UI
- Maintain existing layout, filters, and project cards
- Ensure no changes to functionality or logic
🧩 Scope of Work
- Remove search bar component from Projects page
- Keep filter tabs (All, LLM, Speech, Vision, Community) unchanged
- Maintain proper spacing and alignment after removal
⚠ ️ Constraints
- Do NOT modify any logic or functionality
- Do NOT remove search-related state or code
- Do NOT change API or data handling
- Only remove UI element
✅ Acceptance Criteria
- Search bar is removed from Projects page
- Filters and project cards remain unaffected
- No UI breakage occurs
- Layout remains clean and aligned
🧪 Testing
- Verify Projects page loads correctly
- Ensure filters work as expected
- Confirm no console errors
- Check layout spacing after removal