Add levkin.ca design concepts (Spec, Slab, Relay, Vault).

Four static landing-page options with Vite build, cal booking, and links to sibling sites.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-20 22:34:48 -04:00
co-authored by Cursor
commit b9a601894d
17 changed files with 2807 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "levkin.ca",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^6.3.5"
}
}