From f99e37d5cb5bbae4b157a6c095d11a0c8c46b9f2 Mon Sep 17 00:00:00 2001 From: peth-yursick <55857222+peth-yursick@users.noreply.github.com> Date: Fri, 22 May 2020 21:15:01 +0200 Subject: [PATCH] Update index.js --- src/pages/index.js | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index d0ec62e1..bcd036ae 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -8,32 +8,29 @@ import styles from "./styles.module.css"; const features = [ { - title: <>Some Section, + title: <>For Players, imageUrl: "assets/icon-dark.png", description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + Join MetaGame as a player & get help forging your path. ) }, { - title: <>Another Thing, + title: <>For Guilds, imageUrl: "assets/icon-plain.png", description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + Join MetaGame as a project & get support building the future. ) }, { - title: <>Third Part, + title: <>Third Patrons, imageUrl: "assets/icon-glow.png", description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + Join the future by supporting MetaGame. ) }