# Home Banner 2

<figure><img src="/files/eHvjV6Zlw0Wil8HswqrR" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/XGxHL5ZLsRoJIxd0pN8k" alt=""><figcaption></figcaption></figure>

In field **HTML block**:

<figure><img src="/files/RLCPswQmrSLRn8AyEUhr" 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:

```html
<div class="halo-block halo-home-section" id="homeBanner2">
    <div class="container">
        <div class="homeBanner2__block">
            <div class="homeBanner2__slider disable-srollbar">
                <div class="homeBanner2__item home-banner-image">
                    <a href="#" class="homeBanner1__img image-with-overlay" title="Milancelos" aria-label="Milancelos">
                        <img class=" ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/home-bottom-banner-1-cp.jpg" data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/home-bottom-banner-1-cp.jpg" title="Milancelos" alt="Milancelos">
                    </a>
                    <div class="content">
                        <h3><span>#Trend:</span> Milancelos</h3>
                        <p class="text">Pellentesque posuere orci lobortis scelerisque blandit. Donec id tellus lacinia andos tincidunt risus de consequat velit. Quisquemos sodales suscipit tortors...</p>
                        <a class="button button--primary" href="#">Shop Now</a>
                    </div>
                </div>
                <div class="homeBanner2__item home-banner-image">
                    <a href="#" class="homeBanner2__img image-with-overlay" title="Cosmopolis" aria-label="Cosmopolis">
                        <img class=" ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/home-bottom-banner-2-cp.jpg" data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/home-bottom-banner-2-cp.jpg" title="Cosmopolis" alt="Cosmopolis">
                    </a>
                    <div class="content">
                        <h3>#Cosmopolis</h3>
                        <p class="text">Pellentesque posuere orci lobortis scelerisque blandit. Donec id tellus lacinia andos tincidunt risus de consequat velit. Quisquemos sodales suscipit tortors...</p>
                        <a class="button button--primary" href="#">Shop Now</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
```

Or use button below to generate the code with your own banners. Please click the **Copy code** on the popup after you changed all the blocks.

{% embed url="<https://codepen.io/HaloThemes/pen/OJaygEN>" %}

{% hint style="info" %}
Please click the "Run Pen" button to be used
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://halosoft.gitbook.io/bc-beautica-documentation/home-light/home-banner-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
