diff --git a/apps/formbricks-com/components/shared/Pricing.tsx b/apps/formbricks-com/components/shared/Pricing.tsx index de3bda807d..ba0e91e2bb 100644 --- a/apps/formbricks-com/components/shared/Pricing.tsx +++ b/apps/formbricks-com/components/shared/Pricing.tsx @@ -1,6 +1,5 @@ import { Button } from "@formbricks/ui"; import clsx from "clsx"; -import EarlyBirdDeal from "./EarlyBirdDeal"; import HeadingCentered from "./HeadingCentered"; import { CheckIcon } from "@heroicons/react/24/outline"; import { usePlausible } from "next-plausible"; @@ -55,7 +54,7 @@ const tiers = [ priceMonthly: "$99", paymentRythm: "/month", button: "secondary", - discounted: true, + discounted: false, highlight: false, description: "All features included. Unlimited usage.", features: ["All features of Free plan", "Unlimited responses", "Remove branding"], @@ -154,9 +153,6 @@ export default function Pricing() { ))} -
- -
); } diff --git a/apps/web/app/environments/[environmentId]/settings/billing/PricingTable.tsx b/apps/web/app/environments/[environmentId]/settings/billing/PricingTable.tsx index 4fe9cdcb1a..6e62ae9e5e 100644 --- a/apps/web/app/environments/[environmentId]/settings/billing/PricingTable.tsx +++ b/apps/web/app/environments/[environmentId]/settings/billing/PricingTable.tsx @@ -49,16 +49,18 @@ export default function PricingTable({ environmentId, session }: PricingTablePro const freeFeatures = [ "Unlimited surveys", "Unlimited team members", + "Remove branding", "100 responses per survey", "Granular targeting", "In-product surveys", "Link surveys", "30+ templates", "API access", - "Integrations (Slack, PostHog, Zapier)", + "Webhooks", + "Integrations (Zapier)", ]; - const proFeatures = ["All features of Free plan", "Unlimited responses", "Remove branding"]; + const proFeatures = ["All features of Free plan", "Unlimited responses"]; return (
@@ -105,9 +107,6 @@ export default function PricingTable({ environmentId, session }: PricingTablePro
-
- Limited Early Bird Deal -

Pro

@@ -126,9 +125,7 @@ export default function PricingTable({ environmentId, session }: PricingTablePro ))}

- - $9949$ - + $99 / month