Skip to content

Commit

Permalink
fix(nx-dev): website copy corrections and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
catfireparty authored and juristr committed Jul 17, 2024
1 parent 039f91d commit 3a40d37
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions nx-dev/ui-home/src/lib/ci-for-monorepos.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
import { Dialog, Transition } from '@headlessui/react';
import { PlayIcon } from '@heroicons/react/24/outline';
import { cx } from '@nx/nx-dev/ui-primitives';
import { motion } from 'framer-motion';
import Image from 'next/image';
import Link from 'next/link';
import { ComponentProps, Fragment, ReactNode, useState } from 'react';
import { AnimateValue, Marquee } from '@nx/nx-dev/ui-animations';
import {
ButtonLink,
SectionHeading,
Strong,
TextLink,
} from '@nx/nx-dev/ui-common';
import { AnimateValue, Marquee } from '@nx/nx-dev/ui-animations';
import {
AzureDevOpsIcon,
BitbucketIcon,
Expand All @@ -20,6 +15,11 @@ import {
JenkinsIcon,
TravisCiIcon,
} from '@nx/nx-dev/ui-icons';
import { cx } from '@nx/nx-dev/ui-primitives';
import { motion } from 'framer-motion';
import Image from 'next/image';
import Link from 'next/link';
import { ComponentProps, Fragment, ReactNode, useState } from 'react';

export function CiForMonorepos(): JSX.Element {
return (
Expand All @@ -36,7 +36,7 @@ export function CiForMonorepos(): JSX.Element {
</SectionHeading>
<SectionHeading as="p" variant="subtitle" className="mt-6">
Current CI systems are <Strong>slow</Strong>,{' '}
<Strong>hard to maintain and unreliable</Strong>. With Nx Cloud, we
<Strong>hard to maintain, and unreliable</Strong>. With Nx Cloud, we
introduce an{' '}
<TextLink
href="/blog/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness?utm_source=homepage&utm_medium=website&utm_campaign=homepage_links&utm_content=cta_ci_for_monorepos"
Expand Down Expand Up @@ -130,7 +130,7 @@ export const ApplicationCard = () => {
Powerful and elegant UI
</p>
<p className="mt-2 text-slate-600 dark:text-slate-400">
CI application build for monorepos, so you can quickly find what
An application built for monorepo CI, so you can quickly find what
failed, debug and move on.
</p>
<div className="mt-10 flex items-center justify-center gap-x-6">
Expand Down Expand Up @@ -330,7 +330,7 @@ export const HalveYouBill = () => {
Halve your CI bill
</p>
<p className="mt-2 text-slate-600 dark:text-slate-400">
Nx Cloud doesn't only makes your runs{' '}
Nx Cloud not only makes your runs{' '}
<span className="font-semibold text-slate-800 dark:text-slate-200">
30% to 70% faster
</span>
Expand Down Expand Up @@ -380,8 +380,8 @@ export const IntegratesToYouCurrentCiProvider = () => {
</p>
<p className="mt-2 max-w-md text-slate-600 dark:text-slate-400">
Use your current CI provider, export your compute and slash your CI
bill by using Nx engines to save time, better performance and proper
developer experience.
bill by using Nx Agents to save time, improve performance and
ramp-up your developer experience.
</p>
<div className="mt-4 flex items-center">
<Link
Expand All @@ -390,7 +390,7 @@ export const IntegratesToYouCurrentCiProvider = () => {
prefetch={false}
className="group font-semibold leading-6 text-slate-950 dark:text-white"
>
Enable speed with a single line{' '}
Enable faster CI with a single line{' '}
<span
aria-hidden="true"
className="inline-block transition group-hover:translate-x-1"
Expand Down
16 changes: 8 additions & 8 deletions nx-dev/ui-home/src/lib/team-and-community.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import {
DiscordIcon,
SectionHeading,
Strong,
TextLink,
} from '@nx/nx-dev/ui-common';
import {
ArrowUpRightIcon,
ChevronRightIcon,
Expand All @@ -12,8 +6,14 @@ import {
MicrophoneIcon,
NewspaperIcon,
} from '@heroicons/react/24/outline';
import Link from 'next/link';
import {
DiscordIcon,
SectionHeading,
Strong,
TextLink,
} from '@nx/nx-dev/ui-common';
import { YoutubeIcon } from '@nx/nx-dev/ui-icons';
import Link from 'next/link';

const yearsAgo = new Date().getFullYear() - 2017;

Expand All @@ -31,7 +31,7 @@ export function TeamAndCommunity(): JSX.Element {
</SectionHeading>
<SectionHeading as="p" variant="subtitle" className="mt-6">
Founded {yearsAgo} years ago by two <Strong>ex-Googlers</Strong>, our
mission is to revoluzionize software development with the power of{' '}
mission is to revolutionize software development with the power of{' '}
<TextLink
href="https://github.com/nrwl/nx"
title="Monorepo & OSS"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export function WorkBetterAchieveMoreShipQuicker(): JSX.Element {
id="achieve-more-ship-quicker"
className="scroll-mt-24"
>
Work better together. Achieve more. Ship quicker.
Collaborate better. Achieve more. Ship faster.
</SectionHeading>
<SectionHeading as="p" variant="subtitle" className="mt-6">
<Strong>Tangled codebases</Strong> without well-defined ownership{' '}
<Strong>crush the velocity</Strong> of teams and the quality of
products. Nx solves it. By defining{' '}
products. Nx is the solution. By defining{' '}
<TextLink
href="/features/enforce-module-boundaries?utm_source=homepage&utm_medium=website&utm_campaign=homepage_links&utm_content=cta_achieve_more_ship_quicker"
title="Enforce module boundaries"
Expand All @@ -43,7 +43,7 @@ export function WorkBetterAchieveMoreShipQuicker(): JSX.Element {
>
code generation
</TextLink>{' '}
, developers <Strong>standardize</Strong> best practices and reduce
, developers <Strong>standardize</Strong> on best practices and reduce
duplication. Plus, they <Strong>keep everything up-to-date</Strong> by
using Nx's{' '}
<TextLink
Expand Down

0 comments on commit 3a40d37

Please sign in to comment.