diff --git a/lib/event.config.ts b/lib/event.config.ts index 5d909d5..cc1c6d5 100644 --- a/lib/event.config.ts +++ b/lib/event.config.ts @@ -26,7 +26,7 @@ interface PricingTier { } export const PRICING_TIERS: PricingTier[] = [ - { label: "Early bird", price: 100, cutoff: "2026-04-01" }, + { label: "Early bird", price: 100, cutoff: "2026-03-31" }, { label: "Regular", price: 200, cutoff: "2026-06-01" }, { label: "Late", price: 250, cutoff: "2099-12-31" }, ]