
## Feature Examples


### Structure
- description: The component consists of `outline`, `title`, `subtitle`, `content` and `actions` areas.
        Each area is optional and highly customizable.
- example: 
```jsx 

```

### Size
- description: Adjust the size of the content with `size` prop. It supports two sizes: <br/>
        &emsp;- `large` (default) - use it in larger screens sizes.<br/>
        &emsp;- `medium` - use it in smaller screen sizes.<br/>
        <br/>
        Read more about screen sizes in
        <a href="https://www.wix-pages.com/wix-design-system-employees/?path=/story/components-api-components--marketingpagelayout">`<MarketingPageLayout/>`</a>.
- example: 
```jsx 

```




    


## Common Use Case Examples


### Bulleted list
- description: This component is highly customizable and supports complex layouts.
        This example shows how to add a bulleted list to the content area and a footnote to the actions area.
- example: 
```jsx 

```

### Marketing page
- description: `<MarketingPageLayoutContent/>` should be used as a building part of a marketing page.
- example: 
```jsx 

```


