Skip to content

Commit

Permalink
Update homepage testimonial card, customer logos (#10210)
Browse files Browse the repository at this point in the history
* website: add customer testimonial to homepage

* website: remove one testimonial, remove product logos
  • Loading branch information
mwickett committed Apr 7, 2021
1 parent 3d012a1 commit 83a559f
Showing 1 changed file with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions website/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,24 @@ export default function Homepage() {
<CaseStudyCarousel
title="Trusted by startups and the world’s largest organizations"
caseStudies={[
{
quote:
'After migrating to Nomad, our deployment is at least twice as fast as Kubernetes.',
caseStudyURL:
'https://www.hashicorp.com/resources/gitlab-nomad-gitops-internet-archive-migrated-from-kubernetes-nomad-consul',
person: {
firstName: 'Tracey',
lastName: 'Jaquith',
photo:
'https://www.datocms-assets.com/2885/1616436433-internetarhive.jpeg',
title: 'Software Architect',
},
company: {
name: 'Internet Archive',
logo:
'https://www.datocms-assets.com/2885/1616436427-artboard.png',
},
},
{
quote:
'We deployed a dynamic task scheduling system with Nomad. It helped us improve the availability of distributed services across more than 200 edge cities worldwide.',
Expand Down Expand Up @@ -199,23 +217,6 @@ export default function Homepage() {
'https://www.datocms-assets.com/2885/1582180745-circleci-logo.svg',
},
},
{
quote:
'Adopting Nomad did not require us to change our packaging format — we could continue to package Python in Docker and build binaries for the rest of our applications.',
caseStudyURL:
'https://medium.com/@copyconstruct/schedulers-kubernetes-and-nomad-b0f2e14a896',
person: {
firstName: 'Cindy',
lastName: 'Sridharan',
photo:
'https://www.datocms-assets.com/2885/1582181517-cindy-sridharan.png',
title: 'Engineer',
},
company: {
name: 'imgix',
logo: 'https://www.datocms-assets.com/2885/1582181250-imgix.svg',
},
},
{
quote:
"I know many teams doing incredible work with Kubernetes but I also have heard horror stories about what happens when it doesn't go well. We attribute our systems' stability to the simplicity and elegance of Nomad.",
Expand Down Expand Up @@ -297,15 +298,6 @@ export default function Homepage() {
url:
'https://www.datocms-assets.com/2885/1523044075-pandora-black.svg',
},
{
companyName: 'Citadel',
url:
'https://www.datocms-assets.com/2885/1582323352-logocitadelwhite-knockout.svg',
},
{
companyName: 'Jet',
url: 'https://www.datocms-assets.com/2885/1522341143-jet-black.svg',
},
{
companyName: 'Deluxe',
url:
Expand Down

0 comments on commit 83a559f

Please sign in to comment.