Design and build the user's profile page.
- Implement page.tsx in /src/app/[username]/profile/ for dynamic routing.
- Display user’s profile picture, following/followers list, bio, recent activity (currently watching, recent movies), top 10 list, reviews.
- Display user's followed/favorited media, currently watching (tv shows)
- Link profile settings to /src/app/[username]/profile/settings.tsx.
Design and build the user's profile page.