diff --git a/packages/app/public/logos/verda.svg b/packages/app/public/logos/verda.svg new file mode 100644 index 0000000..2e92adf --- /dev/null +++ b/packages/app/public/logos/verda.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/packages/app/src/components/quotes/quotes-data.ts b/packages/app/src/components/quotes/quotes-data.ts index 5421503..c49fe70 100644 --- a/packages/app/src/components/quotes/quotes-data.ts +++ b/packages/app/src/components/quotes/quotes-data.ts @@ -230,4 +230,11 @@ export const QUOTES: Quote[] = [ org: 'Baseten', logo: 'baseten.svg', }, + { + text: 'Verda was founded because AI engineers deserve affordable, high-performance compute without overhead. InferenceX\u2122 reinforces that mission by giving the community open, reproducible benchmarks that show what GPUs actually deliver under real inference workloads. We want our customers to see transparent, continuously updated performance data \u2014 not marketing claims. InferenceX provides exactly that.', + name: 'Ruben Bryon', + title: 'Founder & CEO, Verda', + org: 'Verda', + logo: 'verda.svg', + }, ];