> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/splash/pages/home-6/home-6-promo-module.md).

# Home-6 Promo Module

### 44. Home-6 Promo Module

> Module position: tp-feature
>
> Module suffix: Not used

![](/files/6gBmBP4FLjxsFFl5hsL0)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as Custom Html** with the settings below:

#### Step-1

![](/files/VUbnWOA2VeqOlBFYuKpj)

#### Step-2

![](/files/HmQMaj5vGDdQM33aMIEi)

Add the below code in your custom html module

```html
<div class="container">
    <div class="col-md-9">
        <p>The fastest way to grow your business with the leader in Technology.</p>
    </div>
    <div class="col-md-3"><a href="#" class="btn btn-large">Purchase Now!</a>
    </div>
</div>
```

#### Step-3

![](/files/XamiR5le3MdLor3x20it)
