/**
* Industry-specific customization values
*
* @example
* window.lr_analytics.INDUSTRY_LOOKUP['Test Industry']
*/
export const INDUSTRY_LOOKUP = {
"Test Industry": {
demoLink: "https://logrocket.com/demo/logrocket",
customText: "Hello, Software Folks",
customThumbnail:
"https://storage.googleapis.com/logrocket-com/gifs/affirm.com.gif",
},
"Software and Technology": {
g2ReviewLink:
"https://www2.logrocket.com/rs/740-LKM-263/images/g2_homepage_saas.png",
},
};
/**
* Employee count-specific customization values
*
* @example
* window.lr_analytics.EMPLOYEE_SIZE_LOOKUP['50 - 100']
*/
export const EMPLOYEE_SIZE_LOOKUP = {
"Test Range": {
demoLink: "https://logrocket.com/demo/logrocket",
customText: "Hello, small company",
customThumbnail:
"https://storage.googleapis.com/logrocket-com/gifs/affirm.com.gif",
},
};