diff --git a/apps/docs/src/pages/index.tsx b/apps/docs/src/pages/index.tsx
index 6613236da5b1f02810cab35006cd86f007cf7c0f..42e43fa4e8ba3b800a947df3a1f81e0dab310ea5 100644
--- a/apps/docs/src/pages/index.tsx
+++ b/apps/docs/src/pages/index.tsx
@@ -24,8 +24,8 @@ export default function Home(): JSX.Element {
   const { siteConfig } = useDocusaurusContext();
   return (
     <Layout
-      title={`Hello from ${siteConfig.title}`}
-      description="Description will go into a meta tag in <head />"
+      title={`${siteConfig.title}`}
+      description="LlamaIndex is a data framework for your LLM application. Use your own data with large language models (LLMs, OpenAI ChatGPT and others) in Typescript and Javascript."
     >
       <HomepageHeader />
       <main>