diff --git a/app/_assets/stylesheets/pages/landing-page.less b/app/_assets/stylesheets/pages/landing-page.less index 6ef72525d31e..88932f47e8d0 100644 --- a/app/_assets/stylesheets/pages/landing-page.less +++ b/app/_assets/stylesheets/pages/landing-page.less @@ -377,7 +377,7 @@ header.navbar { .cards-container { display: grid; grid-gap: 24px; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr; .card { align-self: stretch; diff --git a/app/_data/landing_page.yml b/app/_data/landing_page.yml index 10eca23444c6..4926ac5c971c 100644 --- a/app/_data/landing_page.yml +++ b/app/_data/landing_page.yml @@ -1,6 +1,13 @@ features: - title: Key features items: + - name: AI Gateway + description: Deploy a multi-LLM AI Gateway for GenAI infrastructure to semantically route, secure, observe, accelerate, and govern AI provider use and implementation. + icon: /assets/images/icons/documentation/icn-ai.svg + links: + - text: Overview + icon: /assets/images/icons/icn-doc.svg + url: /gateway/latest/ai-gateway/ - name: Service Catalog description: Build a comprehensive catalog of all services running in your organization, both Konnect-internal applications (like Gateway Manager and Mesh Manager) as well as external applications (like GitHub and PagerDuty). icon: /assets/images/landing-page/card-icons/service-hub.svg