export type ContactSchema = { location: string; email: string; phone: string; vat: string; };