From cb91ebceb88c1d45e8c65a0802c3bb003c1187d6 Mon Sep 17 00:00:00 2001 From: Bruno Bergher Date: Fri, 26 Sep 2025 11:07:19 +0100 Subject: [PATCH 1/7] Copy tweaks --- apps/web-roo-code/src/app/page.tsx | 12 +++++----- .../src/components/homepage/features.tsx | 23 ++++++++++--------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/apps/web-roo-code/src/app/page.tsx b/apps/web-roo-code/src/app/page.tsx index 51b798f0bf..6ab3a32e68 100644 --- a/apps/web-roo-code/src/app/page.tsx +++ b/apps/web-roo-code/src/app/page.tsx @@ -28,12 +28,12 @@ export default async function Home() {
-

- An entire AI-powered dev team. In your editor and beyond. +

+ The AI dev team which gets things done.

- Roo's model-agnostic, specialized modes and fine-grained auto-approval controls - give you the tools (and the confidence) to get AI working for you. + Roo's specialized modes stay on task and ship great code. Open source and works + with any model.

@@ -44,7 +44,7 @@ export default async function Home() { href="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline" target="_blank" className="flex w-full items-center justify-center"> - Install Extension + Install VSCode Extension @@ -56,7 +56,7 @@ export default async function Home() { href={EXTERNAL_LINKS.CLOUD_APP_SIGNUP} target="_blank" className="flex w-full items-center justify-center"> - Get started with Cloud + Try Cloud diff --git a/apps/web-roo-code/src/components/homepage/features.tsx b/apps/web-roo-code/src/components/homepage/features.tsx index a0415c04f7..ceb8b48eab 100644 --- a/apps/web-roo-code/src/components/homepage/features.tsx +++ b/apps/web-roo-code/src/components/homepage/features.tsx @@ -1,7 +1,7 @@ "use client" import { motion } from "framer-motion" -import { Brain, Shield, Users2, ReplaceAll, Keyboard, LucideIcon, CheckCheck } from "lucide-react" +import { Shield, Users2, ReplaceAll, Keyboard, LucideIcon, CheckCheck, GitPullRequest } from "lucide-react" export interface Feature { icon: LucideIcon @@ -14,7 +14,7 @@ export const features: Feature[] = [ icon: Users2, title: "Specialized Modes", description: - "Planning, Architecture, Debugging and beyond: Roo's modes stay on-task and deliver. Create your own modes or download from the marketplace.", + "Planning, Architecture, Debugging and beyond: Roo's modes stay on-task and deliver. They even know when to hand off work to other modes. Create your own modes or download from the marketplace.", }, { icon: ReplaceAll, @@ -24,25 +24,26 @@ export const features: Feature[] = [ { icon: CheckCheck, title: "Granular auto-approval", - description: "Control each action and make Roo as autonomous as you want as you build confidence. Or go YOLO.", + description: + "Control each action and make Roo as autonomous as you want as you build confidence. Or go YOLO and let it rip.", }, { - icon: Keyboard, - title: "Highly Customizable", + icon: GitPullRequest, + title: "Proudly open source", description: - "Fine-tune settings for Roo to work for you, like inference context, model properties, slash commands and more.", + "Community-driven and fully auditable: no throttling or surprises about what's happening behind the scenes.", }, { - icon: Brain, - title: "Deep Project-wide Context", + icon: Keyboard, + title: "Highly Customizable", description: - "Roo Code reads your entire codebase, preserving valid code through diff-based edits for seamless multi-file refactors.", + "Fine-tune settings for Roo to work for you, like inference context, model properties, slash commands and more.", }, { icon: Shield, title: "Secure and Private by Design", description: - "Open source and local-first. No code leaves your machine unless you say so. SOC 2 Type II compliant.", + "Client-only architecture means no code leaves your machine unless you say so. SOC 2 Type II compliant.", }, ] @@ -108,7 +109,7 @@ export function Features() { initial="hidden" whileInView="visible" viewport={{ once: true }}> -
    +
      {features.map((feature, index) => { const Icon = feature.icon return ( From 27b36b3966926439398b092b55bb5c2f533e6714 Mon Sep 17 00:00:00 2001 From: Bruno Bergher Date: Fri, 26 Sep 2025 11:40:13 +0100 Subject: [PATCH 2/7] Adds provider logos to the 'model-agnostic' section --- apps/web-roo-code/public/logos/anthropic.svg | 1 + apps/web-roo-code/public/logos/deepseek.svg | 1 + apps/web-roo-code/public/logos/gemini.svg | 1 + apps/web-roo-code/public/logos/grok.svg | 1 + apps/web-roo-code/public/logos/kimi.svg | 1 + apps/web-roo-code/public/logos/mistral.svg | 1 + apps/web-roo-code/public/logos/ollama.svg | 1 + apps/web-roo-code/public/logos/openai.svg | 1 + apps/web-roo-code/public/logos/qwen.svg | 1 + .../src/components/homepage/features.tsx | 29 +++++++++++++++---- 10 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 apps/web-roo-code/public/logos/anthropic.svg create mode 100644 apps/web-roo-code/public/logos/deepseek.svg create mode 100644 apps/web-roo-code/public/logos/gemini.svg create mode 100644 apps/web-roo-code/public/logos/grok.svg create mode 100644 apps/web-roo-code/public/logos/kimi.svg create mode 100644 apps/web-roo-code/public/logos/mistral.svg create mode 100644 apps/web-roo-code/public/logos/ollama.svg create mode 100644 apps/web-roo-code/public/logos/openai.svg create mode 100644 apps/web-roo-code/public/logos/qwen.svg diff --git a/apps/web-roo-code/public/logos/anthropic.svg b/apps/web-roo-code/public/logos/anthropic.svg new file mode 100644 index 0000000000..5b81844cbd --- /dev/null +++ b/apps/web-roo-code/public/logos/anthropic.svg @@ -0,0 +1 @@ +Anthropic \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/deepseek.svg b/apps/web-roo-code/public/logos/deepseek.svg new file mode 100644 index 0000000000..dc224e43a4 --- /dev/null +++ b/apps/web-roo-code/public/logos/deepseek.svg @@ -0,0 +1 @@ +DeepSeek \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/gemini.svg b/apps/web-roo-code/public/logos/gemini.svg new file mode 100644 index 0000000000..87736bbe09 --- /dev/null +++ b/apps/web-roo-code/public/logos/gemini.svg @@ -0,0 +1 @@ +Gemini \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/grok.svg b/apps/web-roo-code/public/logos/grok.svg new file mode 100644 index 0000000000..efb1a6183c --- /dev/null +++ b/apps/web-roo-code/public/logos/grok.svg @@ -0,0 +1 @@ +Grok \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/kimi.svg b/apps/web-roo-code/public/logos/kimi.svg new file mode 100644 index 0000000000..4355c522a2 --- /dev/null +++ b/apps/web-roo-code/public/logos/kimi.svg @@ -0,0 +1 @@ +Kimi \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/mistral.svg b/apps/web-roo-code/public/logos/mistral.svg new file mode 100644 index 0000000000..32c6cbd3fd --- /dev/null +++ b/apps/web-roo-code/public/logos/mistral.svg @@ -0,0 +1 @@ +Mistral \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/ollama.svg b/apps/web-roo-code/public/logos/ollama.svg new file mode 100644 index 0000000000..cc887e3dcf --- /dev/null +++ b/apps/web-roo-code/public/logos/ollama.svg @@ -0,0 +1 @@ +Ollama \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/openai.svg b/apps/web-roo-code/public/logos/openai.svg new file mode 100644 index 0000000000..50d94d6c10 --- /dev/null +++ b/apps/web-roo-code/public/logos/openai.svg @@ -0,0 +1 @@ +OpenAI \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/qwen.svg b/apps/web-roo-code/public/logos/qwen.svg new file mode 100644 index 0000000000..a4bb382a63 --- /dev/null +++ b/apps/web-roo-code/public/logos/qwen.svg @@ -0,0 +1 @@ +Qwen \ No newline at end of file diff --git a/apps/web-roo-code/src/components/homepage/features.tsx b/apps/web-roo-code/src/components/homepage/features.tsx index ceb8b48eab..d90834c00a 100644 --- a/apps/web-roo-code/src/components/homepage/features.tsx +++ b/apps/web-roo-code/src/components/homepage/features.tsx @@ -2,24 +2,27 @@ import { motion } from "framer-motion" import { Shield, Users2, ReplaceAll, Keyboard, LucideIcon, CheckCheck, GitPullRequest } from "lucide-react" +import Image from "next/image" export interface Feature { icon: LucideIcon title: string description: string + logos?: string[] } export const features: Feature[] = [ { icon: Users2, - title: "Specialized Modes", + title: "Specialized modes", description: - "Planning, Architecture, Debugging and beyond: Roo's modes stay on-task and deliver. They even know when to hand off work to other modes. Create your own modes or download from the marketplace.", + "Planning, Architecture, Debugging and beyond: Roo's modes stay on-task and deliver. They even know when to hand off work to other modes. Create your own or download from the marketplace.", }, { icon: ReplaceAll, - title: "Model-Agnostic", - description: "Bring your own model key or use local inference — no markup, lock-in, no restrictions.", + title: "Model-agnostic", + description: "Bring your own provider key or even run local inference — no markup, lock-in, no restrictions.", + logos: ["Anthropic", "OpenAI", "Gemini", "Grok", "Qwen", "Kimi", "Mistral", "Ollama"], }, { icon: CheckCheck, @@ -35,13 +38,13 @@ export const features: Feature[] = [ }, { icon: Keyboard, - title: "Highly Customizable", + title: "Highly customizable", description: "Fine-tune settings for Roo to work for you, like inference context, model properties, slash commands and more.", }, { icon: Shield, - title: "Secure and Private by Design", + title: "Secure and private by design", description: "Client-only architecture means no code leaves your machine unless you say so. SOC 2 Type II compliant.", }, @@ -121,6 +124,20 @@ export function Features() {

      {feature.description}

      + {feature.logos && ( +
      + {feature.logos.map((logo) => ( + {`${logo} + ))} +
      + )} ) })} From 4c972881ebba689e6aab49d64b28a1dc288b5382 Mon Sep 17 00:00:00 2001 From: Bruno Bergher Date: Fri, 26 Sep 2025 11:58:26 +0100 Subject: [PATCH 3/7] User logos in the home page --- apps/web-roo-code/public/logos/apple.svg | 6 +++ apps/web-roo-code/public/logos/carvana.svg | 50 +++++++++++++++++++ apps/web-roo-code/public/logos/microsoft.svg | 12 +++++ apps/web-roo-code/public/logos/netflix.svg | 6 +++ apps/web-roo-code/public/logos/red-hat.svg | 4 ++ apps/web-roo-code/src/app/page.tsx | 2 + .../src/components/homepage/index.ts | 1 + .../src/components/homepage/user-logos.tsx | 37 ++++++++++++++ 8 files changed, 118 insertions(+) create mode 100644 apps/web-roo-code/public/logos/apple.svg create mode 100644 apps/web-roo-code/public/logos/carvana.svg create mode 100644 apps/web-roo-code/public/logos/microsoft.svg create mode 100644 apps/web-roo-code/public/logos/netflix.svg create mode 100644 apps/web-roo-code/public/logos/red-hat.svg create mode 100644 apps/web-roo-code/src/components/homepage/user-logos.tsx diff --git a/apps/web-roo-code/public/logos/apple.svg b/apps/web-roo-code/public/logos/apple.svg new file mode 100644 index 0000000000..1b2c0e33d1 --- /dev/null +++ b/apps/web-roo-code/public/logos/apple.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/carvana.svg b/apps/web-roo-code/public/logos/carvana.svg new file mode 100644 index 0000000000..e43bda0b4e --- /dev/null +++ b/apps/web-roo-code/public/logos/carvana.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/microsoft.svg b/apps/web-roo-code/public/logos/microsoft.svg new file mode 100644 index 0000000000..827f833a98 --- /dev/null +++ b/apps/web-roo-code/public/logos/microsoft.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/apps/web-roo-code/public/logos/netflix.svg b/apps/web-roo-code/public/logos/netflix.svg new file mode 100644 index 0000000000..4c635dc232 --- /dev/null +++ b/apps/web-roo-code/public/logos/netflix.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/apps/web-roo-code/public/logos/red-hat.svg b/apps/web-roo-code/public/logos/red-hat.svg new file mode 100644 index 0000000000..c72c4dc5e2 --- /dev/null +++ b/apps/web-roo-code/public/logos/red-hat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/apps/web-roo-code/src/app/page.tsx b/apps/web-roo-code/src/app/page.tsx index 6ab3a32e68..31548eb5ac 100644 --- a/apps/web-roo-code/src/app/page.tsx +++ b/apps/web-roo-code/src/app/page.tsx @@ -10,6 +10,7 @@ import { Testimonials, FAQSection, CodeExample, + UserLogos, } from "@/components/homepage" import { EXTERNAL_LINKS } from "@/lib/constants" import { ArrowRight } from "lucide-react" @@ -61,6 +62,7 @@ export default async function Home() {
+
diff --git a/apps/web-roo-code/src/components/homepage/index.ts b/apps/web-roo-code/src/components/homepage/index.ts index 9d4427448e..f938c2ddc8 100644 --- a/apps/web-roo-code/src/components/homepage/index.ts +++ b/apps/web-roo-code/src/components/homepage/index.ts @@ -5,4 +5,5 @@ export * from "./faq-section" export * from "./features" export * from "./install-section" export * from "./testimonials" +export * from "./user-logos" export * from "./whats-new-button" diff --git a/apps/web-roo-code/src/components/homepage/user-logos.tsx b/apps/web-roo-code/src/components/homepage/user-logos.tsx new file mode 100644 index 0000000000..83cf80e753 --- /dev/null +++ b/apps/web-roo-code/src/components/homepage/user-logos.tsx @@ -0,0 +1,37 @@ +"use client" + +import { motion } from "framer-motion" +import Image from "next/image" + +const logos = ["Apple", "Netflix", "Microsoft", "Red Hat", "Carvana"] + +export function UserLogos() { + return ( +
+ + Making devs more productive at + +
+ {logos.map((logo, index) => ( + + {`${logo} + + ))} +
+
+ ) +} From 7b7ebacd888282a758b06281bd8e88b4a2f5b1f1 Mon Sep 17 00:00:00 2001 From: Bruno Bergher Date: Fri, 26 Sep 2025 13:11:01 +0100 Subject: [PATCH 4/7] Many tweaks --- apps/web-roo-code/src/app/page.tsx | 18 +++---- .../src/components/homepage/company-logos.tsx | 47 +++++++++---------- .../src/components/homepage/index.ts | 1 - .../components/homepage/install-section.tsx | 15 +++--- .../src/components/homepage/user-logos.tsx | 37 --------------- 5 files changed, 40 insertions(+), 78 deletions(-) delete mode 100644 apps/web-roo-code/src/components/homepage/user-logos.tsx diff --git a/apps/web-roo-code/src/app/page.tsx b/apps/web-roo-code/src/app/page.tsx index 31548eb5ac..b062d5845c 100644 --- a/apps/web-roo-code/src/app/page.tsx +++ b/apps/web-roo-code/src/app/page.tsx @@ -5,12 +5,12 @@ import { getVSCodeDownloads } from "@/lib/stats" import { Button } from "@/components/ui" import { AnimatedBackground, - InstallSection, + CodeExample, + CompanyLogos, + FAQSection, Features, + InstallSection, Testimonials, - FAQSection, - CodeExample, - UserLogos, } from "@/components/homepage" import { EXTERNAL_LINKS } from "@/lib/constants" import { ArrowRight } from "lucide-react" @@ -29,10 +29,10 @@ export default async function Home() {
-

- The AI dev team which gets things done. +

+ The AI dev team that gets things done.

-

+

Roo's specialized modes stay on task and ship great code. Open source and works with any model.

@@ -45,7 +45,7 @@ export default async function Home() { href="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline" target="_blank" className="flex w-full items-center justify-center"> - Install VSCode Extension + Install VS Code Extension @@ -62,7 +62,7 @@ export default async function Home() {
- +
diff --git a/apps/web-roo-code/src/components/homepage/company-logos.tsx b/apps/web-roo-code/src/components/homepage/company-logos.tsx index cedc681759..43affae995 100644 --- a/apps/web-roo-code/src/components/homepage/company-logos.tsx +++ b/apps/web-roo-code/src/components/homepage/company-logos.tsx @@ -1,36 +1,33 @@ "use client" import { motion } from "framer-motion" +import Image from "next/image" -export function CompanyLogos() { - const logos = [ - { name: "Company 1", logo: "/placeholder.svg?height=40&width=120" }, - { name: "Company 2", logo: "/placeholder.svg?height=40&width=120" }, - { name: "Company 3", logo: "/placeholder.svg?height=40&width=120" }, - { name: "Company 4", logo: "/placeholder.svg?height=40&width=120" }, - { name: "Company 5", logo: "/placeholder.svg?height=40&width=120" }, - { name: "Company 6", logo: "/placeholder.svg?height=40&width=120" }, - ] +const logos = ["Apple", "Netflix", "Microsoft", "Red Hat", "Carvana"] +export function CompanyLogos() { return ( -
-
- {logos.map((company, index) => ( +
+ + Making devs more productive at + +
+ {logos.map((logo, index) => ( - {/* eslint-disable @next/next/no-img-element */} - {company.name} + {`${logo} ))} diff --git a/apps/web-roo-code/src/components/homepage/index.ts b/apps/web-roo-code/src/components/homepage/index.ts index f938c2ddc8..9d4427448e 100644 --- a/apps/web-roo-code/src/components/homepage/index.ts +++ b/apps/web-roo-code/src/components/homepage/index.ts @@ -5,5 +5,4 @@ export * from "./faq-section" export * from "./features" export * from "./install-section" export * from "./testimonials" -export * from "./user-logos" export * from "./whats-new-button" 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 96404b4796..79e2fbe857 100644 --- a/apps/web-roo-code/src/components/homepage/install-section.tsx +++ b/apps/web-roo-code/src/components/homepage/install-section.tsx @@ -50,7 +50,8 @@ export function InstallSection({ downloads }: InstallSectionProps) { Install Roo Code now

- Install from the VSCode Marketplace or the CLI in minutes, then bring your own AI model. + Install from the VS Code Marketplace or the CLI in minutes, then bring your own AI + model.
Roo Code is also compatible with all VSCode forks.

@@ -62,13 +63,15 @@ export function InstallSection({ downloads }: InstallSectionProps) { target="_blank" className="group relative inline-flex w-full items-center justify-center gap-3 rounded-xl bg-gradient-to-r from-blue-600 to-cyan-600 px-6 py-4 text-lg font-medium text-white shadow-lg transition-all duration-300 hover:from-blue-700 hover:to-cyan-700 hover:shadow-xl hover:shadow-blue-500/25 dark:from-blue-500 dark:to-cyan-500 dark:hover:from-blue-600 dark:hover:to-cyan-600 sm:w-auto sm:px-8 sm:text-xl">
-
- - - From VSCode Marketplace +
+ + + From VS Code Marketplace {downloads !== null && ( <> - · + + · + {downloads} Downloads )} diff --git a/apps/web-roo-code/src/components/homepage/user-logos.tsx b/apps/web-roo-code/src/components/homepage/user-logos.tsx deleted file mode 100644 index 83cf80e753..0000000000 --- a/apps/web-roo-code/src/components/homepage/user-logos.tsx +++ /dev/null @@ -1,37 +0,0 @@ -"use client" - -import { motion } from "framer-motion" -import Image from "next/image" - -const logos = ["Apple", "Netflix", "Microsoft", "Red Hat", "Carvana"] - -export function UserLogos() { - return ( -
- - Making devs more productive at - -
- {logos.map((logo, index) => ( - - {`${logo} - - ))} -
-
- ) -} From 6f75e7178e051a36d8414f19c17301e44e44fc82 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 26 Sep 2025 09:50:51 -0400 Subject: [PATCH 5/7] Try adding versions --- packages/build/package.json | 1 + packages/config-eslint/package.json | 1 + packages/config-typescript/package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/build/package.json b/packages/build/package.json index a1fbb05067..7a5cac7890 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,5 +1,6 @@ { "name": "@roo-code/build", + "version": "0.0.0", "description": "ESBuild utilities for Roo Code.", "private": true, "type": "module", diff --git a/packages/config-eslint/package.json b/packages/config-eslint/package.json index 9305698034..a74d80aca7 100644 --- a/packages/config-eslint/package.json +++ b/packages/config-eslint/package.json @@ -1,5 +1,6 @@ { "name": "@roo-code/config-eslint", + "version": "0.0.0", "private": true, "type": "module", "exports": { diff --git a/packages/config-typescript/package.json b/packages/config-typescript/package.json index 0fa45e15d4..97f4674105 100644 --- a/packages/config-typescript/package.json +++ b/packages/config-typescript/package.json @@ -1,5 +1,6 @@ { "name": "@roo-code/config-typescript", + "version": "0.0.0", "private": true, "publishConfig": { "access": "public" From 5101044bdb413e9222865ba8bd4414e08eeb975d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 26 Sep 2025 09:59:45 -0400 Subject: [PATCH 6/7] Revert "Try adding versions" This reverts commit 6f75e7178e051a36d8414f19c17301e44e44fc82. --- packages/build/package.json | 1 - packages/config-eslint/package.json | 1 - packages/config-typescript/package.json | 1 - 3 files changed, 3 deletions(-) diff --git a/packages/build/package.json b/packages/build/package.json index 7a5cac7890..a1fbb05067 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,6 +1,5 @@ { "name": "@roo-code/build", - "version": "0.0.0", "description": "ESBuild utilities for Roo Code.", "private": true, "type": "module", diff --git a/packages/config-eslint/package.json b/packages/config-eslint/package.json index a74d80aca7..9305698034 100644 --- a/packages/config-eslint/package.json +++ b/packages/config-eslint/package.json @@ -1,6 +1,5 @@ { "name": "@roo-code/config-eslint", - "version": "0.0.0", "private": true, "type": "module", "exports": { diff --git a/packages/config-typescript/package.json b/packages/config-typescript/package.json index 97f4674105..0fa45e15d4 100644 --- a/packages/config-typescript/package.json +++ b/packages/config-typescript/package.json @@ -1,6 +1,5 @@ { "name": "@roo-code/config-typescript", - "version": "0.0.0", "private": true, "publishConfig": { "access": "public" From 0ebac61bcf4b78c0921094aea83804efd84aeb1a Mon Sep 17 00:00:00 2001 From: Bruno Bergher Date: Fri, 26 Sep 2025 15:05:21 +0100 Subject: [PATCH 7/7] More logos --- apps/web-roo-code/public/logos/amazon.svg | 9 +++++ apps/web-roo-code/public/logos/bytedance.svg | 1 + apps/web-roo-code/public/logos/rakuten.svg | 35 +++++++++++++++++++ .../src/components/homepage/company-logos.tsx | 4 +-- 4 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 apps/web-roo-code/public/logos/amazon.svg create mode 100644 apps/web-roo-code/public/logos/bytedance.svg create mode 100644 apps/web-roo-code/public/logos/rakuten.svg diff --git a/apps/web-roo-code/public/logos/amazon.svg b/apps/web-roo-code/public/logos/amazon.svg new file mode 100644 index 0000000000..0c7c30dd62 --- /dev/null +++ b/apps/web-roo-code/public/logos/amazon.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/bytedance.svg b/apps/web-roo-code/public/logos/bytedance.svg new file mode 100644 index 0000000000..96f1bf235c --- /dev/null +++ b/apps/web-roo-code/public/logos/bytedance.svg @@ -0,0 +1 @@ +ByteDance \ No newline at end of file diff --git a/apps/web-roo-code/public/logos/rakuten.svg b/apps/web-roo-code/public/logos/rakuten.svg new file mode 100644 index 0000000000..f237d17881 --- /dev/null +++ b/apps/web-roo-code/public/logos/rakuten.svg @@ -0,0 +1,35 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/web-roo-code/src/components/homepage/company-logos.tsx b/apps/web-roo-code/src/components/homepage/company-logos.tsx index 43affae995..a27e8bbc16 100644 --- a/apps/web-roo-code/src/components/homepage/company-logos.tsx +++ b/apps/web-roo-code/src/components/homepage/company-logos.tsx @@ -3,7 +3,7 @@ import { motion } from "framer-motion" import Image from "next/image" -const logos = ["Apple", "Netflix", "Microsoft", "Red Hat", "Carvana"] +const logos = ["Apple", "Netflix", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"] export function CompanyLogos() { return ( @@ -25,7 +25,7 @@ export function CompanyLogos() { {`${logo}