Add call button
This commit is contained in:
parent
8fb5f50684
commit
7b0b39f5bc
|
@ -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 →',
|
||||
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 →',
|
||||
type: 'secondary',
|
||||
url: 'https://savvycal.com/opdavies/subscription',
|
||||
} %}
|
||||
|
||||
---
|
||||
|
||||
## Frequently asked questions
|
||||
|
||||
{% for faq in page.faqs %}
|
||||
|
|
Loading…
Reference in a new issue