diff --git a/src/pages/products.astro b/src/pages/products.astro index b9d60642aaa152..4348bc1b36f4cc 100644 --- a/src/pages/products.astro +++ b/src/pages/products.astro @@ -36,9 +36,9 @@ let productData: ProductData[] = products const props = { frontmatter: { - title: "Products", + title: "Docs directory", description: - "API reference, how-to guides, tutorials, example code, and more.", + "Explore the different areas of our documentation site.", template: "splash", }, hideBreadcrumbs: true,