@@ -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