@@ -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'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'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 >
0 commit comments