export interface QuestionData { email: string; firstName: string; lastName: string; message: string; }