export type FaqItem = { id: string; question: string; answer: string };
