Skip to content

Commit dbe370e

Browse files
committed
Merge branch 'feat/pricing-get-started-link' into 'master'
Update pricing CTA buttons to use plan-specific get-started links Closes #177 See merge request postgres-ai/docs!875
2 parents 4cff3ae + 26e5da7 commit dbe370e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/pricing/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const plans: Plan[] = [
331331
description: 'For pet projects and learning',
332332
keyFeature: 'Weekly AI-friendly checkup reports',
333333
cta: 'Start free',
334-
ctaLink: 'https://console.postgres.ai/',
334+
ctaLink: 'https://console.postgres.ai/get-started?plan=hobby',
335335
},
336336
{
337337
name: 'Express',
@@ -340,7 +340,7 @@ const plans: Plan[] = [
340340
description: 'For AI builders shipping fast',
341341
keyFeature: 'Issues with detailed action plans, daily checkups',
342342
cta: 'Get started',
343-
ctaLink: 'https://console.postgres.ai/',
343+
ctaLink: 'https://console.postgres.ai/get-started?plan=express',
344344
},
345345
{
346346
name: 'Starter',
@@ -349,7 +349,7 @@ const plans: Plan[] = [
349349
description: 'For small production databases',
350350
keyFeature: 'Full monitoring with 7-days history',
351351
cta: 'Get started',
352-
ctaLink: 'https://console.postgres.ai/',
352+
ctaLink: 'https://console.postgres.ai/get-started?plan=starter',
353353
},
354354
{
355355
name: 'Scale',
@@ -358,7 +358,7 @@ const plans: Plan[] = [
358358
description: 'For growing teams with critical workloads',
359359
keyFeature: '6-months history + 1 business day SLA',
360360
cta: 'Get started',
361-
ctaLink: 'https://console.postgres.ai/',
361+
ctaLink: 'https://console.postgres.ai/get-started?plan=scale',
362362
highlight: true,
363363
tag: 'Recommended',
364364
},

0 commit comments

Comments
 (0)