@@ -60,15 +60,9 @@ export default async function Home() {
60
60
< div className = "bg-[url('/images/banner_void_2.svg')] bg-cover bg-no-repeat bg-center flex flex-col items-center h-[1900px] lg:h-[1400px]" >
61
61
< section className = "container max-w-6xl mx-auto px-4 lg:px-0 text-gray-900 flex justify-center items-center lg:gap-28 xl:gap-32 my-28" >
62
62
< div className = "text-center lg:text-left w-full lg:w-2/3" >
63
- < Link
64
- id = "checkout-figma-kit"
65
- data-umami-event = "checkout-figma-kit"
66
- href = "https://dub.sh/retroui-figma"
67
- target = "_blank"
68
- className = "mb-6 inline-block"
69
- >
63
+ < Link href = "/docs" className = "mb-6 inline-block" >
70
64
< Badge >
71
- Checkout Retro UI Figma Kit { " " }
65
+ We upgraded to TailwindCSS v4 { " " }
72
66
< ArrowRightIcon className = "ml-2 h-4 w-4 inline-block" />
73
67
</ Badge >
74
68
</ Link >
@@ -80,7 +74,7 @@ export default async function Home() {
80
74
stand out!
81
75
</ Text >
82
76
83
- < p className = "text-lg text-muted mb-8 mt-4" >
77
+ < p className = "text-lg text-muted-foreground mb-8 mt-4" >
84
78
Retro styled component library based on React and TailwindCSS.
85
79
Comes with 40+ free UI components that you can just copy paste
86
80
into your projects.
@@ -187,14 +181,14 @@ export default async function Home() {
187
181
Easily < span className = "text-outlined" > Customize</ span > to Your Own
188
182
Needs! 🛠️
189
183
</ Text >
190
- < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted" >
191
- < Text className = "text-xl " >
184
+ < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted-foreground " >
185
+ < Text className = "text-lg " >
192
186
Copy-Paste Ready: Components that you can just copy paste.
193
187
</ Text >
194
- < Text className = "text-xl " >
188
+ < Text className = "text-lg " >
195
189
Tailwind Based: Customizable with Tailwind CSS.
196
190
</ Text >
197
- < Text className = "text-xl " >
191
+ < Text className = "text-lg " >
198
192
Type Safe: Typescript support for all components.
199
193
</ Text >
200
194
</ div >
@@ -292,20 +286,20 @@ export default async function Home() {
292
286
</ div >
293
287
</ section >
294
288
295
- < section className = "container max-w-6xl mx-auto px-4 lg:px-0 grid grid-cols-1 lg:grid-cols-2 items-center my-36" >
289
+ < section className = "container max-w-6xl mx-auto px-4 lg:px-0 grid grid-cols-1 lg:grid-cols-2 gap-8 items-center my-36" >
296
290
< div className = "w-full" >
297
291
< Text as = "h2" >
298
292
The < span className = "text-outlined" > Figma</ span > UI Kit You Were
299
293
Looking For!
300
294
</ Text >
301
- < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted" >
302
- < Text className = "text-xl " >
295
+ < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted-foreground " >
296
+ < Text className = "text-lg " >
303
297
- Based on the design foundation of RetroUI.
304
298
</ Text >
305
- < Text className = "text-xl " >
299
+ < Text className = "text-lg " >
306
300
- Comes with 60+ UI elements like cards, modals, stats, etc .
307
301
</ Text >
308
- < Text className = "text-xl " >
302
+ < Text className = "text-lg " >
309
303
- Get Lifetime update of new versions.
310
304
</ Text >
311
305
</ div >
@@ -329,11 +323,11 @@ export default async function Home() {
329
323
</ div >
330
324
</ section >
331
325
332
- < section className = "container max-w-6xl mx-auto border-2 bg-primary-400 border-black py-16 px-4 lg:p-16 my-36" >
326
+ < section className = "container max-w-6xl mx-auto border-2 bg-primary border-black py-16 px-4 lg:p-16 my-36" >
333
327
< Text as = "h2" className = "text-center mb-2" >
334
328
Community Contributors
335
329
</ Text >
336
- < Text className = "text-xl text-center text-muted mb-8" >
330
+ < Text className = "text-xl text-center text-muted-foreground mb-8" >
337
331
RetroUI core is free and open-source, and it is made possible by our
338
332
awesome contributors.
339
333
</ Text >
@@ -378,23 +372,23 @@ export default async function Home() {
378
372
< footer className = "bg-black py-8" >
379
373
< div className = "container max-w-6xl mx-auto flex flex-col lg:flex-row space-y-4 lg:space-y-0 justify-between items-center" >
380
374
< div className = "flex justify-center space-x-4" >
381
- < a href = "https://twitter.com/ariflogs" className = "text-primary-500 " >
375
+ < a href = "https://twitter.com/ariflogs" className = "text-primary" >
382
376
Twitter
383
377
</ a >
384
378
< a
385
379
href = "https://github.com/Logging-Stuff/retroui"
386
- className = "text-primary-500 "
380
+ className = "text-primary"
387
381
>
388
382
GitHub
389
383
</ a >
390
- < a href = "/docs" className = "text-primary-500 " >
384
+ < a href = "/docs" className = "text-primary" >
391
385
Documentation
392
386
</ a >
393
387
</ div >
394
388
395
389
< p className = "text-gray-300 text-sm" >
396
390
Built by{ " " }
397
- < a href = "https://twitter.com/ariflogs" className = "text-primary-500 " >
391
+ < a href = "https://twitter.com/ariflogs" className = "text-primary" >
398
392
Arif Hossain
399
393
</ a >
400
394
.
0 commit comments