Final content tweaks

This commit is contained in:
Brandon Romano 2020-05-13 21:40:02 -07:00
parent 0014fad5d4
commit 9023436120
3 changed files with 8 additions and 5 deletions

BIN
website/pages/use-cases/img/flexible-architecture.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -6,13 +6,13 @@ export default function MultiPlatformServiceMeshPage() {
return (
<UseCaseLayout
title="Multi-Platform Service Mesh"
description="Establish a service mesh between multiple runtime and cloud environments. Create a consistent platform for application networking and security with identity based authorization, L7 traffic management, and service-to-service encryption."
description="Create a consistent platform for modern application networking and security with identity based authorization, L7 traffic management, and service-to-service encryption."
>
<TextSplitWithImage
textSplit={{
heading: 'Multi-Datacenter, Multi-Region',
content:
'Federate consul between multiple clusters and environments creating a global service mesh. Consistently apply policies and security across platforms.',
'Federate Consul between multiple clusters and environments creating a global service mesh. Consistently apply policies and security across platforms.',
textSide: 'right',
links: [
{
@ -141,7 +141,7 @@ Splits = [
textSplit={{
heading: 'Scale to Enterprise',
content:
'Enterprise addresses solutions for operating Consul at enterprise scale both from an environmental complexity perspective as well as a resilience perspective.',
'Consul addresses the challenge of running a service mesh at enterprise scale from both an environmental complexity and resiliency perspective.',
textSide: 'left',
links: [
{

View File

@ -5,7 +5,7 @@ export default function NetworkMiddlewareAutomationPage() {
return (
<UseCaseLayout
title="Network Middleware Automation"
description="Reduce time to deploy and eliminate manual processes by automating complex networking tasks. Developers can rollout new services, scale up and down, and gracefully handle failure without operator intervention."
description="Reduce the time to deploy applications and eliminate manual processes by automating complex networking tasks. Enable operators to easily deploy, manage and optimize network middleware."
>
<TextSplitWithImage
textSplit={{
@ -62,7 +62,7 @@ export default function NetworkMiddlewareAutomationPage() {
],
}}
image={{
url: require('./img/ecosystem.svg?url'),
url: require('./img/flexible-architecture.png?url'),
}}
/>