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',