import type { LiteStyleSectionPromoConfig } from '@/types/advanced-style-section' /** * Growth/Pro style sections promoted in Lite when the Pro implementation is not registered. */ export const LITE_STYLE_SECTION_PROMOS: LiteStyleSectionPromoConfig[] = [ { feature: 'nps_field', plan: 'growth', titleKey: 'net_promoter', fallbackTitle: 'Net promoter', collapseName: 'nps', iconName: 'slider', iconCategory: 'global', }, ]