Skip to content

Commit 93f9b19

Browse files
committed
playing around with pricing page
1 parent 19633db commit 93f9b19

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/routes/(marketing)/pricing/pricing_plans.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const pricingPlans = [
88
price: "$0",
99
priceIntervalName: "per month",
1010
stripe_price_id: null,
11-
features: ["MIT Licence", "Fast Performance", "Stripe Integration"],
11+
features: ["Project Planner", "Distraction free writer ", "5 x saving slots", "AI proofreader"],
1212
},
1313
{
1414
id: "pro",
@@ -21,8 +21,9 @@ export const pricingPlans = [
2121
stripe_product_id: "prod_OXj1CcemGMWOlU",
2222
features: [
2323
"Everything in Free",
24-
"Support us with fake money",
25-
"Test the purchase experience",
24+
"Unlimited projects",
25+
"Design Mode (figma integration)",
26+
"Agentic AI writer bots",
2627
],
2728
},
2829
{
@@ -36,8 +37,9 @@ export const pricingPlans = [
3637
stripe_product_id: "prod_OXj20YNpHYOXi7",
3738
features: [
3839
"Everything in Pro",
39-
"Try the 'upgrade plan' UX",
40-
"Still actually free!",
40+
"Admin to add team members",
41+
"Project comments",
42+
"xxx",
4143
],
4244
},
4345
]

0 commit comments

Comments
 (0)