Add link in modular menu that goes to another page

I have a site that is using the Big Picture theme. The home page is a modular page but I want to, on top of the links to the modular parts of the page, have links to other pages.

Ie:

  • Home
    • Intro
    • Info 1
    • Info 2
    • Contact
  • OtherPage
    • Stuff
    • MoreStuff

And on the home page it will have the following in the bar:

  • Intro
  • Info 1
  • Info 2
  • Contact
  • OtherPage

I have tried creating a default standard page the redirects to the OtherPage, but that just doesn’t show up. I have tried moving the OtherPage to be a child of Home, but that broke everything so I undid that. I have tried setting onpage_menu: false in the frontmatter of Home and that had no effect.