import { ButtonI } from '../button.interface'; export interface ContactImageI { image: string; link: string; imageAlt?: string; btn?: ButtonI; }