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

Commit 1a4752c

Browse files
committed
Remove pricing/enterprise and Roo Code for pages
1 parent 96d6e43 commit 1a4752c

26 files changed

Lines changed: 67 additions & 3977 deletions

apps/web-roo-code/next-sitemap.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
if (path === '/') {
9999
priority = 1.0;
100100
changefreq = 'yearly';
101-
} else if (path === '/enterprise' || path === '/evals') {
101+
} else if (path === '/evals') {
102102
priority = 0.8;
103103
changefreq = 'monthly';
104104
} else if (path === '/privacy' || path === '/terms') {

apps/web-roo-code/next.config.ts

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,41 @@ const nextConfig: NextConfig = {
3232
destination: "/provider",
3333
permanent: true,
3434
},
35+
{
36+
source: "/pricing",
37+
destination: "/cloud",
38+
permanent: true,
39+
},
40+
{
41+
source: "/enterprise",
42+
destination: "/cloud/team",
43+
permanent: true,
44+
},
45+
{
46+
source: "/slack",
47+
destination: "/cloud",
48+
permanent: true,
49+
},
50+
{
51+
source: "/linear",
52+
destination: "/cloud",
53+
permanent: true,
54+
},
55+
{
56+
source: "/reviewer",
57+
destination: "/cloud",
58+
permanent: true,
59+
},
60+
{
61+
source: "/pr-fixer",
62+
destination: "/cloud",
63+
permanent: true,
64+
},
65+
{
66+
source: "/github",
67+
destination: "/cloud",
68+
permanent: true,
69+
},
3570
]
3671
},
3772
}

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

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { Button } from "@/components/ui"
2020
import { AnimatedBackground, UseExamplesSection } from "@/components/homepage"
2121
import { SEO } from "@/lib/seo"
2222
import { ogImageUrl } from "@/lib/og"
23-
import { EXTERNAL_LINKS } from "@/lib/constants"
2423
// Workaround for next/image choking on these for some reason
2524
import screenshotDark from "../../../public/heroes/cloud-screen.png"
2625

@@ -155,22 +154,9 @@ export default function CloudPage() {
155154
from the web, Slack, Linear, and more.
156155
</p>
157156
<div className="flex flex-col sm:flex-row gap-4 justify-center">
158-
<Button
159-
size="xl"
160-
className="bg-violet-600 hover:bg-violet-700 text-white transition-all duration-300 shadow-lg hover:shadow-violet-500/25"
161-
asChild>
162-
<a
163-
href={EXTERNAL_LINKS.CLOUD_APP_SIGNUP}
164-
target="_blank"
165-
rel="noopener noreferrer"
166-
className="flex items-center justify-center">
167-
Try Cloud for Free
168-
<ArrowRight className="ml-2 size-5" />
169-
</a>
170-
</Button>
171157
<Button variant="outline" size="xl" className="backdrop-blur-sm" asChild>
172-
<a href="/pricing" className="flex items-center justify-center">
173-
View Pricing
158+
<a href="/cloud/team" className="flex items-center justify-center">
159+
View Team Plan
174160
</a>
175161
</Button>
176162
</div>
@@ -272,18 +258,16 @@ export default function CloudPage() {
272258
<h2 className="mb-6 text-3xl font-bold tracking-tight sm:text-4xl">
273259
Try a completely new way of working.
274260
</h2>
275-
<p className="mx-auto mb-10 max-w-2xl text-lg text-muted-foreground">Start for free today.</p>
261+
<p className="mx-auto mb-10 max-w-2xl text-lg text-muted-foreground">
262+
Explore cloud options for individuals and teams.
263+
</p>
276264
<div className="flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
277265
<Button
278266
size="lg"
279267
className="bg-foreground text-background hover:bg-foreground/90 transition-all duration-300"
280268
asChild>
281-
<a
282-
href={EXTERNAL_LINKS.CLOUD_APP_SIGNUP}
283-
target="_blank"
284-
rel="noopener noreferrer"
285-
className="flex items-center justify-center">
286-
Sign up now
269+
<a href="/cloud/team" className="flex items-center justify-center">
270+
View Team Plan
287271
<ArrowRight className="ml-2 h-4 w-4" />
288272
</a>
289273
</Button>

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

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
ArrowRight,
32
Users,
43
Settings,
54
BarChart3,
@@ -163,22 +162,9 @@ export default function CloudTeamPage() {
163162
analytics and more. No per-seat costs, no API key juggling.
164163
</p>
165164
<div className="flex flex-col sm:flex-row gap-4 justify-center">
166-
<Button
167-
size="xl"
168-
className="bg-violet-600 hover:bg-violet-700 text-white transition-all duration-300 shadow-lg hover:shadow-violet-500/25"
169-
asChild>
170-
<a
171-
href={EXTERNAL_LINKS.CLOUD_APP_SIGNUP + "?redirect_url=/checkout/team"}
172-
target="_blank"
173-
rel="noopener noreferrer"
174-
className="flex items-center justify-center">
175-
Start 14-Day Free Trial
176-
<ArrowRight className="ml-2 size-5" />
177-
</a>
178-
</Button>
179165
<Button variant="outline" size="xl" className="backdrop-blur-sm" asChild>
180-
<a href="/pricing" className="flex items-center justify-center">
181-
View Pricing
166+
<a href="/provider" className="flex items-center justify-center">
167+
View Router Pricing
182168
</a>
183169
</Button>
184170
</div>
@@ -267,22 +253,9 @@ export default function CloudTeamPage() {
267253
Ready to scale your team&apos;s development?
268254
</h2>
269255
<p className="mx-auto mb-10 max-w-2xl text-lg text-muted-foreground">
270-
Start your free 14-day trial today. Got questions? Get in touch.
256+
Questions about getting started? Get in touch.
271257
</p>
272258
<div className="flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
273-
<Button
274-
size="lg"
275-
className="bg-foreground text-background hover:bg-foreground/90 transition-all duration-300"
276-
asChild>
277-
<a
278-
href={EXTERNAL_LINKS.CLOUD_APP_SIGNUP + "?redirect_url=/checkout/team"}
279-
target="_blank"
280-
rel="noopener noreferrer"
281-
className="flex items-center justify-center">
282-
Start Free Trial
283-
<ArrowRight className="ml-2 h-4 w-4" />
284-
</a>
285-
</Button>
286259
<Button variant="outline" size="lg" className="backdrop-blur-sm" asChild>
287260
<a href={EXTERNAL_LINKS.SUPPORT} className="flex items-center justify-center">
288261
Contact Support

0 commit comments

Comments
 (0)