chore: update beschikbare plekken naar 5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Frank Meeuwsen 2026-03-12 11:39:47 +01:00
parent 74503610ec
commit 05b421282d

View file

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