diff --git a/apps/web-roo-code/src/app/enterprise/page.tsx b/apps/web-roo-code/src/app/enterprise/page.tsx index d2c38fba05..97b18dbb4e 100644 --- a/apps/web-roo-code/src/app/enterprise/page.tsx +++ b/apps/web-roo-code/src/app/enterprise/page.tsx @@ -1,4 +1,4 @@ -import { Code, CheckCircle, Shield, Users, Zap, Workflow, Lock } from "lucide-react" +import { Code, CheckCircle, Shield, Zap, Workflow, Lock, ArrowRight, DollarSign, Search, Network } from "lucide-react" import { Button } from "@/components/ui" import { AnimatedText } from "@/components/animated-text" @@ -10,7 +10,7 @@ export default async function Enterprise() { return ( <> {/* Hero Section */} -
+
@@ -34,24 +34,17 @@ export default async function Enterprise() {
-
-
@@ -444,30 +462,44 @@ export default async function Enterprise() {
{/* CTA Section */} -
-
-
-

- Ready to Transform Your Development Process? -

-

- Join our early access program and be among the first to experience the power of Roo Code - Cloud for Enterprise. -

-
-
-

Become an Early Access Partner

-

- Collaborate in shaping Roo Code's enterprise solution. +

+
+
+
+
+
+
+

+ Ready to Transform Your Development Process? +

+

+ Join our early access program and be among the first to experience the power of Roo + Code Cloud for Enterprise.

- -
-
-

Request a Demo

-

- See Roo Code's enterprise capabilities in action. -

- +
+
+

Become an Early Access Partner

+

+ Collaborate in shaping Roo Code's enterprise solution. +

+ +
+
+

Request a Demo

+

+ See Roo Code's enterprise capabilities in action. +

+ +
+
diff --git a/apps/web-roo-code/src/app/page.tsx b/apps/web-roo-code/src/app/page.tsx index 5e90c57c6c..a7fd810a66 100644 --- a/apps/web-roo-code/src/app/page.tsx +++ b/apps/web-roo-code/src/app/page.tsx @@ -21,7 +21,7 @@ export default async function Home() { return ( <> -
+
diff --git a/apps/web-roo-code/src/components/enterprise/contact-form.tsx b/apps/web-roo-code/src/components/enterprise/contact-form.tsx index b90435e1f3..00909f9fef 100644 --- a/apps/web-roo-code/src/components/enterprise/contact-form.tsx +++ b/apps/web-roo-code/src/components/enterprise/contact-form.tsx @@ -149,7 +149,7 @@ export function ContactForm({ formType, buttonText, buttonClassName }: ContactFo return ( - + diff --git a/apps/web-roo-code/src/components/homepage/features.tsx b/apps/web-roo-code/src/components/homepage/features.tsx index f82f817487..97670b1629 100644 --- a/apps/web-roo-code/src/components/homepage/features.tsx +++ b/apps/web-roo-code/src/components/homepage/features.tsx @@ -1,17 +1,7 @@ "use client" import { motion } from "framer-motion" -import { - FaRobot, - FaCode, - FaBrain, - FaTools, - FaTerminal, - FaPuzzlePiece, - FaGlobe, - FaShieldAlt, - FaBolt, -} from "react-icons/fa" +import { Bot, Code, Brain, Wrench, Terminal, Puzzle, Globe, Shield, Zap } from "lucide-react" import { FeaturesMobile } from "./features-mobile" import { ReactNode } from "react" @@ -24,55 +14,55 @@ export interface Feature { export const features: Feature[] = [ { - icon: , + icon: , title: "Your AI Dev Team in VS Code", description: "Roo Code puts a team of agentic AI assistants directly in your editor, with the power to plan, write, and fix code across multiple files.", }, { - icon: , + icon: , title: "Multiple Specialized Modes", description: "From coding to debugging to architecture, Roo Code has a mode for every dev scenario—just switch on the fly.", }, { - icon: , + icon: , title: "Deep Project-wide Context", description: "Roo Code reads your entire codebase, preserving valid code through diff-based edits for seamless multi-file refactors.", }, { - icon: , + icon: , title: "Open-Source and Model-Agnostic", description: "Bring your own model or use local AI—no vendor lock-in. Roo Code is free, open, and adaptable to your needs.", }, { - icon: , + icon: , title: "Guarded Command Execution", description: "Approve or deny commands as needed. Roo Code automates your dev workflow while keeping oversight firmly in your hands.", }, { - icon: , + icon: , title: "Fully Customizable", description: "Create or tweak modes, define usage rules, and shape Roo Code's behavior precisely—your code, your way.", }, { - icon: , + icon: , title: "Automated Browser Actions", description: "Seamlessly test and verify your web app directly from VS Code—Roo Code can open a browser, run checks, and more.", }, { - icon: , + icon: , title: "Secure by Design", description: "Security-first from the ground up, Roo Code meets rigorous standards without slowing you down. Monitoring and strict policies keep your code safe at scale.", }, { - icon: , + icon: , title: "Seamless Setup and Workflows", description: "Get started in minutes—no heavy configs. Roo Code fits alongside your existing tools and dev flow, while supercharging your productivity.", @@ -167,7 +157,7 @@ export function Features() {
-
{feature.icon}
+ {feature.icon}

{feature.title}

diff --git a/apps/web-roo-code/src/components/homepage/install-section.tsx b/apps/web-roo-code/src/components/homepage/install-section.tsx index 224a83cee3..5da3a7d4ae 100644 --- a/apps/web-roo-code/src/components/homepage/install-section.tsx +++ b/apps/web-roo-code/src/components/homepage/install-section.tsx @@ -23,59 +23,73 @@ export function InstallSection({ downloads }: InstallSectionProps) { } return ( -
+
+ {/* Enhanced background with better contrast */} +
-
+
+
-
-

- Install Roo Code — Open & Flexible -

-

- Roo Code is open-source, model-agnostic, and developer-focused. Install from the VS Code - Marketplace or the CLI in minutes, then bring your own AI model. -

-
- -
-
- - - VSCode Marketplace - {downloads !== null && ( - <> - - · - - {downloads} Downloads - - )} - -
- -
-
-
-
-
Install via CLI
-
-
-
-										
-											code --install-extension RooVeterinaryInc.roo-cline
-										
-									
+
+ {/* Enhanced container with better visual separation */} +
+ {/* Subtle gradient overlay */} +
+ +
+ {/* Updated h2 to match other sections */} +

+ Install Roo Code — Open & Flexible +

+

+ Roo Code is open-source, model-agnostic, and developer-focused. Install from the VS Code + Marketplace or the CLI in minutes, then bring your own AI model. +

+ +
+ {/* Enhanced VSCode Marketplace button */} + +
+
+ + + VSCode Marketplace + {downloads !== null && ( + <> + · + {downloads} Downloads + + )} + +
+ + + {/* Enhanced CLI install section */} +
+
+
+
+
Install via CLI
+
+
+
+												
+													code --install-extension RooVeterinaryInc.roo-cline
+												
+											
+
+