diff --git a/source/_pages/call.html.twig b/source/_pages/call.html.twig index f764fba58..3e9720e17 100644 --- a/source/_pages/call.html.twig +++ b/source/_pages/call.html.twig @@ -34,6 +34,14 @@ faqs:
As a professional Software Developer and Consultant with {{ macros.yearsExperience }} years of Drupal and PHP experience, I have a lot of knowledge that I use to help customers and their projects.
+{# 1st call to action #} + +{% include 'button' with { + position: 'centre', + text: 'Book your call now →', + url: page.link, +} %} +In this 1-on-1 video call, I can help you answer questions in these areas or any others you may have.
-{# 1st call to action #} - -{% include 'button' with { - position: 'centre', - text: 'Book your call now →', - url: page.link, -} %} - {# Social proof #} {% include 'testimonials' with { tag: 'call' } %} @@ -97,7 +97,7 @@ faqs: } %} {% block callout_content %} {% include 'button.html.twig' with { - text: 'Book your session now for £' ~ page.price|number_format ~ ' →', + text: 'Book your call now for £' ~ page.price|number_format ~ ' →', url: page.link, } %}