Skip to content

Commit f0b3d73

Browse files
author
Scarlett Eliza
authored
docs: update home with 1.0 (#866)
1 parent 0e92412 commit f0b3d73

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/src/pages/index.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -144,22 +144,23 @@ function HomepageBlogs() {
144144
<div className={styles.column}>
145145
<img
146146
style={{ height: 'auto' }}
147-
src="https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/63befc9d00bc927526667313_Full%20Stack%20DF.png"
148-
alt="Dart on the server with Dart Frog"
147+
src="https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/64c7f8b7022291aa80ec30bd_DF1.png"
148+
alt="Dart Frog 1.0 is here"
149149
width="452"
150150
height="254"
151151
/>
152152
</div>
153153
<div className={styles.column}>
154154
<div className={styles.content}>
155-
<h2>Dart Frog full stack tutorial</h2>
155+
<h2>Dart Frog 1.0 is here! 🎉</h2>
156156
<p>
157-
Learn how to build a real-time Flutter counter app using
158-
WebSockets and Dart Frog.
157+
Announcing Dart Frog 1.0! Learn about the main features of this
158+
release, the history of Dart Frog, and why you should consider
159+
using it in your projects.
159160
</p>
160161
<Link
161162
style={{ fontWeight: 'bold' }}
162-
to="https://verygood.ventures/blog/dart-frog-full-stack-tutorial"
163+
to="https://verygood.ventures/blog/dart-frog-1-0-release"
163164
>
164165
Read the Blog <ExternalLinkIcon />
165166
</Link>
@@ -171,23 +172,22 @@ function HomepageBlogs() {
171172
<div className={styles.column}>
172173
<img
173174
style={{ height: 'auto' }}
174-
src="https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/62fa66a12a4c4e37c353db07_Dart%20Frog%20stable%20release%20announcement.png"
175-
alt="Dart Frog is now stable"
175+
src="https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/63befc9d00bc927526667313_Full%20Stack%20DF.png"
176+
alt="Dart on the server with Dart Frog"
176177
width="452"
177178
height="254"
178179
/>
179180
</div>
180181
<div className={styles.column}>
181182
<div className={styles.content}>
182-
<h2>Dart Frog is now stable 🎉</h2>
183+
<h2>Dart Frog full stack tutorial</h2>
183184
<p>
184-
Announcing the stable v0.1.0 release, including hot reload
185-
improvements, interoperability with the shelf package, a custom
186-
entrypoint, and four new tutorials.
185+
Learn how to build a real-time Flutter counter app using
186+
WebSockets and Dart Frog.
187187
</p>
188188
<Link
189189
style={{ fontWeight: 'bold' }}
190-
to="https://verygood.ventures/blog/dart-frog-stable"
190+
to="https://verygood.ventures/blog/dart-frog-full-stack-tutorial"
191191
>
192192
Read the Blog <ExternalLinkIcon />
193193
</Link>

0 commit comments

Comments
 (0)