Skip to content

Commit

Permalink
update homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Dec 13, 2023
1 parent b95e208 commit 06959d0
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packages/site/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ import Link from 'next/link'
<section style={{['--brand-Card-maxWidth']: '100%',maxWidth: '800px',margin: '0 auto', ['--brand-Grid-spacing-row']: 'var(--brand-Grid-spacing-column-gap)'}}>
<Grid>
<Grid.Column span={12}>
<Card href="#" hasBorder style={{width: '100%'}}>
<Card.Image
src="https://assetgeneratorstorage.blob.core.windows.net/user-generated-dev/product-landscape/84aa222c-3857-4e6c-bf6b-0b759ebf4122-1200x630-inline.png"
alt="placeholder, blank area with an gray background color"
/>
<Card.Heading size="5">Get started</Card.Heading>
<Card.Description>Doctocat makes it easy to set up a documentation site so that you can focus on what's important: writing docs.</Card.Description>
</Card>
<Link legacyBehavior href="/getting-started/introduction">
<Card href="#" hasBorder style={{width: '100%'}}>
<Card.Image
src="https://assetgeneratorstorage.blob.core.windows.net/user-generated-dev/product-landscape/84aa222c-3857-4e6c-bf6b-0b759ebf4122-1200x630-inline.png"
alt="placeholder, blank area with an gray background color"
/>
<Card.Heading size="5">Get started</Card.Heading>
<Card.Description>Doctocat makes it easy to set up a documentation site so that you can focus on what's important: writing docs.</Card.Description>
</Card>
</Link>
</Grid.Column>
<Grid.Column span={12}>
<Card href="#" hasBorder style={{width: '100%'}}>
Expand Down

0 comments on commit 06959d0

Please sign in to comment.