mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
Moved title, metadata chips, and hero images into new `MediaHeroSection`, `EpisodeHeroSection`, and `SeriesHeroSection` components across Movie, Episode, and Series screens. This change: - Increases hero section height to 40% of the screen. - Adds a vertical gradient overlay to the hero image to improve text legibility. - Layers title and metadata directly over the hero section instead of placing them in the scrollable content body. - Cleans up unused imports and experimental annotations in component files.