> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/mist/layout-customization/home-page/home-banner.md).

# Home Banner

### Home Banner

![](/files/UKKkaSLGGGUyp5yx7B3c)

#### code

```html
<div id="home" class="home-page">
<div class="parallax" id="home-contpara">
<div class="home-content container">
<h1>Smart &#38; Innovative</h1>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<p><a href="loadmore">load more</a></p>
</div>
</div>
</div>
```
