---
title: Hero
---

import Hero from '@theme/Hero';

A big container for calling extra attention to some special content.

Using:

```jsx
import Hero from '@theme/Hero';
<Hero 
      title="Title" 
      content="Description."
      buttonText="Call to action"
      buttonLink="https://finboot.com"
    />
```

Renders:

<Hero 
      title="Title" 
      content="Description."
      buttonText="Call to action"
      buttonLink="https://finboot.com"
    />