parent
0b2f4527d9
commit
e7a9f36762
@ -9,7 +9,7 @@ export interface CTAProps {
|
|||||||
export function CallToAction({
|
export function CallToAction({
|
||||||
mainActionTitle = 'Get started with Nx',
|
mainActionTitle = 'Get started with Nx',
|
||||||
mainActionLinkText = 'Get started',
|
mainActionLinkText = 'Get started',
|
||||||
mainActionLink = '/docs',
|
mainActionLink = '/getting-started/intro',
|
||||||
}: CTAProps): JSX.Element {
|
}: CTAProps): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<section className="relative isolate px-6 py-32 sm:py-40 lg:px-8">
|
<section className="relative isolate px-6 py-32 sm:py-40 lg:px-8">
|
||||||
|
|||||||
@ -66,7 +66,7 @@ export function TeamAndCommunity(): JSX.Element {
|
|||||||
<div className="group/item relative flex items-center gap-2 rounded-xl border border-slate-100 p-4 transition hover:text-slate-950 dark:border-slate-800/60 dark:hover:text-white">
|
<div className="group/item relative flex items-center gap-2 rounded-xl border border-slate-100 p-4 transition hover:text-slate-950 dark:border-slate-800/60 dark:hover:text-white">
|
||||||
<DocumentIcon aria-hidden="true" className="size-6 shrink-0" />
|
<DocumentIcon aria-hidden="true" className="size-6 shrink-0" />
|
||||||
<Link
|
<Link
|
||||||
href="/docs?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_team_and_community"
|
href="/getting-started/intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_team_and_community"
|
||||||
className="grow text-base"
|
className="grow text-base"
|
||||||
prefetch={false}
|
prefetch={false}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user