From 2201c72c76745702d6a5918dffc172f992c2a8cb Mon Sep 17 00:00:00 2001 From: "kapil.gowru" Date: Thu, 16 Jul 2026 17:57:24 +0000 Subject: [PATCH] Swap hero quote: ElevenLabs replaces OpenRouter at top Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index dbeb8aa..1c629e8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -74,14 +74,15 @@ const testimonials = [ quote: 'Making our docs agent-ready was one of the best investments we made. When Cursor and Claude can read your API reference cleanly, developers ship integrations without ever opening a browser tab.', }, { - name: 'Alex Atallah', - role: 'CEO, OpenRouter', - avatar: '/agent-score/social/alex-social.png', - companyLogo: '/agent-score/social/openrouter-social.svg', - company: 'OpenRouter', - docsUrl: 'https://openrouter.ai/docs', - companySlug: 'openrouter-ai-docs', - quote: 'At OpenRouter we see firsthand how much traffic comes through AI coding agents. If your docs aren\'t well-indexed and agent-optimized, you\'re invisible to the fastest-growing buyer segment.', + name: 'Paul Asjes', + role: 'DevEx, ElevenLabs', + avatar: '/agent-score/social/paul-social.png', + companyLogo: '/agent-score/social/elevenlabs-social.svg', + logoHeight: 14, + company: 'ElevenLabs', + docsUrl: 'https://elevenlabs.io/docs', + companySlug: 'elevenlabs', + quote: 'Like moving from punch cards to IDEs or machine code to syntactic languages, agents are the next big leap in software engineering. Agent experience is now at the forefront of how products are adopted and it all starts with good, agent-first documentation.', }, { name: 'Balaji Raghavan', @@ -115,15 +116,14 @@ const testimonials = [ }, // { { - name: 'Paul Asjes', - role: 'DevEx, ElevenLabs', - avatar: '/agent-score/social/paul-social.png', - companyLogo: '/agent-score/social/elevenlabs-social.svg', - logoHeight: 14, - company: 'ElevenLabs', - docsUrl: 'https://elevenlabs.io/docs', - companySlug: 'elevenlabs', - quote: 'Like moving from punch cards to IDEs or machine code to syntactic languages, agents are the next big leap in software engineering. Agent experience is now at the forefront of how products are adopted and it all starts with good, agent-first documentation.', + name: 'Alex Atallah', + role: 'CEO, OpenRouter', + avatar: '/agent-score/social/alex-social.png', + companyLogo: '/agent-score/social/openrouter-social.svg', + company: 'OpenRouter', + docsUrl: 'https://openrouter.ai/docs', + companySlug: 'openrouter-ai-docs', + quote: 'At OpenRouter we see firsthand how much traffic comes through AI coding agents. If your docs aren\'t well-indexed and agent-optimized, you\'re invisible to the fastest-growing buyer segment.', }, { name: 'Sylvain Kalache',