10 lines
340 B
HTML
10 lines
340 B
HTML
<section class="hero">
|
|
<div class="search-bar-container" id="search"></div>
|
|
|
|
<h1 class="" data-pagefind-meta="title">{{T "hero.heading"}}</h1>
|
|
<p class="" data-pagefind-meta="description">{{T "hero.description"}}</p>
|
|
<button class="story-btn" id="createStoryBtn">
|
|
{{T "submitButtonLabelText"}}
|
|
</button>
|
|
</section>
|