To have your Secondary Navigation appear as a Section on your page place the code from Step 2 into a code block (rather than in your Site Header Injection) in an otherwise empty section. Set the data-desktop-position attribute to ‘section’
<SecondaryNav
data-desktop-position="section"
>
... Your Nav Items Here
</SecondaryNav>