oliverdavies.uk/source/_pages/new.md

1.7 KiB

title meta draft plans features
Get Unlimited Drupal Consulting for a Fixed Monthly Price
title
Unlimited Drupal Consulting by Oliver Davies
true
name price tagline features url
Standard 5000 One concurrent request. Cancel anytime.
One request at a time.
https://buy.stripe.com/8wM14OgBc2jg8Vy3cn
name price tagline features url
Pro 9000 Two concurrent requests. Cancel anytime.
Two requests at a time.
https://buy.stripe.com/9AQaFo0CeaPM3BecMY
Bug-free guarantee.
Delivery in days, not weeks.
Easy credit card or BACS payments.
Cancel at any time.

{% block content %}

{% for plan in page.plans %}

{{ plan.name }} - £{{ plan.price|number_format }}

{{ plan.tagline }}

    <ul>
      {% for feature in page.features|merge(plan.features) %}
        <li>{{ feature }}</li>
      {% endfor %}
    </ul>

    <footer class="grid place-items-center">
      {% include 'button.html.twig' with {
        text: 'Register now<span class="sr-only"> for the ' ~ plan.name|lower ~ ' plan</span>',
        url: plan.url,
        withArrow: true,
      } %}
    </footer>
  </div>
</div>

{% endfor %}

What Does It Include?

Looking for Something Else?

asdf {% endblock %}

{% block content_bottom %}

{% include 'testimonials' with { limit: 5, tag: 'subscription', title: 'Kind words from clients', } %}
{% endblock %}