feat(nx-dev): update hero tagline

This commit is contained in:
Juri Strumpflohner 2025-06-03 19:44:50 +02:00
parent 49b346b912
commit 41387af458
2 changed files with 4 additions and 4 deletions

View File

@ -22,11 +22,11 @@ export function Enterprise(): ReactElement {
return ( return (
<> <>
<NextSeo <NextSeo
title="Solving the Performance Paradox, get speed and scale" title="Develop like an enterprise. Deliver like a startup."
description="Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed." description="Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed."
openGraph={{ openGraph={{
url: 'https://nx.dev' + router.asPath, url: 'https://nx.dev' + router.asPath,
title: 'Solving the Performance Paradox, get speed and scale', title: 'Develop like an enterprise. Deliver like a startup.',
description: description:
"Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed.", "Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed.",
images: [ images: [

View File

@ -49,9 +49,9 @@ export function Hero(): ReactElement {
variant="display" variant="display"
className="mt-8 text-pretty tracking-tight" className="mt-8 text-pretty tracking-tight"
> >
Solving the Performance Paradox,{' '} Develop like an enterprise.{' '}
<span className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent"> <span className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
get speed and scale Deliver like a startup.
</span> </span>
</SectionHeading> </SectionHeading>
<SectionHeading <SectionHeading