docs: add a testimonials page

Add a page with all testimonials.
This commit is contained in:
Oliver Davies 2023-09-19 21:54:11 +01:00
parent 0bacb72f3d
commit b12bc9d61f

View 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',
]} />