PageLayout
---
import Hero from 'fulldev-ui/blocks/Hero.astro'
import PageLayout from 'fulldev-ui/layouts/PageLayout.astro'
---
<PageLayout>
<Hero
heading="PageLayout"
text="The PageLayout component is used to wrap the content of a page."
align="center"
frame="viewport"
/>
</PageLayout>