Skip to content

Commit bef796d

Browse files
authored
Copy: update /slack page messaging (#10869)
copy: update /slack page messaging - Update trial CTA to 'Start a free 14 day Team trial' - Replace 'humans' with 'your team' in value props subtitle - Shorten value prop titles for consistent one-line display - Improve Thread-aware and Open to all descriptions
1 parent fa92ec4 commit bef796d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/web-roo-code/src/app/slack/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,31 +78,31 @@ interface ValueProp {
7878
const VALUE_PROPS: ValueProp[] = [
7979
{
8080
icon: GitBranch,
81-
title: "From discussion to shipped feature.",
81+
title: "Discussion to PR.",
8282
description:
8383
"Your team discusses a feature in Slack. @Roomote turns the discussion into a plan. Then builds it. All without leaving the conversation.",
8484
},
8585
{
8686
icon: Brain,
87-
title: "The agent knows the thread.",
87+
title: "Thread-aware.",
8888
description:
89-
'@Roomote reads the full conversation before responding, so follow-up questions like "why is this happening?" just work.',
89+
'@Roomote reads the full thread before responding. Ask "Can we add caching here?" and it knows exactly what code you mean.',
9090
},
9191
{
9292
icon: Link2,
93-
title: "Chain agents for complex work.",
93+
title: "Chain agents.",
9494
description:
9595
"Start with a Planner to spec it out. Then call the Coder to build it. Multi-step workflows, one Slack thread.",
9696
},
9797
{
9898
icon: Users,
99-
title: "Anyone can contribute.",
99+
title: "Open to all.",
100100
description:
101-
"PMs, CSMs, and Sales can ask @Roomote to explain code or investigate issues. Engineering gets pulled in only when truly needed.",
101+
"Anyone on your team can ask @Roomote to fix bugs, build features, or investigate issues. Engineering gets looped in only when needed.",
102102
},
103103
{
104104
icon: GraduationCap,
105-
title: "Team learning, built in.",
105+
title: "Built-in learning.",
106106
description: "Public channel mentions show everyone how to leverage agents. Learn by watching.",
107107
},
108108
{
@@ -240,7 +240,7 @@ export default function SlackPage() {
240240
Why your team will love using Roo Code in Slack
241241
</h2>
242242
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">
243-
AI agents that understand context, chain together for complex work, and keep humans in
243+
AI agents that understand context, chain together for complex work, and keep your team in
244244
control.
245245
</p>
246246
</div>
@@ -359,7 +359,7 @@ export default function SlackPage() {
359359
Start using Roo Code in Slack
360360
</h2>
361361
<p className="mx-auto mb-10 max-w-2xl text-lg text-muted-foreground">
362-
Start your Team plan trial. No credit card required.
362+
Start a free 14 day Team trial.
363363
</p>
364364
<div className="flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
365365
<Button

0 commit comments

Comments
 (0)