Skip to content

Commit 41a9ae9

Browse files
authored
improvement(demo): send every booking CTA to the Sim team demo link (#6047)
* improvement(demo): point /team redirect at the Sim team demo booking link * improvement(demo): route the enterprise talk-to-sales CTA to the same demo link
1 parent 507483f commit 41a9ae9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
import { useFullscreenOriginStore } from '@/stores/fullscreen-origin'
3939

4040
/** Enterprise "Talk to sales" books time with the sales team on Cal.com. */
41-
const SALES_CAL_URL = 'https://cal.com/team/sim/enterprise' as const
41+
const SALES_CAL_URL = 'https://cal.com/team/sim/demo' as const
4242

4343
/**
4444
* Props for {@link Upgrade}.

apps/sim/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ const nextConfig: NextConfig = {
357357
},
358358
{
359359
source: '/team',
360-
destination: 'https://cal.com/emirkarabeg/sim-team',
360+
destination: 'https://cal.com/team/sim/demo',
361361
permanent: false,
362362
}
363363
)

0 commit comments

Comments
 (0)