Hi patvandenbosche,
I have helped you update the /templates/ja_impact/acm/features/tmpl/style-3.php file, line 80.
Replace this code:
<a href="<?php echo $helper->get('block-link') ?>" class="demo link-heading btn btn-<?php echo $helper->get('btn-block-type')?> btn-arrow-right btn-action">
With the following code:
<a href="<?php echo $helper->get('btn-block-link') ?>" class="demo link-heading btn btn-<?php echo $helper->get('btn-block-type')?> btn-arrow-right btn-action">