Move first button

This commit is contained in:
Oliver Davies 2024-02-01 20:39:10 +00:00
parent 8fb112b3fe
commit c196ec85b6

View file

@ -34,6 +34,14 @@ faqs:
<p>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.</p>
{# 1st call to action #}
{% include 'button' with {
position: 'centre',
text: 'Book your call now &rarr;',
url: page.link,
} %}
<h2>Some things I can help you with</h2>
<ul>
@ -52,14 +60,6 @@ faqs:
<p>In this 1-on-1 video call, I can help you answer questions in these areas or any others you may have.</p>
{# 1st call to action #}
{% include 'button' with {
position: 'centre',
text: 'Book your call now &rarr;',
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 ~ ' &rarr;',
text: 'Book your call now for £' ~ page.price|number_format ~ ' &rarr;',
url: page.link,
} %}