export type Feature = { button: button image: string bulletpoints: string[] content: string title: string } export type Button = { enable: boolean label: string link: string } export type Blog_folder = {blog_folder: string};