feat: shows popular movies

This commit is contained in:
2025-04-25 16:42:57 -05:00
parent 7270fa2936
commit 0120ddcedd
4 changed files with 18 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<div{{ attributes }}>
<img src="{{ image }}" class="w-40 rounded-md" />
<h3 class="text-center text-gray-50 text-extrabold">{{ title }}</h3>
<h3 class="text-center text-gray-50 max-w-[16ch] text-extrabold">{{ title }}</h3>
</div>