From 568ff7bc654891a4d5359630926de6d5ebdf1779 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 22 Aug 2025 12:12:05 +0100 Subject: [PATCH] Remove new.md --- source/_pages/new.md | 71 -------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 source/_pages/new.md 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 %} -
- -
- {% include 'button.html.twig' with { - text: 'Register now for the ' ~ plan.name|lower ~ ' plan', - url: plan.url, - withArrow: true, - } %} -
-
-
- {% 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 %}