Add schedule component without logic

Zwischenstand
This commit is contained in:
2025-10-28 15:18:11 +01:00
parent 3319eb6361
commit 0cd7c9156f
19 changed files with 100 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
<a routerLink="/zielseite" class="bg-gray-200 m-2 flex flex-col items-center justify-between rounded-md overflow-hidden text-xl shadow-lg transform transition-all duration-300 hover:scale-105">
<div class="bg-gradient-to-r from-indigo-500 to-pink-600 w-full text-center text-white font-medium rounded-t-md py-0.5">
<p>Kino 1</p>
</div>
<h1 class="flex-1 flex items-center justify-center text-black font-bold text-3xl px-2 py-1">
15:30
</h1>
<div class="bg-green-600 w-full text-center text-white font-medium rounded-b-md py-0.5">
<p>Tickets</p>
</div>
</a>