feat(front): improve landing page, and font for clan tag

This commit is contained in:
Hexagonn
2024-11-02 03:03:25 +00:00
committed by GitHub
parent 16e18db06d
commit c276b9969b
16 changed files with 1692 additions and 152 deletions

20
components.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "stone",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}