Docs
FAQs
FAQs
A list of frequently asked questions that your users might have.
import { FAQ } from "@/components/landing/faq";Features can be added and updated in the faqList array in config/landing.ts file.
Here is an example of a faq in the array:
{
title: "Is there a free trial?",
description: "Yes, we offer a 14-day free trial for all new users. Sign up today to get started.",
}