Skip to content

Commit b48acec

Browse files
committed
Add Free Edition info to home page
1 parent b7cfce5 commit b48acec

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

src/pages/index.tsx

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,23 @@ function Home() {
307307
<Feature>
308308
<Feature.Describer>
309309
<h2>Free for students &amp; hobbyists</h2>
310-
<p>...</p>
310+
<p>
311+
We offer a Free Edition of EOS Online Framework to students
312+
&amp; hobbyists to make Epic Online Services accessible to
313+
all developers!
314+
</p>
315+
<p>
316+
If you earn less than $30k USD per year from any income
317+
source, you're eligible to download EOS Online Framework for
318+
free.
319+
</p>
320+
<p>
321+
To download the Free Edition and use Epic Online Services
322+
for free, see the{" "}
323+
<a href="/docs/licensing">Editions &amp; Licensing</a> page.
324+
</p>
311325
</Feature.Describer>
312-
<Feature.Visual>
313-
<a href="#" target="_blank">
314-
<img src="#" className={classnames(styles.featureImage)} />
315-
</a>
316-
</Feature.Visual>
326+
<Feature.Visual imageUrl="img/features/free-edition.png" />
317327
</Feature>
318328
<Feature>
319329
<Feature.Describer>

static/img/features/free-edition.png

243 KB
Loading

0 commit comments

Comments
 (0)