diff --git a/source/_pages/new.md b/source/_pages/new.md new file mode 100644 index 00000000..d37bb3c4 --- /dev/null +++ b/source/_pages/new.md @@ -0,0 +1,72 @@ +--- +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', + } %} + + {{ parent() }} +
+{% endblock %}