<section class="content-block template-masthead bg-black bg-dark">
<div class="grid-container">
<div class="grid-x container-width-10 container-align-center">
<div class="cell medium-12">
<div class="cell__inner">
<header class="module header align-center">
<p class=" p-tag">About us</p>
<h2>The first brand we amplified? Our own.</h2>
</header>
<div class="module text-editor text-center mt-sm">
<p>Neato isn’t just a company; it’s a way of life. We’re rooted in Vegas, take good times as seriously as our jobs, and amplify the lives of our team members as effectively as we amplify brands.</p>
</div>
<div class="module buttons mt-lg align-center">
<a href="/nto#" class="button button--down js-scroll-down">Scroll down</a>
</div>
</div>
</div>
</div>
</div>
</section>
{{ template("masthead", {
"innerContent": "templates/masthead/context/default.njk",
"class": "bg-dark",
"bg": {
"color": "black"
},
"headers": [
{
"tag": "p",
"class": "p-tag",
"text": "About us"
},
{
"tag": "h2",
"text": "The first brand we amplified? Our own."
}
],
"text": "<p>Neato isn’t just a company; it’s a way of life. We’re rooted in Vegas, take good times as seriously as our jobs, and amplify the lives of our team members as effectively as we amplify brands.</p>",
"buttons": [
{
"label": "Scroll down",
"type": "button--down js-scroll-down",
"url": "#"
}
]
}) }}