diff --git a/source/_includes/button.html.twig b/source/_includes/button.html.twig index 1469860a7..850a51160 100644 --- a/source/_includes/button.html.twig +++ b/source/_includes/button.html.twig @@ -1,5 +1,13 @@
diff --git a/source/_pages/call.html.twig b/source/_pages/call.html.twig index 0bdcc0013..9e36e9b48 100644 --- a/source/_pages/call.html.twig +++ b/source/_pages/call.html.twig @@ -37,9 +37,10 @@ faqs: {# 1st call to action #} {% include 'button' with { - position: 'centre', - text: 'Book your call now →', - url: page.link, + position: 'centre', + text: 'Book your call now', + url: page.link, + withArrow: true, } %}In this 1-on-1 video call, I can help you answer questions in these areas or any others you may have.
{% include 'button' with { - position: 'centre', - text: 'Book your call now →', - url: page.link, + position: 'centre', + text: 'Book your call now', + url: page.link, + withArrow: true, } %} {# Social proof #} @@ -103,8 +105,9 @@ faqs: } %} {% block callout_content %} {% include 'button.html.twig' with { - text: 'Book your call now for £' ~ page.price|number_format ~ ' →', - url: page.link, + text: 'Book your call now for £' ~ page.price|number_format ~ '', + url: page.link, + withArrow: true, } %}You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.
diff --git a/source/_pages/drupal-upgrade.md b/source/_pages/drupal-upgrade.md index 7f4f2bb42..271bb0167 100644 --- a/source/_pages/drupal-upgrade.md +++ b/source/_pages/drupal-upgrade.md @@ -37,8 +37,9 @@ An upgrade roadmap is a personalised audit of your Drupal website and includes d {# 1st call to action #} {% include 'button.html.twig' with { - text: page.button.text ~ ' →', + text: page.button.text ~ ' ', url: page.button.url, + withArrow: true, } %} ## How does it work? @@ -54,8 +55,9 @@ An upgrade roadmap is a personalised audit of your Drupal website and includes d {# 2nd CTA #} {% include 'button.html.twig' with { - text: page.button.text ~ ' →', + text: page.button.text, url: page.button.url, + withArrow: true, } %} {# Social proof #} diff --git a/source/_pages/dto.md b/source/_pages/dto.md index 2be6cb48c..d56efe05c 100644 --- a/source/_pages/dto.md +++ b/source/_pages/dto.md @@ -35,8 +35,9 @@ The workshop is currently only available remotely, and the next available date i Seats are available at {{ page.is_early_bird ? 'an early bird price of £' ~ page.prices.early : 'a price of £' ~ page.prices.full }}, with a 10% discount for bulk orders of 5 or more seats. {% include 'button.html.twig' with { - text: 'Book your seat →', + text: 'Book your seat', url: 'https://buy.stripe.com/aEU9Bk2KmaPM3Be8wJ', + withArrow: true, } %}You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.
diff --git a/source/_pages/subscription.md b/source/_pages/subscription.md index 83d04792c..f4416959c 100644 --- a/source/_pages/subscription.md +++ b/source/_pages/subscription.md @@ -151,8 +151,9 @@ High quality code that just works. Or I fix it, for free! @@ -165,9 +166,10 @@ High quality code that just works. Or I fix it, for free! And we'll figure out what's best for you. {% include 'button' with { - text: 'Get in touch →', + text: 'Get in touch', type: 'secondary', url: 'https://savvycal.com/opdavies/subscription', + withArrow: true, } %} --- diff --git a/source/_pages/team-coaching.html.twig b/source/_pages/team-coaching.html.twig index 0242098ed..cd8bcf485 100644 --- a/source/_pages/team-coaching.html.twig +++ b/source/_pages/team-coaching.html.twig @@ -32,8 +32,9 @@ meta: