Skip to main content
FAQ component preview

Edit Questions

Open /components/FAQ.tsx:
const faqItems: FAQItem[] = [
  {
    question: "What is ShipFast?",
    answer: "ShipFast is a starter kit that helps you launch SaaS products faster...",
  },
  {
    question: "Who is ShipFast for?",
    answer: "It's for developers who want to build and ship SaaS products quickly...",
  },
  // Add more...
]

Change Section Heading

<h2>Frequently Asked Questions</h2>
<p>Got questions? We've got answers.</p>

What Questions to Include

Answer the top objections that stop people from buying:
  • What is this?
  • Who is it for?
  • What’s included?
  • Can I use it commercially?
  • Do I get updates?
  • What if I need help?
  • Refund policy?
Keep 5-8 questions max. More than that, people won’t read them.
Answer honestly. Trying to hide limitations makes people suspicious.
Put your most important question first. Not everyone reads all of them.