Skip to content

Commit 640abca

Browse files
authored
enterprise page (#375)
* first cuts on an enterprise page * add initial cluster diagram * fix build errors
1 parent 83234da commit 640abca

File tree

14 files changed

+4489
-3027
lines changed

14 files changed

+4489
-3027
lines changed

artwork/diagrams.ai

Lines changed: 3972 additions & 3020 deletions
Large diffs are not rendered by default.

components.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.mjs",
8+
"css": "src/styles/tailwind.css",
9+
"baseColor": "zinc",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}

package-lock.json

Lines changed: 81 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,20 @@
1919
"@motion-canvas/core": "^3.17.0",
2020
"@motion-canvas/player": "^3.17.0",
2121
"@next/mdx": "^15.4.5",
22+
"@radix-ui/react-slot": "^1.2.3",
2223
"@sindresorhus/slugify": "^2.1.1",
2324
"@tailwindcss/postcss": "^4.1.11",
2425
"@tailwindcss/typography": "^0.5.10",
2526
"@vercel/og": "^0.8.5",
2627
"acorn": "^8.10.0",
2728
"autoprefixer": "^10.4.16",
28-
"clsx": "^2.1.0",
29+
"class-variance-authority": "^0.7.1",
30+
"clsx": "^2.1.1",
2931
"ejs": "^3.1.10",
3032
"fast-glob": "^3.3.1",
3133
"flexsearch": "^0.8.205",
3234
"framer-motion": "^12.23.12",
35+
"lucide-react": "^0.536.0",
3336
"mdast-util-to-string": "^4.0.0",
3437
"mdx-annotations": "^0.1.4",
3538
"nex": "^2.0.22",
@@ -46,6 +49,7 @@
4649
"shiki": "^0.14.7",
4750
"simple-functional-loader": "^1.2.1",
4851
"simplex-noise": "^4.0.3",
52+
"tailwind-merge": "^3.3.1",
4953
"tailwindcss": "^4.1.11",
5054
"unist-util-filter": "^5.0.1",
5155
"unist-util-visit": "^5.0.0",
@@ -57,6 +61,7 @@
5761
"eslint-plugin-mdx": "^3.6.2",
5862
"eslint-plugin-react": "^7.33.2",
5963
"prettier": "^3.3.2",
60-
"prettier-plugin-tailwindcss": "^0.6.14"
64+
"prettier-plugin-tailwindcss": "^0.6.14",
65+
"tw-animate-css": "^1.3.6"
6166
}
6267
}
Lines changed: 1 addition & 1 deletion
Loading

public/svg/enterprise_nodes_dark.svg

Lines changed: 1 addition & 0 deletions
Loading

public/svg/enterprise_nodes_light.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)