feat: presents popular tv shows on landing page

This commit is contained in:
2025-04-27 21:36:45 -05:00
parent 5d257e4404
commit c664e9fbca
4 changed files with 36 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
<div{{ attributes }}>
<a href="{{ path('app_search_result', {
mediaType: "movies",
mediaType: mediaType,
tmdbId: tmdbId
}) }}">
<img src="{{ image }}" class="w-40 rounded-md" />
</a>
<a href="{{ path('app_search_result', {
mediaType: "movies",
mediaType: mediaType,
tmdbId: tmdbId
}) }}">
<h3 class="text-center text-gray-50 max-w-[16ch] text-extrabold">{{ title }}</h3>