Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down