Skip to content

Commit

Permalink
docs(nx-cloud): update home hero subtitle (#30049)
Browse files Browse the repository at this point in the history
Revised the text to highlight the new AI-powered architectural awareness
and adjusted formatting for better readability on larger screens.
  • Loading branch information
bcabanes authored and jaysoo committed Feb 18, 2025
1 parent 96ebc0b commit f15ed12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nx-dev/ui-home/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export function Hero(): ReactElement {
<SectionHeading
as="p"
variant="subtitle"
className="mx-auto mt-6 max-w-4xl"
className="mx-auto mt-6 max-w-3xl"
>
<Strong>Build system</Strong>, optimized for monorepos, with plugins
for popular frameworks and tools and{' '}
<Strong>advanced CI capabilities</Strong> including caching and
distribution.
<Strong>Build system</Strong>, optimized for monorepos, with{' '}
<strong>AI-powered</strong> <br className="hidden md:block" />
architectural awareness and <Strong>advanced CI</Strong>{' '}
capabilities.
</SectionHeading>
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
<ButtonLink
Expand Down

0 comments on commit f15ed12

Please sign in to comment.