Skip to content

Commit

Permalink
adjust faq
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Jul 9, 2023
1 parent 50d0157 commit 962c264
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] 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.",
question: "Can I import videos I already recorded?",
answer: "Yes! Snapify allows you to import your existing videos.",
},
].map(({ answer, question }) => (
<Disclosure
key={question}
as="div"
className="max-w-[600px] max-w-[80vw] sm:w-[600px]"
className="max-w-[80vw] sm:w-[600px]"
>
{({ open }) => (
<>
Expand Down

1 comment on commit 962c264

@vercel
Copy link

@vercel vercel bot commented on 962c264 Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.