Skip to content

Commit 34671a9

Browse files
committed
docs: update homepage content and links
- Update title to "Welcome" - Change action button text and link to "Get Started: Local Setup" and /getting-started/ - Update "See Deployment Guides" link to /deployment-guides/ - Update hero actions and main buttons to reflect new links
1 parent a4c9dc0 commit 34671a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: 'Introduction: The Flutter News App Toolkit'
2+
title: 'Welcome'
33
description: A complete, production-ready toolkit for building a cross-platform news application.
44
template: splash
55
hero:
66
tagline: Your full-stack solution for launching a professional news platform. Includes a Flutter mobile app, a web-based dashboard, and a powerful Dart Frog backend.
77
image:
88
file: ../../assets/houston.webp
99
actions:
10-
- text: Start Local Setup
11-
link: /introduction/
10+
- text: 'Get Started: Local Setup'
11+
link: /getting-started/
1212
icon: right-arrow
1313
- text: View on GitHub
1414
link: https://github.com/flutter-news-app-full-source-code
@@ -51,10 +51,10 @@ This toolkit is built on a foundation of clean architecture and modern best prac
5151
Ready to get started? Our local setup guides will walk you through running the entire ecosystem on your machine.
5252

5353
<div style={{ display: 'flex', gap: '1rem', marginTop: '1.5rem' }}>
54-
<LinkButton href="/introduction/">
54+
<LinkButton href="/getting-started/">
5555
Begin Local Setup
5656
</LinkButton>
57-
<LinkButton href="/api-server/deployment/" variant="secondary">
57+
<LinkButton href="/deployment-guides/" variant="secondary">
5858
See Deployment Guides
5959
</LinkButton>
6060
</div>

0 commit comments

Comments
 (0)