> 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/pages/about.md).

# About

### About

#### About us 1

#### Experience

> Extra class : home-intro-block

![](/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>
```

#### 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>
```

#### Team

> Extra class : home-farmer-team
>
> Note : Team plugin is used here

![](/files/7fGGHiXCbXrXT64xaKTf)

* Add text block

```html
[tlpteam col="3" member="3" order="ASC" layout="1"]
```

#### Testimonial

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

![](/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"]
```

#### About us 2

#### Experience

> Extra class : about-us2-our-farm-block
>
> Note : Random numbers plugin is used here

![](/files/itGwQupMXjXqAUtykh9s)

* Add single image and text block

```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.
<h2 class="tp-farmer-name">Saman sahar</h2>
<h6 class="tp-farmer-designation">Founder &amp; CEO</h6>
<div class="about-our-project-count">[tf_numbers name="numbers-counter-type-1"]</div>
```

#### About tillage

> Extra class : home2-intro-block

![](/files/NSO9fmKFrtkFzZoRWlvZ)

* Add single image and tour

![](/files/XpVCqk9LMoD7PCmVcg2c)

Add text block in tour section and write the content in text block.


---

# 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/pages/about.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.
