From 6f0b811d67f24c2ce1ce872db705488f59cb2eed Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:31:45 +0200 Subject: [PATCH] update pricing page faq --- src/pages/pricing.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index 109eb61..13d4b92 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -186,6 +186,11 @@ export default function Pricing() { question: "Can I import videos I already recorded?", answer: "Yes! Snapify allows you to import your existing videos.", }, + { + question: "How do I contact Support?", + answer: + "If you need to contact our Support, click the menu on the bottom right to start a chat.", + }, ].map(({ answer, question }) => (