Content
Edit FAQ content
All questions live in allFaqItems. Pages pick a subset with tags — for example global for site-wide FAQs and about for the About page.
Add a question
{
tags: ["global", "home-preview"],
q: { en: "Do you offer payment plans?", tr: "Ödeme planı var mı?" },
a: {
en: "Yes, ask our team for options.",
tr: "Evet, ekibimizden seçenekleri sorun.",
},
},
Show on a page
Import FaqSection-01 with tags={["about"]} on the About page. Use faqForTags(["global"]) in code when you need the list in script.
Sector flag
FAQ blocks only render when sector.features.faq is true in src/config/sector.ts.