export type IPageData = {
    title: string
    sub_title: string
    image: number
    description: string
    keywords: string
    url: string
}