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

# Home Banner 1

<figure><img src="/files/0kWcuscjFF8MxYPt697g" alt=""><figcaption></figcaption></figure>

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

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

In field **HTML block**:

<figure><img src="/files/OatTMADOAHMHQ5vN1qV2" 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="homeBanner1">
    <div class="container">
        <div class="homeBanner1__block">
            <div class="homeBanner1__slider disable-srollbar">
                <div class="homeBanner1__item home-banner-image">
                    <a href="#" class="homeBanner1__img image-with-overlay" title="Lips" aria-label="Lips">
                        <img
                            class="ls-is-cached lazyloaded"
                            src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-top-banner-1.jpg"
                            data-src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-top-banner-1.jpg"
                            title="Lips"
                            alt="Lips"
                        />
                    </a>
                    <span class="text">Lips</span>
                </div>
                <div class="homeBanner1__item home-banner-image">
                    <a href="#" class="homeBanner1__img image-with-overlay" title="Tools" aria-label="Tools">
                        <img
                            class="ls-is-cached lazyloaded"
                            src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-top-banner-2.jpg"
                            data-src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-top-banner-2.jpg"
                            title="Tools"
                            alt="Tools"
                        />
                    </a>
                    <span class="text">Tools</span>
                </div>
                <div class="homeBanner1__item home-banner-image">
                    <a href="#" class="homeBanner1__img image-with-overlay" title="Face" aria-label="Face">
                        <img
                            class="ls-is-cached lazyloaded"
                            src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-top-banner-3.jpg"
                            data-src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-top-banner-3.jpg"
                            title="Face"
                            alt="Face"
                        />
                    </a>
                    <span class="text">Face</span>
                </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/xxQZqqe>" %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-bold/home-banner-1.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.
