From 73c146b341832452643ce610ac05965e0e471007 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 28 Jul 2026 20:49:00 -0700 Subject: [PATCH 1/2] improvement(demo): point /team redirect at the Sim team demo booking link --- apps/sim/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/next.config.ts b/apps/sim/next.config.ts index e0621cef65d..eba51b37fd7 100644 --- a/apps/sim/next.config.ts +++ b/apps/sim/next.config.ts @@ -357,7 +357,7 @@ const nextConfig: NextConfig = { }, { source: '/team', - destination: 'https://cal.com/emirkarabeg/sim-team', + destination: 'https://cal.com/team/sim/demo', permanent: false, } ) From 60b35647c679836a1116b762934fadb8d0f83f68 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 28 Jul 2026 20:51:29 -0700 Subject: [PATCH 2/2] improvement(demo): route the enterprise talk-to-sales CTA to the same demo link --- apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx b/apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx index ce9e0d95ce7..446469a2dc6 100644 --- a/apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx +++ b/apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx @@ -38,7 +38,7 @@ import { import { useFullscreenOriginStore } from '@/stores/fullscreen-origin' /** Enterprise "Talk to sales" books time with the sales team on Cal.com. */ -const SALES_CAL_URL = 'https://cal.com/team/sim/enterprise' as const +const SALES_CAL_URL = 'https://cal.com/team/sim/demo' as const /** * Props for {@link Upgrade}.