update pricing page faq
This commit is contained in:
parent
96f0570e40
commit
6f0b811d67
1 changed files with 5 additions and 0 deletions
|
|
@ -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 }) => (
|
||||
<Disclosure
|
||||
key={question}
|
||||
|
|
|
|||
Loading…
Reference in a new issue