feat(nx-dev): update hero tagline
This commit is contained in:
parent
49b346b912
commit
41387af458
@ -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: [
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user