Add call button

This commit is contained in:
Oliver Davies 2024-01-11 13:00:00 +00:00
parent 8fb5f50684
commit 7b0b39f5bc

View file

@ -151,7 +151,7 @@ High quality code that just works. Or I fix it, for free!
<footer class="mt-6">
{% include 'button.html.twig' with {
text: 'Register now for the ' ~ plan.name|lower ~ ' plan',
text: 'Register now for the ' ~ plan.name|lower ~ ' plan &rarr;',
url: plan.url,
} %}
</footer>
@ -160,6 +160,18 @@ High quality code that just works. Or I fix it, for free!
---
## Book a free call
And we'll figure out what's best for you.
{% include 'button' with {
text: 'Get in touch &rarr;',
type: 'secondary',
url: 'https://savvycal.com/opdavies/subscription',
} %}
---
## Frequently asked questions
{% for faq in page.faqs %}