diff --git a/packages/web/docs/src/components/company-testimonials/index.tsx b/packages/web/docs/src/components/company-testimonials/index.tsx index 6b122e05e..df6d574bf 100644 --- a/packages/web/docs/src/components/company-testimonials/index.tsx +++ b/packages/web/docs/src/components/company-testimonials/index.tsx @@ -7,7 +7,7 @@ import { cn } from '../../lib'; import { ArrowIcon } from '../arrow-icon'; import { KarrotLogo, NacelleLogo, WealthsimpleLogo, type LogoProps } from '../company-logos'; import karrotPicture from './karrot-picture.webp'; -import nacellePicture from './nacelle-picture.svg'; +import nacellePicture from './nacelle-picture.webp'; import wealthsimplePicture from './wealthsimple-picture.webp'; type Testimonial = { @@ -28,7 +28,7 @@ const testimonials: Testimonial[] = [ company: 'nacelle', logo: NacelleLogo, text: "Our migration from Apollo to Hive was incredibly straightforward. In less than a month, we had about 20 services running on Hive in production. The process was smooth, and the Hive team's friendly demeanor made it even more pleasant. Although we haven't needed direct assistance with our implementation, their openness to feedback and generally nice attitude has fostered a sense of collaboration and partnership.", - picture: { img: nacellePicture, className: 'bg-[#340038]/[0.03] opacity-95' }, + picture: { img: nacellePicture }, // data: [ // { numbers: '65M+', description: 'daily events processed' }, // { numbers: '40%', description: 'more resource efficient' }, @@ -39,9 +39,7 @@ const testimonials: Testimonial[] = [ company: 'Karrot', logo: KarrotLogo, text: 'We use GraphQL Hive as schema registry and monitoring tool. As a schema registry, we can publish GraphQL Schema with decoupled any application code. As a monitoring tool, we can find useful metrics. For example operation latency, usage of deprecated field. The great thing about GraphQL Hive is that it is easy to use, we have already integrated many tools like Slack or Github.', - picture: { - img: karrotPicture, - }, + picture: { img: karrotPicture }, }, { company: 'Wealthsimple', diff --git a/packages/web/docs/src/components/company-testimonials/karrot-picture.webp b/packages/web/docs/src/components/company-testimonials/karrot-picture.webp index 7e40af0ff..ab8dc9506 100644 Binary files a/packages/web/docs/src/components/company-testimonials/karrot-picture.webp and b/packages/web/docs/src/components/company-testimonials/karrot-picture.webp differ diff --git a/packages/web/docs/src/components/company-testimonials/nacelle-picture.svg b/packages/web/docs/src/components/company-testimonials/nacelle-picture.svg deleted file mode 100644 index 0a32fb4da..000000000 --- a/packages/web/docs/src/components/company-testimonials/nacelle-picture.svg +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/web/docs/src/components/company-testimonials/nacelle-picture.webp b/packages/web/docs/src/components/company-testimonials/nacelle-picture.webp new file mode 100644 index 000000000..156982566 Binary files /dev/null and b/packages/web/docs/src/components/company-testimonials/nacelle-picture.webp differ