export const settingsHeader = { title: "Company Settings", }; export const formData = [ { title: "Company Name", subTitle: "This will be displayed on your profile.", type: "text", }, { title: "Location", subTitle: "This will be displayed on your profile.", type: "text", }, { title: "Industry", subTitle: "A quick snapshot of your company", type: "select", }, { title: "Company Branding", subTitle: "Update your company logo and then coose where you want it to display", type: "text", }, { title: "Colour Palette", subTitle: "Update your company logo and then choose where you want it to display", type: "text", }, { title: "Branding", subTitle: "Add your logo to reports and emails", type: "text", }, ];