Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight
This commit is contained in:
10
src/components/Hero.astro
Normal file
10
src/components/Hero.astro
Normal 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>
|
||||
Reference in New Issue
Block a user