From a57b0b6dc47546dedbb80459809501b2897e72a8 Mon Sep 17 00:00:00 2001 From: dleffel Date: Wed, 2 Jul 2025 13:39:02 -0700 Subject: [PATCH] feat: integrate security one-pager into website (#5234) Co-authored-by: Daniel Riccio Co-authored-by: Matt Rubens --- apps/web-roo-code/src/app/enterprise/page.tsx | 60 ++++++++++++++++++- .../src/components/chromes/footer.tsx | 9 +++ .../src/components/chromes/nav-bar.tsx | 15 +++++ apps/web-roo-code/src/lib/constants.ts | 1 + 4 files changed, 84 insertions(+), 1 deletion(-) 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 +

+
+ +
+
+
+
+
+ {/* 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 +