@@ -40,7 +40,7 @@ const products: HeroProductInfo[] = [
4040 {
4141 ...PRODUCTS . HIVE ,
4242 description :
43- 'Prevent breaking changes, monitor performance of your GraphQL API, and manage your API gateway' ,
43+ 'Prevent breaking changes, monitor performance of your GraphQL API, and manage your API gateway. ' ,
4444 title : 'Hive - Open Source GraphQL Federation Platform' ,
4545 color : '#FFB21E' , // outdated, but it matches the screenshot.
4646 heading : (
@@ -61,7 +61,8 @@ const products: HeroProductInfo[] = [
6161 {
6262 ...PRODUCTS . MESH ,
6363 name : 'GraphQL Mesh' ,
64- description : 'Federate and serve any kind of API' ,
64+ description :
65+ 'Unify your API landscape with Mesh’s federated architecture, integrating any API service into a cohesive graph.' ,
6566 title : 'Mesh - Federated architecture for every API' ,
6667 color : '#1ACBE2' ,
6768 heading : (
@@ -78,9 +79,9 @@ const products: HeroProductInfo[] = [
7879 } ,
7980 } ,
8081 {
81- name : 'Hive Gateway & Router ' ,
82- href : PRODUCTS . HIVE_GATEWAY . href ,
83- logo : PRODUCTS . HIVE_GATEWAY . logo ,
82+ name : 'Hive Router & Gateway ' ,
83+ href : PRODUCTS . HIVE_ROUTER . href ,
84+ logo : PRODUCTS . HIVE_ROUTER . logo ,
8485 color : '#378f7f' ,
8586 description :
8687 'Choose Hive Router for maximum throughput and low latency or the Hive Gateway for deep ecosystem integration and enterprise features.' ,
@@ -96,11 +97,11 @@ const products: HeroProductInfo[] = [
9697 alt : 'GraphQL architecture diagram' ,
9798 className : 'w-[65%] bg-[#00342C] dark:bg-transparent rounded-3xl p-4 dark:py-0' ,
9899 } ,
99- ctaText : 'Explore the Gateway ' ,
100+ ctaText : 'Explore the Router ' ,
100101 secondaryCta : {
101- href : PRODUCTS . HIVE_ROUTER . href ,
102+ href : PRODUCTS . HIVE_GATEWAY . href ,
102103 className : 'bg-gray-200' ,
103- children : 'Hive Router ' ,
104+ children : 'Hive Gateway ' ,
104105 } ,
105106 } ,
106107] ;
0 commit comments