How to edit button permalink inside function.php using a child theme?

I recommend creating a child theme first so you can update later. Further, you can edit /wp-content/themes/business-one-page/inc/extras.php at line # 149 and replace with below code.

<a class="btn-more" href="#content"><?php echo esc_html( $slider_readmore );?></a>