+ {[
+ {
+ question: "What are my payment options?",
+ answer:
+ "You can be billed monthly, but save 20% if you pay annually. We currently accept credit card payment. Contact us at hello@snapify.it if you need an alternative payment method.",
+ },
+ {
+ question:
+ "What happens when I hit my 10 video limit on the Free plan?",
+ answer:
+ "Our Free plan has a limit of 10 videos. To record more than 10 videos, you will need to delete videos or upgrade to the Pro plan.",
+ },
+ ].map(({ answer, question }) => (
+
+ {({ open }) => (
+ <>
+
+ {question}
+
+
+
+
+ {answer}
+
+
+ >
+ )}
+
+ ))}
+