Skip to content

Commit ea605c3

Browse files
committed
update header information in main page - issue #37
1 parent 8a2ba59 commit ea605c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function Home() {
1616
const {siteConfig = {}} = context;
1717
return (
1818
<Layout
19-
title={`Hello from ${siteConfig.title}`}
20-
description="Description will go into a meta tag in <head />">
19+
title={`Welcome to the ${siteConfig.title} by Redis Labs`}
20+
description="Learn all the best practices to get up and running with Redis in no time. Get started and discover the power of Redis, whether on your local machines or in the cloud.">
2121
<Hero />
2222
<main className="home-main">
2323
<Languages />

0 commit comments

Comments
 (0)