This will create a link in the new secondary nav. Add as many of these as you would like.
Adjust the href’s to the pages you’d like to link to, and the text to the text you’d like the links to show.
<SecondaryDropdown>
<SecondaryDropdownTitle href="/dropdown">Options</SecondaryDropdownTitle>
<SecondaryDropdownItem href="link">Option 1</SecondaryDropdownItem>
<SecondaryDropdownItem href="link">Option 2</SecondaryDropdownItem>
</SecondaryDropdown>