Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 0bf55cf

Browse files
committed
Copy tweaks
1 parent b4548f0 commit 0bf55cf

3 files changed

Lines changed: 21 additions & 68 deletions

File tree

apps/web-roo-code/src/app/cloud/team/page.tsx

Lines changed: 9 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,13 @@ export default function CloudTeamPage() {
191191
<AnimatedBackground />
192192
<div className="container relative flex flex-col items-center h-full z-10 mx-auto px-4 sm:px-6 lg:px-8">
193193
<div className="text-center max-w-4xl mx-auto mb-12">
194-
<h1 className="text-4xl font-bold tracking-tight mb-6 md:text-5xl lg:text-6xl">
194+
<h1 className="text-4xl font-bold tracking-tight mb-6 md:text-6xl">Roo Code Cloud Team</h1>
195+
<h2 className="text-2xl font-bold tracking-tight mb-6 md:text-4xl">
195196
Built for <span className="text-violet-500">AI-Forward Teams</span>
196-
</h1>
197-
<p className="text-xl text-muted-foreground mb-8 max-w-2xl mx-auto">
198-
Empower your entire team with autonomous AI agents, centralized billing, and unified
199-
configuration. No per-seat costs, no API key juggling.
197+
</h2>
198+
<p className="text-xl text-muted-foreground mb-8 mx-auto">
199+
Empower your entire team with confidence with team-wide configuration, centralized billing,
200+
analytics and more. No per-seat costs, no API key juggling.
200201
</p>
201202
<div className="flex flex-col sm:flex-row gap-4 justify-center">
202203
<Button
@@ -295,50 +296,6 @@ export default function CloudTeamPage() {
295296
</div>
296297
</section>
297298

298-
{/* Additional Features Section */}
299-
<section className="py-24 border-t border-border">
300-
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
301-
<div className="max-w-4xl mx-auto">
302-
<h2 className="text-3xl font-bold tracking-tight sm:text-4xl mb-8 text-center">
303-
Additional Team Functionality
304-
</h2>
305-
<div className="space-y-6">
306-
<div className="border border-border rounded-xl p-6 bg-background">
307-
<h3 className="text-xl font-semibold mb-3 flex items-center gap-2">
308-
<BarChart3 className="size-5 text-violet-600 dark:text-violet-400" />
309-
Usage Analytics
310-
</h3>
311-
<p className="text-muted-foreground">
312-
Track team-wide activity with detailed analytics. Filter by user to understand
313-
individual usage patterns and optimize costs across your organization.
314-
</p>
315-
</div>
316-
<div className="border border-border rounded-xl p-6 bg-background">
317-
<h3 className="text-xl font-semibold mb-3 flex items-center gap-2">
318-
<Users className="size-5 text-violet-600 dark:text-violet-400" />
319-
Team Task Lists
320-
</h3>
321-
<p className="text-muted-foreground">
322-
View all team tasks in one place from the Home and Agent pages. Track what your team
323-
is working on and collaborate more effectively.
324-
</p>
325-
</div>
326-
</div>
327-
<div className="mt-8 text-center">
328-
<p className="text-muted-foreground">
329-
We&apos;re constantly expanding team functionality. Need something specific?{" "}
330-
<a
331-
href="mailto:support@roocode.com"
332-
className="text-violet-600 dark:text-violet-400 hover:underline">
333-
Get in touch with us
334-
</a>
335-
.
336-
</p>
337-
</div>
338-
</div>
339-
</div>
340-
</section>
341-
342299
{/* CTA Section */}
343300
<section className="py-24">
344301
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
@@ -347,7 +304,7 @@ export default function CloudTeamPage() {
347304
Ready to scale your team&apos;s development?
348305
</h2>
349306
<p className="mx-auto mb-10 max-w-2xl text-lg text-muted-foreground">
350-
Start your free 14-day trial today. No credit card required for trial access.
307+
Start your free 14-day trial today. Got questions? Get in touch.
351308
</p>
352309
<div className="flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
353310
<Button
@@ -364,12 +321,8 @@ export default function CloudTeamPage() {
364321
</a>
365322
</Button>
366323
<Button variant="outline" size="lg" className="backdrop-blur-sm" asChild>
367-
<a
368-
href={EXTERNAL_LINKS.DISCORD}
369-
target="_blank"
370-
rel="noopener noreferrer"
371-
className="flex items-center justify-center">
372-
Talk to Sales
324+
<a href={EXTERNAL_LINKS.SUPPORT} className="flex items-center justify-center">
325+
Contact Support
373326
</a>
374327
</Button>
375328
</div>

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,27 @@ export default function PricingPage() {
166166
<Icon className="size-6" strokeWidth={1.5} />
167167
</div>
168168

169-
<div className="grow mb-8">
169+
<div className="grow mb-8 md:h-[214px]">
170170
<p className="text-sm text-muted-foreground font-light mb-2">
171171
{tier.featuresIntro}&nbsp;
172172
</p>
173-
<ul className="space-y-3 my-0 md:h-[192px]">
173+
<ul className="space-y-3 my-0">
174174
{tier.features.map((feature) => (
175175
<li key={feature} className="flex items-start gap-2">
176176
<Check className="mt-0.5 h-4 w-4 text-muted-foreground shrink-0" />
177177
<span className="text-sm">{feature}</span>
178178
</li>
179179
))}
180180
</ul>
181+
{tier.learnMoreLink && (
182+
<div className="mt-2">
183+
<Link
184+
href={tier.learnMoreLink}
185+
className="text-sm text-violet-600 dark:text-violet-400 hover:underline">
186+
Learn more about the Team plan →
187+
</Link>
188+
</div>
189+
)}
181190
</div>
182191

183192
<p className="text-base font-light">{tier.trial}</p>
@@ -212,16 +221,6 @@ export default function PricingPage() {
212221
</Link>
213222
</Button>
214223

215-
{tier.learnMoreLink && (
216-
<div className="mt-3 text-center">
217-
<Link
218-
href={tier.learnMoreLink}
219-
className="text-sm text-violet-600 dark:text-violet-400 hover:underline">
220-
Learn more about Team features →
221-
</Link>
222-
</div>
223-
)}
224-
225224
{/* <div className="bg-foreground/20 h-8 absolute -bottom-8 left-1/2 w-[1px]" /> */}
226225
<div className="h-[28px] absolute bottom-[-31px] left-1/2 w-[4px] transition-colors bg-gradient-to-b from-transparent to-violet-700/20 group-hover:from-violet-500/50 group-hover:to-violet-500/20" />
227226
</div>

apps/web-roo-code/src/lib/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const EXTERNAL_LINKS = {
2828
CLOUD_APP_SIGNUP: "https://app.roocode.com/sign-up",
2929
CLOUD_APP_SIGNUP_HOME: "https://app.roocode.com/sign-up?redirect_url=/cloud-agents/setup",
3030
CLOUD_APP_SIGNUP_PRO: "https://app.roocode.com/sign-up?redirect_url=/cloud-agents/setup",
31+
SUPPORT: "mailto:support@roocode.com",
3132
}
3233

3334
export const INTERNAL_LINKS = {

0 commit comments

Comments
 (0)