export interface Service { uuid: string; name: string; lead: string; price: string; logo: string; sublogo: string; desc: string; }