···77import { Example } from '../../../lib/Example'
88import { Basic } from '../../../examples/header-layout/basic'
99import { WithFooter } from '../../../examples/header-layout/with-footer'
1010+import { WithHero } from '../../../examples/header-layout/with-hero'
1011import { Styled } from '../../../examples/header-layout/styled'
11121213<Example src={Styled} noPadding />
···23242425This is a custom component built for page layouts with header, content, and footer slots.
25262626-<PropDocs components={["HeaderLayoutRoot", "HeaderLayoutHeader", "HeaderLayoutPage", "HeaderLayoutFooter"]} />
2727+<PropDocs components={["HeaderLayoutRoot", "HeaderLayoutHeader", "HeaderLayoutPage", "HeaderLayoutFooter", "HeaderLayoutHero"]} />
27282829## Features
2930···3839Add a footer slot to your page layout.
39404041<Example src={WithFooter} noPadding />
4242+4343+### With Hero
4444+4545+Add a hero section with primary color background.
4646+4747+<Example src={WithHero} noPadding />
41484249## Related Components
4350