Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight

This commit is contained in:
Jannis Heydemann
2026-04-30 12:30:54 +02:00
parent 23d5a75891
commit e72f8a4f1f
104 changed files with 8799 additions and 35 deletions

10
src/components/Hero.astro Normal file
View File

@@ -0,0 +1,10 @@
<header class="hero">
<div id="hero-slider" class="hero-slider"></div>
<div class="hero-overlay">
<span class="badge">Neu im Kino</span>
<h1 id="hero-title">Jetzt im Kino</h1>
<p id="hero-text">Erlebe die neuesten Highlights auf der großen Leinwand.</p>
<button class="btn-primary" id="hero-booking-btn">Jetzt Tickets kaufen</button>
<div id="hero-dots" class="hero-dots"></div>
</div>
</header>