# SmallHero3

{% hint style="info" %}
All available props for the SmallHero3 component are defined and handled within **Component usage path** file. This allows for easy modifications to the content of the smallhero section.
{% endhint %}

**Component path**: `src/blocks/small-hero/SmallHero3.tsx`

**Component usage path:**  `src/app/blocks/small-hero/small-hero3/page.tsx`

**Preview link:** [**https://www.saasable.io/blocks/small-hero/small-hero3**](https://www.saasable.io/blocks/small-hero/small-hero3)

## Props Details

| Prop            | Type                                                          | Description                                                                                  | Displayed as                                                |
| --------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| **chip**        | `{ label: ChipProps['label']; link?: LinkProps; }` (Optional) | Displays a badge or label, potentially with a hyperlink.                                     | `{ label: 'New!', link: { href: '/new', passHref: true } }` |
| **headLine**    | `string \| ReactElement`                                      | The main title or heading for the hero section. It can be text or any React component.       | `"Explore Our Latest Collection"`                           |
| **captionLine** | `string` (Optional)                                           | A subheading or additional description displayed below the headline.                         | `"Discover the new range of products we just launched."`    |
| **exploreBtn**  | `ButtonProps` (Optional)                                      | Configuration for an optional button, which can include properties like `href` or `onClick`. | `{ href: '/explore', children: 'Explore Now' }`             |


---

# Agent Instructions: 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://phoenixcoded.gitbook.io/saasable/ui-kit/development/components/smallhero/smallhero3.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.
