Internal link button
Button with primary, secondary, primary-clear, and secondary-clear variants. Use the 'func' prop to pass onClick behavior.
Also allows for semantic links when the 'link' prop is defined. External links render an <a> tag that opens an external tab while internal links render a Gatsby <Link> tag.
PROPS: { text, secondary, clear, link, func }