From f733868bdfab3dcb0e796945ec87f61541047249 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 16 Mar 2024 13:07:02 +0000 Subject: [PATCH] Add work-in-progress home page --- source/_pages/new.md | 72 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 source/_pages/new.md 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 %} +
+ +
+ {% 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', + } %} + + {{ parent() }} +
+{% endblock %}