diff --git a/packages/web/docs/src/components/landing-page.tsx b/packages/web/docs/src/components/landing-page.tsx index 48d86bd38..7553b04ff 100644 --- a/packages/web/docs/src/components/landing-page.tsx +++ b/packages/web/docs/src/components/landing-page.tsx @@ -207,19 +207,32 @@ function UltimatePerformanceCards() { function LearnGraphQLFederationSection(props: { className?: string }) { return ( -
- +
+ + + + + What Is GraphQL Federation? -

+

Understand what federated GraphQL API is, how it works, and why it may be the right choice for your API.

Introduction to Federation