adjust faq
This commit is contained in:
parent
50d01570c3
commit
962c26460b
1 changed files with 3 additions and 5 deletions
|
|
@ -183,16 +183,14 @@ export default function Pricing() {
|
||||||
"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.",
|
"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:
|
question: "Can I import videos I already recorded?",
|
||||||
"What happens when I hit my 10 video limit on the Free plan?",
|
answer: "Yes! Snapify allows you to import your existing videos.",
|
||||||
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 }) => (
|
].map(({ answer, question }) => (
|
||||||
<Disclosure
|
<Disclosure
|
||||||
key={question}
|
key={question}
|
||||||
as="div"
|
as="div"
|
||||||
className="max-w-[600px] max-w-[80vw] sm:w-[600px]"
|
className="max-w-[80vw] sm:w-[600px]"
|
||||||
>
|
>
|
||||||
{({ open }) => (
|
{({ open }) => (
|
||||||
<>
|
<>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue