Move first button
This commit is contained in:
parent
8fb112b3fe
commit
c196ec85b6
|
@ -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>
|
<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 →',
|
||||||
|
url: page.link,
|
||||||
|
} %}
|
||||||
|
|
||||||
<h2>Some things I can help you with</h2>
|
<h2>Some things I can help you with</h2>
|
||||||
|
|
||||||
<ul>
|
<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>
|
<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 →',
|
|
||||||
url: page.link,
|
|
||||||
} %}
|
|
||||||
|
|
||||||
{# Social proof #}
|
{# Social proof #}
|
||||||
|
|
||||||
{% include 'testimonials' with { tag: 'call' } %}
|
{% include 'testimonials' with { tag: 'call' } %}
|
||||||
|
@ -97,7 +97,7 @@ faqs:
|
||||||
} %}
|
} %}
|
||||||
{% block callout_content %}
|
{% block callout_content %}
|
||||||
{% include 'button.html.twig' with {
|
{% 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,
|
url: page.link,
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue