Main landing page for when users first open the website
- Implement page.tsx in /src/app/ (root route).
- Display trending movies/TV shows in a scrollable list format.
- Display new movies/TV shows
- Display trending shorts clips
- Display trending movie/TV show discussions based on user's interests (user is signed in) (?)
- Display recent friend posts/discussions (user is signed in) (?)
- Fetch and display media dynamically (later integrated with backend).
Main landing page for when users first open the website