> For the complete documentation index, see [llms.txt](https://nouthemes-2.gitbook.io/auto-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nouthemes-2.gitbook.io/auto-x/home-page/banner-block.md).

# Banner Block

<figure><img src="https://1421856591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp1o7TlRHpEg1kNqn3l4R%2Fuploads%2FQFqa1GHsVLjzsPm53ziR%2Fimage.png?alt=media&amp;token=9af0396f-def9-4499-bccf-d00796b38c19" alt=""><figcaption></figcaption></figure>

To show **Banner Block** on Home page, In the Page Builder -> Go to **Widgets** -> drag and drop **HTML block** into specified sections.

<figure><img src="https://1421856591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp1o7TlRHpEg1kNqn3l4R%2Fuploads%2FMVf8e7lTys0ARBDPl3e1%2Fimage.png?alt=media&amp;token=2e2265d0-c69f-43fd-8a46-b02a88623a6d" alt=""><figcaption></figcaption></figure>

In field **HTML block**:

<figure><img src="https://1421856591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp1o7TlRHpEg1kNqn3l4R%2Fuploads%2FHyWkfy4CrTqt1AdV6x5Q%2Fimage.png?alt=media&amp;token=0171c02e-8108-4d37-b5a6-70ac059fc0ae" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save HTML** and **Publish** to repackage the edited theme.
{% endhint %}

After that, input sample content below:

```
<div class="section-block home-section" id="home-banner-full">
    <div class="container container--full">
        <div class="home-banner-full__container">
            <div class="home-banner-full__img">
                <a href="#" aria-label="New Arrival">
                    <img class="image-pc lazyload" data-src="https://cdn11.bigcommerce.com/s-i3ir1cu8vh/images/stencil/original/image-manager/banner-image-1.jpeg" alt="New Arrival" />
                    <img class="image-mb lazyload" data-src="https://cdn11.bigcommerce.com/s-i3ir1cu8vh/images/stencil/original/image-manager/banner-image-1-mb.jpeg" alt="METROPÓLIS" />
                </a>
            </div>
            <div class="home-banner-full__content">
                <h3 class="home-banner-full__subtitle">NEW ARRIVAL</h3>
                <h4 class="home-banner-full__title">
                    ENGINE <br />
                    MACHINE V224
                </h4>
                <p class="home-banner-full__des">
                    To contribute to positive change and achieve our <br />
                    sustainability goals with many extraordinary
                </p>
                <a class="button button--tertiary" href="#" aria-label="Shop now">Shop now</a>
            </div>
        </div>
    </div>
</div>

```
