diff --git a/src/components/layout/components/navbar/ItemsNavigation.tsx b/src/components/layout/components/navbar/ItemsNavigation.tsx index 7237c44ee..c9672d595 100644 --- a/src/components/layout/components/navbar/ItemsNavigation.tsx +++ b/src/components/layout/components/navbar/ItemsNavigation.tsx @@ -119,6 +119,7 @@ export const ItemsNavigation = ({ { href: '/cleaner', text: textContent.products.cleaner }, { href: '/meet', text: textContent.products.meet }, { href: 'https://ai.internxt.com/', text: textContent.products.ai }, + { href: 'https://send.internxt.com/', text: textContent.products.send }, ]} darkMode={darkMode} lang={lang} diff --git a/src/components/layout/navbars/Navbar.tsx b/src/components/layout/navbars/Navbar.tsx index 06354508e..06f1003f9 100644 --- a/src/components/layout/navbars/Navbar.tsx +++ b/src/components/layout/navbars/Navbar.tsx @@ -302,6 +302,13 @@ export default function Navbar(props: Readonly) { >

{props.textContent.products.ai}

+ +

{props.textContent.products.send}

+ diff --git a/src/pages/[filename].tsx b/src/pages/[filename].tsx index aae21a508..f03a35e34 100644 --- a/src/pages/[filename].tsx +++ b/src/pages/[filename].tsx @@ -80,8 +80,9 @@ const LANG_MAP = { speciale: 'it', xataka: 'es', techradar: 'en', - shanon: 'en', - overflow: 'fr', + shannon: 'en', + overfl0w: 'fr', + lefiltreitalia: 'it', }; function CombinedSpecialOffer({ diff --git a/src/pages/pricing/index.tsx b/src/pages/pricing/index.tsx index 826c9fe5f..dbd0a91fe 100644 --- a/src/pages/pricing/index.tsx +++ b/src/pages/pricing/index.tsx @@ -40,8 +40,8 @@ const Pricing = ({ metatagsDescriptions, navbarLang, footerLang, lang, textConte lifetimeCoupon: lifetimeCoupon, lifetimeCoupons, } = usePricing({ - couponCode: PromoCodeName.SoftSales85, - couponCodeForLifetime: PromoCodeName.SoftSales85, + couponCode: PromoCodeName.OFFSUB, + couponCodeForLifetime: PromoCodeName.OFFLFT, }); const [pageName, setPageName] = useState('Pricing Individuals Annually');