FAQ

Frequently Asked Questions

It is important to try to reply to the most common questions, right on the landing page.

Each question can be expanded to show the answer.

Configure the support email into the config file, by defining supportEmail

Component: <FAQ /> File: src/components/FAQ/FAQ.tsx

page.tsx
import { FAQ } from "@/components/FAQ/FAQ";

Example


If you need basic components like buttons, inputs, etc, they are all available with ChakraUI.

Last updated