@@ -7,31 +7,26 @@ import { siteConfig } from "@/config";
7
7
export default function Page ( ) {
8
8
return (
9
9
< div className = "container flex max-w-2xl flex-col items-center py-8 text-center" >
10
- < div className = "mt-24 flex items-center gap-2" >
10
+ < div className = "mt-20 flex items-center gap-2" >
11
11
< Logo size = { 30 } className = "mb-2 rounded-sm" />
12
12
< span className = "font-josephin text-2xl font-bold leading-normal tracking-tighter" >
13
13
dotUI.
14
14
</ span >
15
15
</ div >
16
- < h1 className = "font-heading mt-24 text-2xl font-bold tracking-tighter" >
16
+ < p className = "mt-16 text-sm font-medium text-fg-muted" > coming soon.</ p >
17
+ < h1 className = "font-heading text-balance mt-6 text-xl lg:text-2xl font-bold tracking-tighter" >
17
18
Who said your component library should be minimalist?
18
19
</ h1 >
19
20
< p className = "text-fg-muted mt-3 text-balance text-sm" >
20
21
We're working < span className = "font-bold" > hard</ span > to make your
21
22
component library have a < span className = "font-bold" > unique</ span > look,
22
23
we' re highly open to contributions and feedback.
23
24
</ p >
24
- < div className = "mt-6 flex w-full items-center justify-center gap-2" >
25
- < TextField aria-label = "Email" placeholder = "email" />
26
- < Button variant = "outline" className = "bg-bg-inverse/5" >
27
- Notify me for launch
28
- </ Button >
29
- </ div >
30
25
< div className = "mt-6 flex items-center justify-center gap-2" >
31
26
< Button
32
27
variant = "quiet"
33
28
shape = "square"
34
- size = "sm "
29
+ size = "lg "
35
30
href = { siteConfig . links . discord }
36
31
target = "_blank"
37
32
className = "bg-bg-inverse/5"
@@ -41,7 +36,7 @@ export default function Page() {
41
36
< Button
42
37
variant = "quiet"
43
38
shape = "square"
44
- size = "sm "
39
+ size = "lg "
45
40
href = { siteConfig . links . github }
46
41
target = "_blank"
47
42
className = "bg-bg-inverse/5"
@@ -51,7 +46,7 @@ export default function Page() {
51
46
< Button
52
47
variant = "quiet"
53
48
shape = "square"
54
- size = "sm "
49
+ size = "lg "
55
50
href = { siteConfig . links . twitter }
56
51
target = "_blank"
57
52
className = "bg-bg-inverse/5"
0 commit comments