|
1 | 1 | { |
2 | 2 | "type": "div", |
3 | | - "className": "min-h-screen bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 p-6", |
| 3 | + "className": "min-h-screen bg-gradient-to-br from-gray-900 via-slate-900 to-gray-950 p-6 md:p-8", |
4 | 4 | "body": [ |
5 | 5 | { |
6 | 6 | "type": "div", |
7 | | - "className": "max-w-7xl mx-auto space-y-6", |
| 7 | + "className": "max-w-7xl mx-auto space-y-8", |
8 | 8 | "body": [ |
9 | 9 | { |
10 | 10 | "type": "div", |
11 | | - "className": "flex justify-between items-center", |
| 11 | + "className": "flex flex-col md:flex-row justify-between items-start md:items-center gap-4 backdrop-blur-sm bg-white/5 p-6 rounded-2xl border border-white/10 shadow-2xl", |
12 | 12 | "body": [ |
13 | 13 | { |
14 | 14 | "type": "div", |
15 | | - "className": "space-y-1", |
| 15 | + "className": "space-y-2", |
16 | 16 | "body": [ |
17 | 17 | { |
18 | 18 | "type": "text", |
19 | | - "content": "Project Management", |
20 | | - "className": "text-3xl font-bold text-white" |
| 19 | + "content": "🎯 Project Management", |
| 20 | + "className": "text-4xl font-extrabold bg-gradient-to-r from-indigo-400 via-purple-400 to-pink-400 bg-clip-text text-transparent" |
21 | 21 | }, |
22 | 22 | { |
23 | 23 | "type": "text", |
24 | 24 | "content": "Track your team's progress and deliverables", |
25 | | - "className": "text-gray-400" |
| 25 | + "className": "text-gray-400 font-medium text-lg" |
26 | 26 | } |
27 | 27 | ] |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "type": "flex", |
31 | 31 | "direction": "row", |
32 | | - "gap": 2, |
| 32 | + "gap": 3, |
33 | 33 | "children": [ |
34 | 34 | { |
35 | 35 | "type": "button", |
36 | | - "label": "New Project", |
37 | | - "className": "bg-indigo-600 hover:bg-indigo-700 text-white" |
| 36 | + "label": "➕ New Project", |
| 37 | + "className": "bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white shadow-lg hover:shadow-xl transition-all" |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "type": "button", |
41 | | - "label": "Settings", |
| 41 | + "label": "⚙️ Settings", |
42 | 42 | "variant": "outline", |
43 | | - "className": "border-gray-600 text-gray-300 hover:bg-gray-800" |
| 43 | + "className": "border-gray-600 text-gray-300 hover:bg-gray-800 hover:border-gray-500 shadow-md transition-all" |
44 | 44 | } |
45 | 45 | ] |
46 | 46 | } |
|
53 | 53 | "children": [ |
54 | 54 | { |
55 | 55 | "type": "card", |
56 | | - "className": "bg-gray-800 border border-gray-700 p-6 shadow-xl", |
| 56 | + "className": "bg-gradient-to-br from-gray-800 to-gray-900 border border-purple-500/20 p-8 shadow-2xl hover:shadow-purple-500/20 hover:-translate-y-1 transition-all duration-300", |
57 | 57 | "body": { |
58 | 58 | "type": "div", |
59 | | - "className": "space-y-3", |
| 59 | + "className": "space-y-4", |
60 | 60 | "body": [ |
61 | 61 | { |
62 | 62 | "type": "flex", |
|
66 | 66 | "children": [ |
67 | 67 | { |
68 | 68 | "type": "text", |
69 | | - "content": "Active Projects", |
70 | | - "className": "text-sm font-medium text-gray-400" |
| 69 | + "content": "ACTIVE PROJECTS", |
| 70 | + "className": "text-xs font-black text-gray-400 uppercase tracking-widest" |
71 | 71 | }, |
72 | 72 | { |
73 | | - "type": "icon", |
74 | | - "name": "FolderOpen", |
75 | | - "className": "w-5 h-5 text-indigo-400" |
| 73 | + "type": "div", |
| 74 | + "className": "p-2 bg-indigo-500/20 rounded-full backdrop-blur", |
| 75 | + "body": [ |
| 76 | + { |
| 77 | + "type": "icon", |
| 78 | + "name": "FolderOpen", |
| 79 | + "className": "w-5 h-5 text-indigo-400" |
| 80 | + } |
| 81 | + ] |
76 | 82 | } |
77 | 83 | ] |
78 | 84 | }, |
79 | 85 | { |
80 | 86 | "type": "text", |
81 | 87 | "content": "24", |
82 | | - "className": "text-4xl font-bold text-white" |
| 88 | + "className": "text-5xl font-black text-white tracking-tight" |
83 | 89 | }, |
84 | 90 | { |
85 | 91 | "type": "progress", |
86 | 92 | "value": 75, |
87 | | - "className": "bg-gray-700" |
| 93 | + "className": "bg-gray-700 [&>div]:bg-gradient-to-r [&>div]:from-indigo-500 [&>div]:to-purple-500" |
88 | 94 | } |
89 | 95 | ] |
90 | 96 | } |
91 | 97 | }, |
92 | 98 | { |
93 | 99 | "type": "card", |
94 | | - "className": "bg-gray-800 border border-gray-700 p-6 shadow-xl", |
| 100 | + "className": "bg-gradient-to-br from-gray-800 to-gray-900 border border-green-500/20 p-8 shadow-2xl hover:shadow-green-500/20 hover:-translate-y-1 transition-all duration-300", |
95 | 101 | "body": { |
96 | 102 | "type": "div", |
97 | | - "className": "space-y-3", |
| 103 | + "className": "space-y-4", |
98 | 104 | "body": [ |
99 | 105 | { |
100 | 106 | "type": "flex", |
|
104 | 110 | "children": [ |
105 | 111 | { |
106 | 112 | "type": "text", |
107 | | - "content": "Team Members", |
108 | | - "className": "text-sm font-medium text-gray-400" |
| 113 | + "content": "TEAM MEMBERS", |
| 114 | + "className": "text-xs font-black text-gray-400 uppercase tracking-widest" |
109 | 115 | }, |
110 | 116 | { |
111 | | - "type": "icon", |
112 | | - "name": "Users", |
113 | | - "className": "w-5 h-5 text-green-400" |
| 117 | + "type": "div", |
| 118 | + "className": "p-2 bg-green-500/20 rounded-full backdrop-blur", |
| 119 | + "body": [ |
| 120 | + { |
| 121 | + "type": "icon", |
| 122 | + "name": "Users", |
| 123 | + "className": "w-5 h-5 text-green-400" |
| 124 | + } |
| 125 | + ] |
114 | 126 | } |
115 | 127 | ] |
116 | 128 | }, |
117 | 129 | { |
118 | 130 | "type": "text", |
119 | 131 | "content": "142", |
120 | | - "className": "text-4xl font-bold text-white" |
| 132 | + "className": "text-5xl font-black text-white tracking-tight" |
121 | 133 | }, |
122 | 134 | { |
123 | 135 | "type": "text", |
124 | 136 | "content": "↗ 12 new this month", |
125 | | - "className": "text-sm text-green-400" |
| 137 | + "className": "text-sm text-green-400 font-semibold" |
126 | 138 | } |
127 | 139 | ] |
128 | 140 | } |
129 | 141 | }, |
130 | 142 | { |
131 | 143 | "type": "card", |
132 | | - "className": "bg-gray-800 border border-gray-700 p-6 shadow-xl", |
| 144 | + "className": "bg-gradient-to-br from-gray-800 to-gray-900 border border-cyan-500/20 p-8 shadow-2xl hover:shadow-cyan-500/20 hover:-translate-y-1 transition-all duration-300", |
133 | 145 | "body": { |
134 | 146 | "type": "div", |
135 | | - "className": "space-y-3", |
| 147 | + "className": "space-y-4", |
136 | 148 | "body": [ |
137 | 149 | { |
138 | 150 | "type": "flex", |
|
142 | 154 | "children": [ |
143 | 155 | { |
144 | 156 | "type": "text", |
145 | | - "content": "Tasks Completed", |
146 | | - "className": "text-sm font-medium text-gray-400" |
| 157 | + "content": "TASKS COMPLETED", |
| 158 | + "className": "text-xs font-black text-gray-400 uppercase tracking-widest" |
147 | 159 | }, |
148 | 160 | { |
149 | | - "type": "icon", |
150 | | - "name": "CheckCircle", |
151 | | - "className": "w-5 h-5 text-cyan-400" |
| 161 | + "type": "div", |
| 162 | + "className": "p-2 bg-cyan-500/20 rounded-full backdrop-blur", |
| 163 | + "body": [ |
| 164 | + { |
| 165 | + "type": "icon", |
| 166 | + "name": "CheckCircle", |
| 167 | + "className": "w-5 h-5 text-cyan-400" |
| 168 | + } |
| 169 | + ] |
152 | 170 | } |
153 | 171 | ] |
154 | 172 | }, |
155 | 173 | { |
156 | 174 | "type": "text", |
157 | 175 | "content": "389", |
158 | | - "className": "text-4xl font-bold text-white" |
| 176 | + "className": "text-5xl font-black text-white tracking-tight" |
159 | 177 | }, |
160 | 178 | { |
161 | 179 | "type": "text", |
162 | 180 | "content": "85% completion rate", |
163 | | - "className": "text-sm text-cyan-400" |
| 181 | + "className": "text-sm text-cyan-400 font-semibold" |
164 | 182 | } |
165 | 183 | ] |
166 | 184 | } |
167 | 185 | }, |
168 | 186 | { |
169 | 187 | "type": "card", |
170 | | - "className": "bg-gray-800 border border-gray-700 p-6 shadow-xl", |
| 188 | + "className": "bg-gradient-to-br from-gray-800 to-gray-900 border border-red-500/20 p-8 shadow-2xl hover:shadow-red-500/20 hover:-translate-y-1 transition-all duration-300", |
171 | 189 | "body": { |
172 | 190 | "type": "div", |
173 | | - "className": "space-y-3", |
| 191 | + "className": "space-y-4", |
174 | 192 | "body": [ |
175 | 193 | { |
176 | 194 | "type": "flex", |
|
180 | 198 | "children": [ |
181 | 199 | { |
182 | 200 | "type": "text", |
183 | | - "content": "Overdue Tasks", |
184 | | - "className": "text-sm font-medium text-gray-400" |
| 201 | + "content": "OVERDUE TASKS", |
| 202 | + "className": "text-xs font-black text-gray-400 uppercase tracking-widest" |
185 | 203 | }, |
186 | 204 | { |
187 | | - "type": "icon", |
188 | | - "name": "AlertCircle", |
189 | | - "className": "w-5 h-5 text-red-400" |
| 205 | + "type": "div", |
| 206 | + "className": "p-2 bg-red-500/20 rounded-full backdrop-blur", |
| 207 | + "body": [ |
| 208 | + { |
| 209 | + "type": "icon", |
| 210 | + "name": "AlertCircle", |
| 211 | + "className": "w-5 h-5 text-red-400" |
| 212 | + } |
| 213 | + ] |
190 | 214 | } |
191 | 215 | ] |
192 | 216 | }, |
193 | 217 | { |
194 | 218 | "type": "text", |
195 | 219 | "content": "15", |
196 | | - "className": "text-4xl font-bold text-white" |
| 220 | + "className": "text-5xl font-black text-white tracking-tight" |
197 | 221 | }, |
198 | 222 | { |
199 | 223 | "type": "text", |
200 | 224 | "content": "Needs attention", |
201 | | - "className": "text-sm text-red-400" |
| 225 | + "className": "text-sm text-red-400 font-semibold" |
202 | 226 | } |
203 | 227 | ] |
204 | 228 | } |
|
0 commit comments