mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
- Complete redesign using shadcn/ui components - Dark/light theme support with next-themes - Modern hero section with terminal animation - Features, How-to, Use Cases, and Time Limits sections - Responsive header with mobile menu - Tailwind CSS v4 with CSS variables for theming - All custom components (Header, Hero, Features, etc.) - Full shadcn/ui component library included Design by Marc via v0.dev Signed-off-by: Marc Campbell <marc.e.campbell@gmail.com>
22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "app/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
}
|