### LandingPageSectionContent (variant:'default')

```js
<LandingPageSectionContent />
```

### Usage of LandingPageSectionContent

```js
import { LandingPageSection } from '../LandingPageSection';
<LandingPageSection variant="primary">
  <LandingPageSectionContent>Content of a Landing Page Section</LandingPageSectionContent>
</LandingPageSection>;
```
