diff --git a/apps/www/_customers/lingo-dev.mdx b/apps/www/_customers/lingodotdev.mdx similarity index 100% rename from apps/www/_customers/lingo-dev.mdx rename to apps/www/_customers/lingodotdev.mdx diff --git a/apps/www/data/CustomerStories.ts b/apps/www/data/CustomerStories.ts index 835f8732bcfac..69be3a6483f0d 100644 --- a/apps/www/data/CustomerStories.ts +++ b/apps/www/data/CustomerStories.ts @@ -27,7 +27,7 @@ export const data: CustomerStoryType[] = [ imgUrl: 'images/customers/logos/on-light/lingo-dev.png', logo: '/images/customers/logos/on-light/lingo-dev.png', logo_inverse: '/images/customers/logos/on-dark/lingo-dev.png', - url: '/customers/lingo-dev', + url: '/customers/lingodotdev', ctaText: 'View story', }, { diff --git a/apps/www/lib/redirects.js b/apps/www/lib/redirects.js index 5a7e091eb1a09..723f5daf43638 100644 --- a/apps/www/lib/redirects.js +++ b/apps/www/lib/redirects.js @@ -2283,6 +2283,11 @@ module.exports = [ source: '/customers/mendableai', destination: '/customers/firecrawl', }, + { + permanent: true, + source: '/customers/lingo-dev', + destination: '/customers/lingodotdev', + }, { permanent: true, diff --git a/packages/shared-data/plans.ts b/packages/shared-data/plans.ts index 76ef6e1239fdd..bc2f7cfd89331 100644 --- a/packages/shared-data/plans.ts +++ b/packages/shared-data/plans.ts @@ -99,7 +99,7 @@ export const plans: PricingInformation[] = [ features: [ 'Designated Support manager', 'Uptime SLAs', - 'BYO Cloud supported', + 'Supports AWS PrivateLink', '24×7×365 premium enterprise support', 'Private Slack channel', 'Custom Security Questionnaires', diff --git a/packages/shared-data/pricing.ts b/packages/shared-data/pricing.ts index 30dc6695f9c7c..532a5df56a92c 100644 --- a/packages/shared-data/pricing.ts +++ b/packages/shared-data/pricing.ts @@ -70,7 +70,6 @@ export type FeatureKey = | 'realtime.maxMessageSize' | 'dashboard.teamMembers' | 'security.platformAuditLogs' - | 'security.byoc' | 'security.logRetention' | 'security.logDrain' | 'security.metricsEndpoint' @@ -572,17 +571,6 @@ export const pricing: Pricing = { title: 'Platform Security and Compliance', icon: 'M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z', features: [ - { - key: 'security.byoc', - title: 'BYO cloud', - plans: { - free: false, - pro: false, - team: false, - enterprise: true, - }, - usage_based: false, - }, { key: 'security.logRetention', title: 'Log retention (API & Database)',