import { ButtonI } from '../atomic/button.interface'; export interface ContactOfficeI { images?: string[]; title?: string; links?: ButtonI[]; }