chore: availableSpots naar 3 (plek verkocht)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Frank Meeuwsen 2026-04-19 13:30:44 +02:00
parent b4f78ad197
commit 9a709cf85e

View file

@ -13,7 +13,7 @@
export const WORKSHOP_CONFIG = { export const WORKSHOP_CONFIG = {
// Beschikbaarheid // Beschikbaarheid
totalSpots: 8, totalSpots: 8,
availableSpots: 5, // Aantal plekken dat nog beschikbaar is (pas bij verkoop) availableSpots: 3, // 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