docs: add a testimonials page
Add a page with all testimonials.
This commit is contained in:
parent
0bacb72f3d
commit
b12bc9d61f
30
src/pages/testimonials.mdx
Normal file
30
src/pages/testimonials.mdx
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
layout: ~/layouts/PageLayout.astro
|
||||||
|
title: Testimonials
|
||||||
|
---
|
||||||
|
|
||||||
|
import Testimonials from "~/components/Testimonials.astro";
|
||||||
|
|
||||||
|
<Testimonials names={[
|
||||||
|
'adam-cuddihy',
|
||||||
|
'alan-hatch',
|
||||||
|
'anonymous',
|
||||||
|
'brian-hartwell',
|
||||||
|
'brian-healy',
|
||||||
|
'chris-jarvis',
|
||||||
|
'chris-knox',
|
||||||
|
'daniel-easterbrook',
|
||||||
|
'duncan-davidson',
|
||||||
|
'holly-ross',
|
||||||
|
'huw-davies',
|
||||||
|
'james-chapman',
|
||||||
|
'jon-hallett',
|
||||||
|
'josh-mitchell',
|
||||||
|
'leonie-watson',
|
||||||
|
'marlon-duncanson',
|
||||||
|
'michael-itkoff',
|
||||||
|
'mick-felton',
|
||||||
|
'owen-phillips',
|
||||||
|
'scott-euser',
|
||||||
|
'tom-evans',
|
||||||
|
]} />
|
Loading…
Reference in a new issue