export interface Header {
	heading: string;
	paragraf?: string;
}
