Hi Dean,
Yes I do!
The way I did it was to create my own button class and define it in my theme, then do the following.
Have a text component and in it go to the source of the text editor and type the following :
<div class="{yourclassname}">
<style="{anystylinghereifneeded}"><a href="#/id/{pageidhere}">Buttontextgoeshere</a></div>
To get your page id you need to navigate to the page you want and then copy the ID at the end of the URL thus as in the highlighted picture. You get a button like the one seen in the second image, but your class will determine how it looks.
Example for the one attached :
<div class="next-button">
<style="text-align:center"><a href="#/id/56a241d6d2aff14813c43196">Where to find support ></a></div>
<p style="text-align:center"><em>The University support network</em></p>
Hope that helps! Give me a PM if you need more help.