update pricing page faq

This commit is contained in:
MarconLP 2023-08-12 10:31:45 +02:00
parent 96f0570e40
commit 6f0b811d67
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -186,6 +186,11 @@ export default function Pricing() {
question: "Can I import videos I already recorded?", question: "Can I import videos I already recorded?",
answer: "Yes! Snapify allows you to import your existing videos.", 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 }) => ( ].map(({ answer, question }) => (
<Disclosure <Disclosure
key={question} key={question}