The frontend codebase needs a structural cleanup and refactor:
Define a clear folder structure
Separate UI, layout, logic, and shared components
Remove dead code and duplicated patterns
Improve readability and scalability
This will make the project easier to maintain and faster to iterate on.