diff --git a/website/components/features-list/index.jsx b/website/components/features-list/index.jsx index cc5e75b0b..12768818e 100644 --- a/website/components/features-list/index.jsx +++ b/website/components/features-list/index.jsx @@ -14,7 +14,10 @@ export default function FeaturesList({ title, items, intro }) {

{title}

-

{content}

+

))} diff --git a/website/components/features-list/style.css b/website/components/features-list/style.css index 47705bfbd..cf4d8752b 100644 --- a/website/components/features-list/style.css +++ b/website/components/features-list/style.css @@ -42,6 +42,10 @@ margin: 0; } + & a { + color: var(--nomad); + } + & .item-icon img { width: 72px; height: 72px; diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index f1daa512c..c1c229e55 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -57,9 +57,9 @@ export default function Homepage() { icon: require('./img/why-nomad/federation.svg'), }, { - title: 'Multi-Cloud with Ease', + title: 'Deploy and Scale with Ease', content: - 'One single unified workflow for deploying to bare metal or cloud environments. Enable multi-cloud applications with ease.', + 'Deploy to bare metal with the same ease as in cloud environments. Scale globally without complexity. Read the 2 Million Container Challenge.', icon: require('./img/why-nomad/servers.svg'), }, {