export interface Service {
  id: string;
  titleKey: string;
  descriptionKey: string;
  icon: string;
  colorClass: string;
}
