File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ export const ProjectsCreatedEveryMonth = () => {
312
312
target = "_blank"
313
313
rel = "nofollow"
314
314
>
315
- Connect your Nx repository now!
315
+ Connect to Nx Cloud now!
316
316
</ ButtonLink >
317
317
</ div >
318
318
</ Card >
Original file line number Diff line number Diff line change @@ -75,21 +75,15 @@ export function Hero(): JSX.Element {
75
75
>
76
76
Get started
77
77
</ ButtonLink >
78
- < Link
78
+
79
+ < ButtonLink
79
80
href = "ci/intro/ci-with-nx?utm_medium=website& utm_campaign = homepage_links & utm_content = cta_hero_get_started & utm_source = nxdev "
80
- target = "blank"
81
- title = "Start with Nx"
82
- prefetch = { false }
83
- className = "group font-semibold leading-6 text-slate-950 dark:text-white"
81
+ title = "Get started"
82
+ variant = "contrast"
83
+ size = "default"
84
84
>
85
- Connect your Nx repository{ ' ' }
86
- < span
87
- aria-hidden = "true"
88
- className = "inline-block transition group-hover:translate-x-1"
89
- >
90
- →
91
- </ span >
92
- </ Link >
85
+ Learn about Nx on CI
86
+ </ ButtonLink >
93
87
</ div >
94
88
</ div >
95
89
</ div >
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import { AnimateValue } from '@nx/nx-dev/ui-animations';
3
3
const statistics = [
4
4
{
5
5
id : 1 ,
6
- name : 'use it every day' ,
6
+ name : 'use Nx every day' ,
7
7
value : 2 ,
8
8
suffix : ' million' ,
9
9
associative : 'developers' ,
10
10
} ,
11
11
{
12
12
id : 2 ,
13
- name : 'companies use it ' ,
13
+ name : 'companies use Nx to ship their products ' ,
14
14
value : 50 ,
15
15
suffix : '%' ,
16
16
associative : 'of Fortune 500' ,
You can’t perform that action at this time.
0 commit comments