<h4>Default</h4>

```js
<MaintenanceScreen />
```

---

<h4>Custom Text</h4>

```js
<MaintenanceScreen
    title={{ text: 'Custom apology text', time: '4 AM ', timeZone: 'GMT' }}
    subTitle="Custom subtitle"
/>
```
