chore: update beschikbare plekken naar 3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Frank Meeuwsen 2026-03-25 16:00:59 +01:00
parent 212005e725
commit df45552fa7

View file

@ -8,6 +8,6 @@
export const WORKSHOP_CONFIG = { export const WORKSHOP_CONFIG = {
totalSpots: 8, totalSpots: 8,
availableSpots: 4, availableSpots: 3,
isSoldOut: false, isSoldOut: false,
}; };