diff --git a/ee/apps/den-web/app/(den)/o/[orgSlug]/dashboard/_components/billing-dashboard-screen.tsx b/ee/apps/den-web/app/(den)/o/[orgSlug]/dashboard/_components/billing-dashboard-screen.tsx index 6df307d1..95cd8d9a 100644 --- a/ee/apps/den-web/app/(den)/o/[orgSlug]/dashboard/_components/billing-dashboard-screen.tsx +++ b/ee/apps/den-web/app/(den)/o/[orgSlug]/dashboard/_components/billing-dashboard-screen.tsx @@ -60,7 +60,7 @@ export function BillingDashboardScreen() { ? formatSubscriptionStatus(subscription.status) : billingSummary?.hasActivePlan ? "Active" - : "Trial ready"; + : "Purchase required"; const nextBillingDate = subscription?.currentPeriodEnd ? formatIsoDate(subscription.currentPeriodEnd) : "Not available"; @@ -92,7 +92,7 @@ export function BillingDashboardScreen() {
{billingSummary?.hasActivePlan ? `This workspace's plan is currently ${statusLabel.toLowerCase()} and renews on ${nextBillingDate}.` - : "Start your OpenWork Cloud billing flow when your team is ready to share templates and cloud workflows."} + : "Workers are $50/month each. Purchase a worker to enable hosted launches for your team."}
@@ -184,6 +184,27 @@ export function BillingDashboardScreen() { +Solo
+$0
+Free forever · open source
+Cloud worker
+$50/month
+Per worker · 5 seats included
+Enterprise
+Custom
+Windows included · talk to us
+- Purchase through Polar, then we will send your Windows build link manually in phase one. + Purchase through Polar and we will send your Windows build link after checkout.
) : null} -- Prices exclude taxes. Windows delivery is manual in phase one. + Prices exclude taxes.
);