+ {[
+ {
+ question: "What is your refund policy?",
+ answer:
+ "If you're unhappy with your purchase for any reason, email us within 90 days and we'll refund you in full, no questions asked.",
+ },
+ {
+ question: "Do you offer technical support?",
+ answer: "No",
+ },
+ {
+ question: "Which payment formats and currencies do you accept?",
+ answer:
+ "All payments on our standard plans are via credit card and PayPal.\n" +
+ "\n" +
+ "We use Paddle, the leading Merchant of Record for SaaS companies.\n" +
+ "\n" +
+ "Contact us if you need an alternative payment method.",
+ },
+ ].map(({ answer, question }) => (
+
+ {({ open }) => (
+ <>
+
+ {question}
+
+
+
+
+ {answer}
+
+
+ >
+ )}
+
+ ))}
+