From 8d9dc9d792f5849c9268e43d68a58860bbaf94ee Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 25 Oct 2023 08:13:37 +0100 Subject: [PATCH] docs(team-coaching): add FAQs --- src/pages/team-coaching.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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]}

    +

    +

  • +))} +
    +
    ## Who am I?