Skip to content

Commit 2611c68

Browse files
committed
fix: adjust Stan 5+ account volume pricing from $300 to $350
8 accounts à la carte now costs $3,100 vs $2,500 label package (19% savings), making the label package a clear value proposition over piecemeal buying. https://claude.ai/code/session_01Hhzb7KfSTyigWiU87X24KB
1 parent abd4fba commit 2611c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/const/src/nyc.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const NYC_STAN: StanConfig = {
5353
igReelsAddon: 150,
5454
volumePricing: {
5555
twoToFour: 400,
56-
fivePlus: 300,
56+
fivePlus: 350,
5757
},
5858
labelPackage: {
5959
price: 2500,

0 commit comments

Comments
 (0)