diff --git a/src/pages/team-coaching.mdx b/src/pages/team-coaching.mdx
index 735e1b370..4ec11ff48 100644
--- a/src/pages/team-coaching.mdx
+++ b/src/pages/team-coaching.mdx
@@ -1,6 +1,14 @@
---
layout: ~/layouts/PageLayout.astro
title: Team Coaching
+faqs:
+ - - Do you only work with Drupal development teams?
+ - No. While most of my background and experience is with PHP and Drupal, many things I can help with aren't specific to any language or framework.
+
+ # - - TODO: money-back guarantee
+
+ - - I have another question.
+ - No problem! Send me an email at oliver@oliverdavies.uk.
---
import AboutMe from "~/components/AboutMe.astro";
@@ -84,6 +92,17 @@ If you need lighter-touch guidance and advice, I also offer one-time consulting
{/* Uniqueness */}
+
+## Frequently Asked Questions
+
+{frontmatter.faqs.map((faq) => (
+
+ {faq[0]}
+
+
+))}
+
+