diff --git a/packages/web/docs/src/components/company-testimonials/index.tsx b/packages/web/docs/src/components/company-testimonials/index.tsx index 8256e082e..3d6b62c54 100644 --- a/packages/web/docs/src/components/company-testimonials/index.tsx +++ b/packages/web/docs/src/components/company-testimonials/index.tsx @@ -71,7 +71,7 @@ const testimonials: Testimonial[] = [ ), text: ( <> - Hive is essential to us handling more than 750MM GraphQL requests every month. We ship with + Hive is essential to us handling more than 750M GraphQL requests every month. We ship with certainty that schema changes will not break clients. The atLeastOnceSampler is crucial to capture telemetry from less-often run operations. The schema explorer condenses hours of searching through Github for client usage down to minutes. @@ -81,7 +81,7 @@ const testimonials: Testimonial[] = [ img: prodigyPicture, className: 'bg-[#a9e7f599]', }, - data: [{ numbers: '>750MM', description: 'requests every month' }], + data: [{ numbers: '>750M', description: 'requests every month' }], }, ]; diff --git a/packages/web/docs/src/components/company-testimonials/prodigy-picture.webp b/packages/web/docs/src/components/company-testimonials/prodigy-picture.webp new file mode 100644 index 000000000..2ea0ee8c5 Binary files /dev/null and b/packages/web/docs/src/components/company-testimonials/prodigy-picture.webp differ