feat: fix pricing

This commit is contained in:
Nevo David 2024-08-10 23:30:23 +07:00
parent 1bc0e0ad1f
commit 69c4800693
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ export const pricing: PricingInterface = {
year_price: 480,
channel: 30,
posts_per_month: 1000000,
image_generation_count: 100,
image_generation_count: 300,
community_features: true,
team_members: true,
featured_by_gitroom: true,
@ -78,7 +78,7 @@ export const pricing: PricingInterface = {
year_price: 672,
channel: 100,
posts_per_month: 1000000,
image_generation_count: 100,
image_generation_count: 500,
community_features: true,
team_members: true,
featured_by_gitroom: true,