docs: add Drupal 7 roadmap page
This commit is contained in:
parent
8fc27ee69e
commit
92cf4e2bc0
1 changed files with 22 additions and 0 deletions
22
src/pages/d7.mdx
Normal file
22
src/pages/d7.mdx
Normal 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} />
|
Loading…
Add table
Add a link
Reference in a new issue