Skip to content

Commit f662b49

Browse files
committed
docs: update landing page content and structure
- Update page title to include "Full-Stack" - Restructure content for better flow and clarity - Rename "ecosystem" to "toolkit components" - Update links and button text for consistency - Add PolyForm Free Trial license information
1 parent 48f7775 commit f662b49

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

src/content/docs/index.mdx

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Your Flutter News App - Ready to Launch'
2+
title: 'Your Full-Stack Flutter News App - Ready to Launch'
33
description: A complete, production-ready toolkit for building a cross-platform news application.
44
template: splash
55
hero:
@@ -8,21 +8,23 @@ hero:
88
file: ../../assets/flutter-news-app-full-source-code-logo.png
99
actions:
1010
- text: 'Get Started: Local Setup'
11-
link: /docs/getting-started/
11+
link: /docs/local-setup/
1212
icon: right-arrow
1313
- text: 'View Live Demos'
14-
link: '#ecosystem'
14+
link: '#toolkit-components'
1515
icon: 'down-arrow'
1616
variant: minimal
1717
---
1818

1919
import { Card, CardGrid, LinkButton } from '@astrojs/starlight/components';
2020

21-
<div id="ecosystem">
22-
## A Complete, Production-Ready Ecosystem
23-
</div>
21+
## A Complete, Production-Ready Toolkit
22+
23+
Welcome to the Flutter News App Full Source Code Toolkit. This is more than just an app template; it's a complete, three-part toolkit designed to work seamlessly together, giving you everything you need to launch, manage, and scale a modern news application from a solid, well-architected foundation.
2424

25-
Welcome to the Flutter News App Full Source Code Toolkit. This is more than just an app template; it's a complete, three-part ecosystem designed to work seamlessly together, giving you everything you need to launch, manage, and scale a modern news application.
25+
<div id="toolkit-components">
26+
### The Toolkit Components
27+
</div>
2628

2729
<CardGrid>
2830
<Card title="Mobile Client App" icon="phone">
@@ -46,7 +48,7 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
4648
href="https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code"
4749
target="_blank"
4850
>
49-
Download
51+
Browse on GitHub
5052
</a>
5153
</div>
5254
</Card>
@@ -71,7 +73,7 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
7173
href="https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code"
7274
target="_blank"
7375
>
74-
Download
76+
Browse on GitHub
7577
</a>
7678
</div>
7779
</Card>
@@ -92,25 +94,27 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
9294
href="https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code"
9395
target="_blank"
9496
>
95-
Download
97+
Browse on GitHub
9698
</a>
9799
</div>
98100
</Card>
99101
</div>
100102

101-
## Choose Your Path
103+
## Get Started: Try, Evaluate, and Launch
104+
105+
This toolkit is source-available, allowing you to explore the code and ensure it meets your standards before making a commitment.
102106

103107
<CardGrid>
104-
<Card title="Start Your 32-Day Trial" icon="laptop">
108+
<Card title="Start Your Free Trial" icon="laptop">
105109
Download the complete source code and run the entire system on your local
106-
machine. The trial license allows for a full evaluation of the project's
107-
quality and features for 32 days.
110+
machine. The PolyForm Free Trial license allows for a full evaluation of the project's
111+
quality and features.
108112
<div style={{ marginTop: '1.5rem' }}>
109-
<LinkButton href="/docs/getting-started/">Begin Local Setup</LinkButton>
113+
<LinkButton href="/docs/local-setup/">Begin Local Setup</LinkButton>
110114
</div>
111115
</Card>
112116
<Card title="Purchase a Lifetime License" icon="rocket">
113-
A one-time purchase grants you a lifetime commercial license to build,
117+
Ready to go live? A one-time purchase grants you a lifetime commercial license to build,
114118
customize, and deploy unlimited applications, complete with lifetime
115119
updates.
116120
<div style={{ marginTop: '1.5rem' }}>

0 commit comments

Comments
 (0)