Skip to content

Commit abb6b2a

Browse files
committed
chore: update pre-launch page
1 parent e76d0b5 commit abb6b2a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

www/src/app/page.tsx

+6-11
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,26 @@ import { siteConfig } from "@/config";
77
export default function Page() {
88
return (
99
<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">
1111
<Logo size={30} className="mb-2 rounded-sm" />
1212
<span className="font-josephin text-2xl font-bold leading-normal tracking-tighter">
1313
dotUI.
1414
</span>
1515
</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">
1718
Who said your component library should be minimalist?
1819
</h1>
1920
<p className="text-fg-muted mt-3 text-balance text-sm">
2021
We&apos;re working <span className="font-bold">hard</span> to make your
2122
component library have a <span className="font-bold">unique</span> look,
2223
we&apos; re highly open to contributions and feedback.
2324
</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>
3025
<div className="mt-6 flex items-center justify-center gap-2">
3126
<Button
3227
variant="quiet"
3328
shape="square"
34-
size="sm"
29+
size="lg"
3530
href={siteConfig.links.discord}
3631
target="_blank"
3732
className="bg-bg-inverse/5"
@@ -41,7 +36,7 @@ export default function Page() {
4136
<Button
4237
variant="quiet"
4338
shape="square"
44-
size="sm"
39+
size="lg"
4540
href={siteConfig.links.github}
4641
target="_blank"
4742
className="bg-bg-inverse/5"
@@ -51,7 +46,7 @@ export default function Page() {
5146
<Button
5247
variant="quiet"
5348
shape="square"
54-
size="sm"
49+
size="lg"
5550
href={siteConfig.links.twitter}
5651
target="_blank"
5752
className="bg-bg-inverse/5"

0 commit comments

Comments
 (0)