8 lines
307 B
HTML
8 lines
307 B
HTML
<section class="hero">
|
|
<img :src="images[currentImageIndex]?.url" :alt="images[currentImageIndex]?.alt">
|
|
<div class="hero-content">
|
|
<h1>We Are <br>The Crazy Ones</h1>
|
|
<p class="lead">The ones called crazy are the only ones truly sane in a world gone mad...</p>
|
|
</div>
|
|
</section>
|