From 8ff73c8bf5b9c4708d1ad805d47466c14d48bc85 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 26 Sep 2023 22:01:10 +0100 Subject: [PATCH] docs: add an FAQ --- src/pages/call.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/call.mdx b/src/pages/call.mdx index 47cb99353..ee765490b 100644 --- a/src/pages/call.mdx +++ b/src/pages/call.mdx @@ -11,6 +11,9 @@ faqs: - - What happens after I pay? - Your call is scheduled at the time you pay. So after payment is received, we're all set! + - - What if I can't find a suitable time? + - If you can't find a suitable time, due to your time zone, or weekly schedule, just send me an email, and we can arrange something. I try to be as flexible as possible! + - - Can my colleague or business partner join the call? - No. This is a 1-on-1 call. You are welcome to record the conversation to share it after the fact. @@ -18,7 +21,7 @@ faqs: - Sure! Book a pair programming session instead and we’ll work on your code together. - - I still have questions! - - No problem. Send me an email at oliver@oliverdavies.uk. + - No problem. Send me an email at oliver@oliverdavies.uk. --- import Button from "~/components/Button.astro";