FAQ
page.tsx
import FAQ from '@/components/FAQ';

Usage

example.tsx
<FAQ />

The FAQ component creates a section with a list of frequently asked questions. Each question can be expanded to reveal its answer, using an accordion-style interaction.

Tips

When creating content for the FAQ component:

  • Keep questions concise and directly related to common user inquiries
  • Provide clear, comprehensive answers without being overly verbose
  • Order the FAQs from most to least common or by topic relevance
  • Regularly update the FAQ content based on user feedback and support tickets

If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.