Skip to content

Commit 50510df

Browse files
committed
content: update home page call-to-action links
- Change "Get Started" button to "Local Setup" - Point both buttons to /docs/getting-started/local-setup/ - Update link text from "View Live Demos" to "Local Setup" - Adjust LinkButton text to "Local Setup"
1 parent b21b81b commit 50510df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ hero:
77
image:
88
file: ../../assets/flutter-news-app-full-source-code-logo.png
99
actions:
10-
- text: 'Get Started'
11-
link: /docs/getting-started/
10+
- text: 'Local Setup'
11+
link: /docs/getting-started/local-setup/
1212
icon: right-arrow
1313
- text: 'View Live Demos'
1414
link: '#toolkit-components'
@@ -116,7 +116,7 @@ This toolkit is source-available, allowing you to explore the code and ensure it
116116
machine. The PolyForm Free Trial license allows for a full evaluation of the project's
117117
quality and features.
118118
<div style={{ marginTop: '1.5rem' }}>
119-
<LinkButton href="/docs/getting-started/">Begin Setup</LinkButton>
119+
<LinkButton href="/docs/getting-started/local-setup/">Local Setup</LinkButton>
120120
</div>
121121
</Card>
122122
<Card title="Purchase a Lifetime License" icon="rocket">

0 commit comments

Comments
 (0)