File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,14 @@ export function HomeHeader({ fixed }: { fixed?: boolean }) {
30
30
</ a >
31
31
< p className = "text-slate-200" >
32
32
< span className = "hidden lg:inline-block " >
33
- - Our Background Jobs framework for Next.js,
33
+ - Our background jobs framework for Next.js, is now available!
34
34
</ span > { " " }
35
- < span className = "hidden md:inline-block" >
36
- is now in private beta.
37
- </ span > { " " }
38
- Get your early access code{ " " }
39
35
< a
40
36
className = "underline hover:opacity-90 cursor-pointer text-lime-400"
41
37
target = "_blank"
42
- href = "https://bcymafitv0e.typeform.com/to/QQnotGJM#source=jsonhero-home "
38
+ href = "https://cloud.trigger.dev "
43
39
>
44
- here
40
+ Sign up here
45
41
</ a >
46
42
.
47
43
</ p >
@@ -53,7 +49,7 @@ export function HomeHeader({ fixed }: { fixed?: boolean }) {
53
49
< ol className = "flex items-center gap-2 sm:pr-4 pr-2" >
54
50
< Popover >
55
51
< PopoverTrigger >
56
- < button className = "hidden md:block bg-lime-500 text-slate-900 text-lg font-bold px-2 py-0.5 rounded-sm uppercase whitespace-nowrap cursor-pointer opacity-90 hover:opacity-100 transition" >
52
+ < button className = "hidden md:block bg-lime-400 text-slate-900 text-lg font-bold px-2 py-0.5 rounded-sm uppercase whitespace-nowrap cursor-pointer opacity-90 hover:opacity-100 transition" >
57
53
Try now
58
54
</ button >
59
55
</ PopoverTrigger >
You can’t perform that action at this time.
0 commit comments