chore: update beschikbare plekken naar 4

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

View file

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