export const TEMPLATES = [ { title: 'Starter Kit (Generic)', value: 'starter', integrations: true, }, { title: 'Blog', value: 'blog', }, { title: 'Documentation', value: 'docs', }, { title: 'Portfolio', value: 'portfolio', }, { title: 'Minimal', value: 'minimal', }, ];