diff --git a/apps/formbricks-com/pages/pricing.tsx b/apps/formbricks-com/pages/pricing.tsx index 4b28e52c09..24fb1f4477 100644 --- a/apps/formbricks-com/pages/pricing.tsx +++ b/apps/formbricks-com/pages/pricing.tsx @@ -90,7 +90,7 @@ const linkSurveys = { { name: "Unlimited Responses", free: true, paid: true }, { name: "Partial Responses", free: true, paid: true }, { name: "Multi-media Backgrounds", free: true, paid: true }, - { name: "File Upload", free: true, paid: true }, + { name: "File Upload", free: true, paid: true, comingSoon: true }, { name: "Hidden Fields", free: true, paid: true }, { name: "Single Use Survey Links", free: true, paid: true }, { name: "Pin-protected Surveys", free: true, paid: true }, diff --git a/apps/web/app/(app)/environments/[environmentId]/settings/billing/components/PricingTable.tsx b/apps/web/app/(app)/environments/[environmentId]/settings/billing/components/PricingTable.tsx index 9440cfa233..6659b1428e 100644 --- a/apps/web/app/(app)/environments/[environmentId]/settings/billing/components/PricingTable.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/settings/billing/components/PricingTable.tsx @@ -132,6 +132,11 @@ export default function PricingTableComponent({ title: "Unlimited User Identification", unlimited: true, }, + { + title: "Reusable Segmentscoming", + comingSoon: true, + unlimited: true, + }, ]; const linkSurveysFeatures = [ @@ -141,7 +146,7 @@ export default function PricingTableComponent({ }, { title: "File Uploads upto 1 GB", - comingSoon: false, + comingSoon: true, }, { title: "Multi Language Surveys",