Lots of UI fixes

This commit is contained in:
Jennie Robinson Faber 2025-10-08 19:02:24 +01:00
parent 1f7a0f40c0
commit e8e3b84276
24 changed files with 3652 additions and 1770 deletions

View file

@ -9,19 +9,13 @@ export const CONTRIBUTION_TIERS = {
label: "$0 - I need support right now",
tier: "free",
helcimPlanId: null, // No Helcim plan needed for free tier
features: ["Access to basic resources", "Community forum access"],
},
SUPPORTER: {
value: "5",
amount: 5,
label: "$5 - I can contribute a little",
label: "$5 - I can contribute",
tier: "supporter",
helcimPlanId: 20162,
features: [
"All Free Membership benefits",
"Priority community support",
"Early access to events",
],
},
MEMBER: {
value: "15",
@ -29,12 +23,6 @@ export const CONTRIBUTION_TIERS = {
label: "$15 - I can sustain the community",
tier: "member",
helcimPlanId: 21596,
features: [
"All Supporter benefits",
"Access to premium workshops",
"Monthly 1-on-1 sessions",
"Advanced resource library",
],
},
ADVOCATE: {
value: "30",
@ -42,12 +30,6 @@ export const CONTRIBUTION_TIERS = {
label: "$30 - I can support others too",
tier: "advocate",
helcimPlanId: 21597,
features: [
"All Member benefits",
"Weekly group mentoring",
"Access to exclusive events",
"Direct messaging with experts",
],
},
CHAMPION: {
value: "50",
@ -55,13 +37,6 @@ export const CONTRIBUTION_TIERS = {
label: "$50 - I want to sponsor multiple members",
tier: "champion",
helcimPlanId: 21598,
features: [
"All Advocate benefits",
"Personal mentoring sessions",
"VIP event access",
"Custom project support",
"Annual strategy session",
],
},
};