diff options
Diffstat (limited to 'src/pages/index.js')
-rw-r--r-- | src/pages/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 14e4b4d..26c481c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -7,7 +7,8 @@ import Layout from '../components/layout' import { Splash } from '../components/splash' const indexData = { - heroText: `Let's make computers work for us`, + heroText: `Hello world 👋`, + heroTagline: `Let's build software for life`, heroBtnTo: '/about', heroBtn: ( <> |