export interface Faq {
    answer: string;
    question: string;
}
