Skip to content

Commit 42054d9

Browse files
authored
Merge pull request #1861 from internxt/feat-influencers-LPs
[MKT_802]:feat/new influencers LPs
2 parents 8b8eec7 + 8ef4bbc commit 42054d9

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

src/hooks/useSpecialOfferConfig.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ export const ALLOWED_PATHS = [
4444
'lifetime',
4545
'clubic',
4646
'morrolinux',
47+
'tukaram',
48+
'f4mi',
49+
'macho',
4750
'heise'
4851
];
4952
export const ALTERNATE_RECOMENDATED_PLAN_PATHS = new Set<string>([]);
50-
export const DARK_MODE_PATHS = new Set<string>(['baity', 'xavier', 'oscar', 'rimembah', 'believemy', 'ghareeb']);
53+
export const DARK_MODE_PATHS = new Set<string>(['baity', 'oscar', 'rimembah', 'believemy', 'ghareeb']);
5154
export const ALTERNATIVE_IMAGES_PATHS = new Set<string>(['baity']);
5255
export const ONLY_ULTIMATE_PLANS_PATHS = new Set<string>(['ultimate']);
5356
export const ULTIMATE_PREMIUM_PLANS_PATHS = new Set<string>([]);
@@ -96,6 +99,9 @@ export const COUPON_CODES = {
9699
lifetime: PromoCodeName.lifetime,
97100
clubic: PromoCodeName.clubic,
98101
morrolinux: PromoCodeName.morrolinux,
102+
tukaram: PromoCodeName.tukaram,
103+
f4mi: PromoCodeName.f4mi,
104+
macho: PromoCodeName.macho,
99105
heise: PromoCodeName.heise,
100106
};
101107

src/lib/types/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ export enum PromoCodeName {
241241
NORTON85 = 'NORTON85',
242242
morrolinux = 'MORROLINUX',
243243
clubic = 'DRIVE87',
244+
tukaram = 'TUKARAM',
245+
f4mi = 'F4MI',
246+
macho = 'MACHO',
244247
heise = 'HEISE'
245248
}
246249

src/pages/[filename].tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ const LANG_MAP = {
9090
lifetime: 'en',
9191
clubic: 'fr',
9292
morrolinux: 'it',
93-
heise: 'de'
93+
tukaram: 'es',
94+
f4mi: 'en',
95+
heise: 'de',
96+
macho: 'en',
9497
};
9598

9699
function CombinedSpecialOffer({

0 commit comments

Comments
 (0)