> 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/score/layout-customization/home-page-1/about-us-section.md).

# About us section

### 3. About us section

> Row strech: Streach row and content
>
> Extra class(row): skill-section background-image
>
> Column : 2
>
> Choose background image to Design options

![](/files/ftkoXSXuVAHzFJQhoeJ8)

#### **Step: 1**

**Column 1:**

> Open text block
>
> copy the below code and paste

```html
<div class="about-us">
<div class="abt-sec">
<h5>ABOUT US</h5>
<h2 class="section-title">We Make Perfect Solution
in Business</h2>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book

</div>
<div class="abt-exp">
<div class="num">40</div>
<div class="text">Years of Experience</div>
<div class="button"><a class="btn-primary btn" href="#">Read More</a></div>
</div>
</div>
```

![](/files/xGyNhm72n2J74GtU8KQZ)

#### **Step 2:**

**Column 2:**

> Extra class name : rnd-number black-overlay
>
> Set background image to design option .

Open text blog

Copy and paste the below code

`[tf_numbers name="home-page1"]`&#x20;

![](/files/HtqniFggubxWNOIpMMZw)


---

# 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/score/layout-customization/home-page-1/about-us-section.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.
