chore: workshop op SOLD OUT - wachtlijstmodus actief
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f59dca9b3d
commit
43d5b6daa0
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
export const WORKSHOP_CONFIG = {
|
||||
// Beschikbaarheid
|
||||
totalSpots: 8,
|
||||
availableSpots: 1, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
|
||||
isSoldOut: false,
|
||||
availableSpots: 0, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
|
||||
isSoldOut: true, // Zet op true als alle plekken weg zijn (activeert wachtlijstmodus)
|
||||
|
||||
// Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken
|
||||
date: 'woensdag 13 mei 2026', // lowercase, voor midden in een zin
|
||||
|
|
|
|||
Loading…
Reference in a new issue