chore: availableSpots terug naar 5 (na webhook deploy-test)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Frank Meeuwsen 2026-04-17 08:54:09 +02:00
parent 4b1a55df65
commit eee7ef4f3b

View file

@ -13,7 +13,7 @@
export const WORKSHOP_CONFIG = { export const WORKSHOP_CONFIG = {
// Beschikbaarheid // Beschikbaarheid
totalSpots: 8, totalSpots: 8,
availableSpots: 6, // Aantal plekken dat nog beschikbaar is (pas bij verkoop) availableSpots: 5, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
isSoldOut: false, isSoldOut: false,
// Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken // Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken