export type IKnowUs = {
    id: number
    image: string
    title: string
    slug: string
}