From b12bc9d61f4021f35a5f983d389a1cd62db2ae7d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 19 Sep 2023 21:54:11 +0100 Subject: [PATCH] docs: add a testimonials page Add a page with all testimonials. --- src/pages/testimonials.mdx | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/pages/testimonials.mdx diff --git a/src/pages/testimonials.mdx b/src/pages/testimonials.mdx new file mode 100644 index 00000000..65a2599f --- /dev/null +++ b/src/pages/testimonials.mdx @@ -0,0 +1,30 @@ +--- +layout: ~/layouts/PageLayout.astro +title: Testimonials +--- + +import Testimonials from "~/components/Testimonials.astro"; + +