Skip to content

Commit 92aa4c1

Browse files
Update index.js
1 parent 8932c24 commit 92aa4c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ function HomePageIntro() {
6464
</div>
6565
<div className="col col--6">
6666
<p>
67-
CodeZri (a non-profit organization) is making open-source products and high-quality content for developers around the world.
68-
We built popular free and open-source products including Neutralinojs and Jerverless.
67+
CodeZri (a non-profit organization) builds open-source products and high-quality educational content for developers around the world.
68+
We built popular free and open-source products including Neutralinojs, BuildZri, ReleaseZri, and Jerverless.
6969
We often publish coding tutorials and technical articles.
7070
</p>
7171
</div>
@@ -80,8 +80,8 @@ export default function Home() {
8080
return (
8181
<Layout
8282
title={`${siteConfig.tagline}`}
83-
description="CodeZri (a non-profit organization) is making open-source products and
84-
high-quality content for developers around the world">
83+
description="CodeZri (a non-profit organization) builds open-source products and
84+
high-quality educational content for developers">
8585
<HomepageHeader />
8686
<HomePageIntro />
8787
<main>

0 commit comments

Comments
 (0)