Skip to content

Commit b214391

Browse files
feat: sync reviewer landing page copy - variant B to variant A (#9158)
- Updated variant A content to match variant B messaging - Both variants now show the same improved copy focused on catching meaningful bugs - Emphasizes depth over token-saving and repository-aware analysis Co-authored-by: Roo Code <[email protected]>
1 parent cb9abcf commit b214391

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

apps/web-roo-code/src/app/reviewer/content.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export const content: AgentPageContent = {
1010
agentName: "PR Reviewer",
1111
hero: {
1212
icon: "GitPullRequest",
13-
heading: "Get comprehensive code reviews that save you time, not tokens.",
13+
heading: "Code reviews that catch what other AI tools (and most humans) miss.",
1414
paragraphs: [
15-
"Regular AI code review tools cap model usage to protect their margins from fixed monthly prices. That leads to shallow prompts, limited context, and missed issues.",
16-
"Roo Code's PR Reviewer flips the script: you bring your own key and leverage it to the max – to find real issues, increase code quality and keep your pull request queue moving.",
15+
"Run-of-the-mill, token-saving AI code review tools will surely catch syntax errors and style issues, but they'll usually miss the bugs that actually matter: logic flaws, security vulnerabilities, and misunderstood requirements.",
16+
"Roo Code's PR Reviewer uses advanced reasoning models and full repository context to find the issues that slip through—before they reach production.",
1717
],
1818
image: {
1919
url: hero.src,
@@ -60,34 +60,33 @@ export const content: AgentPageContent = {
6060
],
6161
},
6262
whyBetter: {
63-
heading: "Why Roo's PR Reviewer is so much better",
63+
heading: "Why Roo's PR Reviewer is different",
6464
features: [
6565
{
66-
title: "Our agents, your provider keys",
66+
title: "Bring your own key, get uncompromised reviews",
6767
paragraphs: [
68-
"We orchestrate the review, optimize the hell out of the prompts, integrate with GitHub, keep you properly posted.",
69-
"We're thoughtful about token usage, but not incentivized to skimp to grow our margins.",
68+
"Most AI review tools use fixed pricing, which means they skimp on tokens to protect their margins. That leads to shallow analysis and missed issues.",
69+
"With Roo, you bring your own API key. We optimize prompts for depth, not cost-cutting, so reviews focus on real problems like business logic, security vulnerabilities, and architectural issues.",
7070
],
7171
icon: "Blocks",
7272
},
7373
{
74-
title: "Advanced reasoning and workflows",
74+
title: "Advanced reasoning that understands what matters",
7575
description:
76-
"We optimize for state-of-the-art reasoning models and leverage powerful workflows (Diff analysis → Context Gathering → Impact Mapping → Contract checks) to produce crisp, actionable comments at the right level.",
76+
"We leverage state-of-the-art reasoning models with sophisticated workflows: diff analysis, context gathering, impact mapping, and contract validation. This catches the subtle bugs that surface-level tools miss—misunderstood requirements, edge cases, and integration risks.",
7777
icon: "ListChecks",
7878
},
7979
{
80-
title: "Fully repository-aware",
80+
title: "Repository-aware, not snippet-aware",
8181
description:
82-
"Reviews traverse code ownership, dependency graphs, and historical patterns to surface risk and deviations, not noise.",
82+
"Roo analyzes your entire codebase context—dependency graphs, code ownership, team conventions, and historical patterns. It understands how changes interact with existing systems, not just whether individual lines look correct.",
8383
icon: "BookMarked",
8484
},
8585
],
8686
},
8787
cta: {
88-
heading: "Stop wasting time.",
89-
description:
90-
"Give Roo Code's PR Reviewer your model key and turn painful reviews into a tangible quality advantage.",
88+
heading: "Ready for better code reviews?",
89+
description: "Start finding the issues that matter with AI-powered reviews built for depth, not cost-cutting.",
9190
buttonText: "Start 14-day Free Trial",
9291
},
9392
}

0 commit comments

Comments
 (0)