export type IFact = {
    id: number
    image: string
    icon: string
    title: string
    subtitle: string
  }