diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 5ac672d409..23b2e7afc2 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -1,6 +1,6 @@ --- title: Introduction to Apollo Client -subtitle: Learn how Apollo Client simplifies GraphQL data management and helps build delightful UIs +subtitle: Learn how Apollo Client simplifies GraphQL data management to help build web apps description: Discover Apollo Client, a powerful state management library for JavaScript. Learn how it simplifies fetching, caching, and more with GraphQL. --- diff --git a/docs/source/why-apollo.mdx b/docs/source/why-apollo.mdx index 8217d828d9..ca18717e15 100644 --- a/docs/source/why-apollo.mdx +++ b/docs/source/why-apollo.mdx @@ -1,6 +1,6 @@ --- title: Why Apollo Client? -subtitle: Discover why Apollo Client is the ideal choice for managing both remote and local data with GraphQL +subtitle: Discover why Apollo Client is the ideal choice for managing data with GraphQL description: Learn how Apollo Client simplifies data management with GraphQL, offers intelligent caching, and unifies remote and local data. ---