+ |
{(["starter", "farm", "enterprise"] as const).map((tier) => {
const isCurrent = tier === planTier;
return (
-
+ |
{isCurrent ? (
- Current
+
+
+ Current
+
) : tier === "enterprise" ? (
-
+
+
Contact
) : (
@@ -281,38 +337,49 @@ export default function BillingClientPage({
{/* ── 4. Payment + Invoices (two-column) ──────────────────────────────── */}
{/* Payment method */}
-
+
Payment Method
{hasStripeCustomer ? (
-
-
-
- |