fix: update availableSpots to reflect current availability

This commit is contained in:
Frank Meeuwsen 2026-05-06 12:34:17 +02:00
parent 7ae45782f7
commit f59dca9b3d

View file

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