export interface IContact{ name: string; email: string; content: string; }