docs: add Drupal 7 roadmap page

This commit is contained in:
Oliver Davies 2023-06-06 20:47:23 +01:00
parent 8fc27ee69e
commit 92cf4e2bc0

22
src/pages/d7.mdx Normal file
View file

@ -0,0 +1,22 @@
---
layout: ~/layouts/PageLayout.astro
title: Drupal 7 upgrade roadmap
price: £7,500
button:
link: https://buy.stripe.com/8wM9Bk98Kga6dbO149
text: Get started
testimonials:
- huw-davies
- scott-euser
- jon-hallett
- brian-hartwell
---
import Button from "~/components/Button.astro";
import Testimonials from "~/components/Testimonials.astro";
Price: {frontmatter.price}
<Button href={frontmatter.button.link} text={frontmatter.button.text} />
<Testimonials names={frontmatter.testimonials} />