Skip to content

Commit 112f1a3

Browse files
committed
Update homepage title and description
1 parent 1a7189b commit 112f1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export default function Home(): ReactNode {
3434
const {siteConfig} = useDocusaurusContext();
3535
return (
3636
<Layout
37-
title={`Hello from ${siteConfig.title}`}
38-
description="Description will go into a meta tag in <head />">
37+
title={`${siteConfig.title}`}
38+
description="Build a universal semantic layer for AI, BI and data applications featuring Cube Cloud.">
3939
<HomepageHeader />
4040
<main>
4141
<section style={{ padding: '2rem 0', textAlign: 'center' }}>

0 commit comments

Comments
 (0)