fix: improve Button component and replace HTML

This commit is contained in:
Norbert Maciaszek
2025-08-17 23:21:39 +02:00
parent fd642832c1
commit 4166abeb7d
5 changed files with 81 additions and 35 deletions

View File

@@ -39,7 +39,7 @@ export const RecommendedMovies: FC<Props> = ({ movies }) => {
<FaStar className="text-white" size={20} />
</div>
<h2 className="text-3xl font-bold bg-gradient-to-r from-yellow-400 to-orange-400 bg-clip-text text-transparent">
Podobne filmy
Rekomendowane filmy
</h2>
</div>