Add contact option on main pricing page
Docker / build-and-push-image (push) Successful in 1m35s

This commit is contained in:
Jon Staab
2026-06-17 15:03:23 -07:00
parent 7750a5e552
commit 4a5bd4d563
5 changed files with 44 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ export type Plan = {
id: string
name: string
amount: number
hidden: boolean
members: number | null
blossom: boolean
livekit: boolean