diff --git a/apps/web-roo-code/src/app/enterprise/page.tsx b/apps/web-roo-code/src/app/enterprise/page.tsx index c89d2abd11..d2c38fba05 100644 --- a/apps/web-roo-code/src/app/enterprise/page.tsx +++ b/apps/web-roo-code/src/app/enterprise/page.tsx @@ -1,9 +1,10 @@ -import { Code, CheckCircle, Shield, Users, Zap, Workflow } from "lucide-react" +import { Code, CheckCircle, Shield, Users, Zap, Workflow, Lock } from "lucide-react" import { Button } from "@/components/ui" import { AnimatedText } from "@/components/animated-text" import { AnimatedBackground } from "@/components/homepage" import { ContactForm } from "@/components/enterprise/contact-form" +import { EXTERNAL_LINKS } from "@/lib/constants" export default async function Enterprise() { return ( @@ -385,6 +386,63 @@ export default async function Enterprise() { + {/* Security Hook Section */} + + + + + + + + + Enterprise-Grade Security + + Built with security-first principles to meet stringent enterprise requirements while + maintaining developer productivity. + + + + + SOC 2 Type I Certified with Type II in observation + + + + End-to-end encryption for all data transmission + + + + Security-first architecture with explicit permissions + + + + Complete audit trails and compliance reporting + + + + Open-source transparency for security verification + + + + + + + Security-First Design + + Every feature built with enterprise security requirements in mind + + + + + View Security Details + + + + + + + + + {/* CTA Section */} diff --git a/apps/web-roo-code/src/components/chromes/footer.tsx b/apps/web-roo-code/src/components/chromes/footer.tsx index 0d322f31e1..57d4c8ae8b 100644 --- a/apps/web-roo-code/src/components/chromes/footer.tsx +++ b/apps/web-roo-code/src/components/chromes/footer.tsx @@ -118,6 +118,15 @@ export function Footer() { Enterprise + + + Security + + Enterprise + + Security + setIsMenuOpen(false)}> Enterprise + setIsMenuOpen(false)}> + Security +
+ Built with security-first principles to meet stringent enterprise requirements while + maintaining developer productivity. +
+ Every feature built with enterprise security requirements in mind +