> For the complete documentation index, see [llms.txt](https://docs.fastphoenix.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastphoenix.pro/components/mobile-hero.md).

# Mobile Hero

<figure><img src="/files/yix6IZRYYanIfgdtTNsx" alt=""><figcaption></figcaption></figure>

```html
<.mobile_hero
  label="Get The App"
  apple_path="https://example.com"
  google_path="https://example.com"
  image_path="/images/quartz.png"
>
  <:headline>Available On iOS & Android</:headline>
  <:copy>
    Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium quo a, sint doloremque culpa corrupti est corporis dolor facere id laudantium. Tempore deserunt optio nulla cumque quia et, quidem incidunt.
  </:copy>
</.mobile_hero>
```
