|
|
|
@ -138,42 +138,42 @@ export default function HomePage() {
|
|
|
|
|
<UseCases |
|
|
|
|
items={[ |
|
|
|
|
{ |
|
|
|
|
title: 'Network Middleware Automation', |
|
|
|
|
title: 'Service Discovery and Health Checking', |
|
|
|
|
description: |
|
|
|
|
'Reduce burden of manual, ticket-based networking tasks.', |
|
|
|
|
'Enable services to locate other services running in any environment and provide real-time health status.', |
|
|
|
|
image: { |
|
|
|
|
url: require('./img/use-cases/network-middleware-automation.png?url'), |
|
|
|
|
url: require('./img/use-cases/service-discovery-and-health-checks.png?url'), |
|
|
|
|
format: 'png', |
|
|
|
|
}, |
|
|
|
|
link: { |
|
|
|
|
title: 'Learn more', |
|
|
|
|
url: '/use-cases/network-middleware-automation', |
|
|
|
|
url: '/use-cases/service-discovery-and-health-checking', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: 'Multi-Platform Service Mesh', |
|
|
|
|
title: 'Network Middleware Automation', |
|
|
|
|
description: |
|
|
|
|
'Secure, modern application networking across any cloud or runtime.', |
|
|
|
|
'Reduce burden of manual, ticket-based networking tasks.', |
|
|
|
|
image: { |
|
|
|
|
url: require('./img/use-cases/multi-platform-service-mesh.png?url'), |
|
|
|
|
url: require('./img/use-cases/network-middleware-automation.png?url'), |
|
|
|
|
format: 'png', |
|
|
|
|
}, |
|
|
|
|
link: { |
|
|
|
|
title: 'Learn more', |
|
|
|
|
url: '/use-cases/multi-platform-service-mesh', |
|
|
|
|
url: '/use-cases/network-middleware-automation', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: 'Service Discovery and Health Checking', |
|
|
|
|
title: 'Multi-Platform Service Mesh', |
|
|
|
|
description: |
|
|
|
|
'Enable services to locate other services running in any environment and provide real-time health status.', |
|
|
|
|
'Secure, modern application networking across any cloud or runtime.', |
|
|
|
|
image: { |
|
|
|
|
url: require('./img/use-cases/service-discovery-and-health-checks.png?url'), |
|
|
|
|
url: require('./img/use-cases/multi-platform-service-mesh.png?url'), |
|
|
|
|
format: 'png', |
|
|
|
|
}, |
|
|
|
|
link: { |
|
|
|
|
title: 'Learn more', |
|
|
|
|
url: '/use-cases/service-discovery-and-health-checking', |
|
|
|
|
url: '/use-cases/multi-platform-service-mesh', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
]} |
|
|
|
|