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"; + +