# Under Maintenance

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

**Component path**: `src/blocks/maintenance/UnderMaintenance.tsx`

**Component usage path:**  `src/app/blocks/under-maintenance/page.tsx`

**Preview link:** [**https://www.saasable.io/blocks/maintenance/under-maintenance**](https://www.saasable.io/blocks/maintenance/under-maintenance)

## Props Details

| Prop        | Type     | Description                                 | Displayed as             |
| ----------- | -------- | ------------------------------------------- | ------------------------ |
| **heading** | `string` | Main message or heading for the error page. | `"Oops! Page Not Found"` |
