how to make a button send you to a specific section on a webpage code example
Example: href on a button
<button onclick="window.location.href='/page2'">Continue</button>
<button onclick="window.location.href='/page2'">Continue</button>