From b840be86b0aaf282cc011004d9c8a881e2264aa8 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:51:38 +0200 Subject: [PATCH] adjust faq on pricing page --- src/pages/pricing.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index b720a81..13a1a6d 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -26,7 +26,7 @@ export default function Pricing() { -
+
{[ { @@ -68,7 +68,7 @@ export default function Pricing() { ].map(({ name, price, features }) => (
{name === "Pro" ? (
@@ -123,22 +123,15 @@ export default function Pricing() {
{[ { - question: "What is your refund policy?", + question: "What are my payment options?", 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.", + "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: "Do you offer technical support?", - answer: "No", - }, - { - question: "Which payment formats and currencies do you accept?", + question: + "What happens when I hit my 10 video limit on the Free plan?", 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.", + "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 }) => (