From 9a709cf85e4adf4015901912c44791ec752c74ee Mon Sep 17 00:00:00 2001 From: Frank Meeuwsen Date: Sun, 19 Apr 2026 13:30:44 +0200 Subject: [PATCH] chore: availableSpots naar 3 (plek verkocht) Co-Authored-By: Claude Sonnet 4.6 --- src/config/workshop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/workshop.js b/src/config/workshop.js index 4e3bde1..5d7b72e 100644 --- a/src/config/workshop.js +++ b/src/config/workshop.js @@ -13,7 +13,7 @@ export const WORKSHOP_CONFIG = { // Beschikbaarheid 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, // Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken