From d0eabed4769fcf4814f84fa3505a908066f39f4b Mon Sep 17 00:00:00 2001 From: H Date: Wed, 12 Jul 2023 15:42:08 +1000 Subject: [PATCH] Pricing Bullet Minor Update Moved #Reports to be top bullet, as opposed to #Projects, as that is hypothesized to be a larger driver of upgrades. --- src/components/Pricing.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Pricing.jsx b/src/components/Pricing.jsx index cd385e8..654f987 100644 --- a/src/components/Pricing.jsx +++ b/src/components/Pricing.jsx @@ -127,8 +127,8 @@ export function Pricing() { description="For devs tired of data quality issues" href="https://cloud.piperider.io/signup?ref=pricing-0" features={[ - "Up to 3 projects", "30 report uploads per project per month", + "Up to 3 projects", "Basic ACL", ]} /> @@ -140,8 +140,8 @@ export function Pricing() { description="For teams building trustworthy pipelines" href="https://cloud.piperider.io/signup?ref=pricing-150" features={[ - "Up to 10 projects", "100 report uploads per project per month", + "Up to 10 projects", "Basic ACL", ]} /> @@ -151,8 +151,8 @@ export function Pricing() { description="For businesses with custom needs" href="mailto: product@piperider.io" features={[ - "Unlimited Projects", "Pay as you go report uploads", + "Unlimited Projects", "Advanced ACL", "SSO Login", "Custom data sources",