feat: enhance actor details page with MovieGallery and Carousel components; implement movie conversion helper for improved movie data handling

This commit is contained in:
Norbert Maciaszek
2025-08-18 01:04:59 +02:00
parent cf7ec070fd
commit 3c286e705c
8 changed files with 73 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ export const RecommendedMovies: FC<Props> = ({ movies }) => {
<Carousel
heading="Rekomendowane filmy"
icon={<FaStar />}
iconColor="bg-gradient-to-r from-yellow-500 to-orange-500"
colors="yellow"
>
{movies.results.map((movie) => (
<MovieCard