> 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/tillage/layout-customization/home-pages/home-page-1.md).

# Home page 1

### Home page 1

![](/files/nNAmCwV0zNmNweAe2wfR)

#### Slider Revolution

> Note : Slider revolution plugin is used here

![](/files/1qhWQXR7mDAfOGS3iGxH)

![](/files/uUCKDB52hRyux0ReeU1N)

![](/files/nLHwGQ7TYorbSbOveOwU)

![](/files/5DNDQEJulMPK1u3USHCA)

![](/files/trgWQDYePuLw597KFC9V)

Add text block and place the code

```html
[rev_slider alias="parallax-slider"][/rev_slider]
```

#### Experience

> Extra class : home-intro-block

Go to row settings and add extra class

![](/files/Z1SwKefgdEi1EnikjPyw)

![](/files/27CUneUgtgy2BjFOuqnG)

* Add text block and edit the below given code

```html
<h5 class="header-icon-title">How our story began</h5>
<h3 class="header-title">50 years of experience</h3>
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

<a class="btn btn-primary btn-lg" href="#">Discover</a>
```

#### Our new product

> Extra class : home-products-block

![](/files/nIae0STO3KXErULJgJD0)

* Add text block and edit the below given code

```html
<div class="title-block">
<h5 class="header-icon-title">Our organic shop</h5>
<h3 class="header-title">Our new products</h3>
</div>
```

#### Tabs

> Note : Woo Product Slider and Carousel with category free plugin is used here

![](/files/XGVsbBbWxBAP5zDJouFt)

![](/files/iMdYX2EQDE5gIZJBzPqX)

Add text block in tabs section and place the code

```html
[products_slider]
```

#### Testimonial

> Extra class : home-parallax-block
>
> Column Extra class : content-block
>
> Note : Testimonial free plugin is used here

![](/files/Tzhze7lGL1nY9mY5LNVw)

![](/files/f6IQCPyHqP6sUB9dsu47)

* Add text block and edit the below given code

```html
<div class="title-block text-center">
<h5 class="header-icon-title">Our customer feedback</h5>
<h3 class="header-title">Testimonials</h3>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna

</div>
[testimonial-free color="#52b3d9" nav="true" pagination="true"]
```

#### Gallery

> Extra class : home-portfolio-block
>
> Column Extra class : content-block
>
> Note : Portfolio free plugin is used here

![](/files/rc6MxePcypEVB5BG9ePt)

* Add text block and edit the below given code

```html
<div class="title-block text-center">
<h5 class="header-icon-title">Our latest portfolio</h5>
<h3 class="header-title">Our Latest Gallery</h3>
</div>
<div class="gallery-portfolio">[tlpportfolio col="3" number="9" orderby="title" order="ASC" cat="36,37,38" layout="isotope"]</div>
```

#### Healthy living

> Extra class : home-feature-block
>
> Column Extra class : content-block

![](/files/XC6J1XWd6AJNYzKBoZ3X)

* Add text block and edit the below given code

```html
<div class="title-block text-center">
<h5 class="header-icon-title">Healthy living</h5>
<h3 class="header-title">We supply farm fresh vegetables and fruits</h3>
<a class="btn btn-tillage" href="#">See all products</a>

</div>
```

#### Services

> Extra class : home-aboutus-block

![](/files/V9zfbVTB9L4lgc8lJygT)

* Add single image and text block

![](/files/qDyQcGW4VwqTIKu8tGXQ)

#### Special offer

> Extra class : home-featured-product-block

![](/files/ZlBNB4D8MrLIV4IoXW25)

* Add text block

```html
<div class="tp-featured-product">
<h3 class="header-title">Summer special offer</h3>
[product_page id="1643"]

</div>
```

> Note : product\_page id="(can be changed according to your need)"

#### Vegetables

> Extra class : home-faq-block

![](/files/FSAeIaPUoIN8AHZ0BSHh)

* Add Accordion and single image

![](/files/oB9g9opKAaA1g36dra8H)

Add text block in accordion section and write the content

![](/files/r5qfI9rHTyZzU9Y1RaN9)

![](/files/pwcIPAQyTmwEZXQwFf2w)

#### Newsletter

> Extra class : home-newsletter-block
>
> Note : Newsletter plugin is used here

![](/files/RUhY08bfpIFvuPm9YZDd)

* Add text block and single image

Add this code in text block

```html
[newsletter_form type="minimal"]
```

#### Latest News

> Extra class : home-latestpost-block
>
> Note : WP Latest Posts plugin is used here

![](/files/DSRQjE1yVTBKbuxV1Ovm)

* Add text block and write the code

```html
[frontpage_news widget="1670" name="Latest news"]
```

![](/files/nLHamcOkPZ5hwOmGCOUw)


---

# 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, and the optional `goal` query parameter:

```
GET https://wpdocs.themeparrot.com/wordpress-themes/tillage/layout-customization/home-pages/home-page-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
