Initial commit: Kottgard production website code

This commit is contained in:
2026-06-19 15:46:23 +00:00
commit e0273c46d7
196 changed files with 29799 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/**
* DOMAIN LAYER — Business constants (rules that could change by policy, not by framework)
*/
export const FREE_DELIVERY_THRESHOLD_SEK = 500;
export const STANDARD_DELIVERY_FEE_SEK = 49;
export const DEMO_PASSWORD = 'demo123';