ComponentsFAQ

A list of questions/answers to answer the most commonly asked questions.

FAQ Component

/app/page.tsx

1import FAQ from "@/components/FAQ";
2
3export default function Home() {
4  return (
5    <>
6      <main>
7        <FAQ />
8      </main>
9    </>
10  );
11}

Tips

  • Try to cover potential objections your visitors might have. For instance, if you're selling a course, you might want to add a question about the refund policy.