From 7172351babd25b9d6c095690a7bbd46f3e56444c Mon Sep 17 00:00:00 2001 From: internxt-yu Date: Wed, 19 Aug 2026 09:19:06 +0200 Subject: [PATCH] create thelinuxexp LP --- src/hooks/useSpecialOfferConfig.ts | 4 ++++ src/lib/types/index.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/src/hooks/useSpecialOfferConfig.ts b/src/hooks/useSpecialOfferConfig.ts index 1b5af2930..cad61e7b3 100644 --- a/src/hooks/useSpecialOfferConfig.ts +++ b/src/hooks/useSpecialOfferConfig.ts @@ -139,6 +139,7 @@ export const ALLOWED_PATHS = [ 'lomotica', 'dinamotech', 'claridadartificial', + 'thelinuxexp', ]; export const ENFORCED_LOCALE: Record = { @@ -176,6 +177,7 @@ export const ENFORCED_LOCALE: Record = { wpcdrive: 'en', wpunas: 'en', worldcup: 'en', + thelinuxexp: 'en', // de aimentors: 'de', @@ -353,6 +355,7 @@ export const ANNUAL_DISCOUNT_PLANS_PATHS = new Set([ 'lomotica', 'dinamotech', 'claridadartificial', + 'thelinuxexp', ]); export const COUPON_CODES = { @@ -492,6 +495,7 @@ export const COUPON_CODES = { lomotica: PromoCodeName.lomotica, dinamotech: PromoCodeName.dinamotech, claridadartificial: PromoCodeName.claridadartificial, + thelinuxexp: PromoCodeName.thelinuxexp, }; interface OfferConfig { diff --git a/src/lib/types/index.ts b/src/lib/types/index.ts index 3b09104a6..933c6276a 100644 --- a/src/lib/types/index.ts +++ b/src/lib/types/index.ts @@ -350,6 +350,7 @@ export enum PromoCodeName { lomotica = 'LOMOTICA', dinamotech = 'DINAMOTECH', claridadartificial = 'CLARIDADARTIFICIAL', + thelinuxexp = 'THELINUXEXP', } export interface PromoCodeProps {