export type IFeature = {
    id: number
    image: string
    icon: string
    title: string
    slug: string
    description: string
    feature: string
  }