diff --git a/source/_pages/new.md b/source/_pages/new.md deleted file mode 100644 index d819b5936..000000000 --- a/source/_pages/new.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -layout: page -title: Get Unlimited Drupal Consulting for a Fixed Monthly Price -meta: - title: Unlimited Drupal Consulting by Oliver Davies -draft: true -plans: - - - name: Standard - price: 5000 - tagline: One concurrent request. Cancel anytime. - features: - - One request at a time. - url: https://buy.stripe.com/8wM14OgBc2jg8Vy3cn - - - name: Pro - price: 9000 - tagline: Two concurrent requests. Cancel anytime. - features: - - Two requests at a time. - url: https://buy.stripe.com/9AQaFo0CeaPM3BecMY -features: - - 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 }}

- -
    - {% for feature in page.features|merge(plan.features) %} -
  • {{ feature }}
  • - {% endfor %} -
- - -
-
- {% 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 %}