Skip to content

Conversation

@brunobergher
Copy link
Collaborator

@brunobergher brunobergher commented Sep 26, 2025

Emphasis on differentiation, concision and social proof

image image

Important

Enhances website copy and layout for better clarity, emphasis on features, and improved user engagement.

  • Homepage Layout:
    • Reorders components in page.tsx for better emphasis on features and testimonials.
    • Updates heading to "The AI dev team that gets things done" and description to highlight open-source and model compatibility.
    • Changes button text to "Install VS Code Extension" and "Try Cloud".
  • Company Logos:
    • Updates CompanyLogos in company-logos.tsx to display logos of major companies like Apple, Netflix, etc.
    • Adds animation for logo appearance.
  • Features Section:
    • Updates feature titles and descriptions in features.tsx for clarity and emphasis on customization and open-source nature.
    • Adds logos for model-agnostic feature.
  • Install Section:
    • Updates text in install-section.tsx to emphasize compatibility with VS Code forks and ease of installation.
    • Enhances button and CLI install section with better visual effects.

This description was created by Ellipsis for 0ebac61. You can customize this summary. It will automatically update as commits are pushed.

@vercel
Copy link

vercel bot commented Sep 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
roo-code-website Error Error Sep 26, 2025 2:06pm

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Sep 26, 2025
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Sep 26, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review summary:\n\n- P1 Security: External links opened with target="_blank" should include rel="noopener noreferrer" in apps/web-roo-code/src/app/page.tsx (both primary buttons). This mitigates window.opener hijacking.\n- P2 Copy correctness: In apps/web-roo-code/src/components/homepage/features.tsx, consider parallel structure: "no markup, no lock-in, no restrictions".\n- P3 Brand/grammar: In apps/web-roo-code/src/app/page.tsx: use "VS Code" (brand spelling); "that gets things done" reads more naturally than "which"; and make the second sentence complete ("It’s open source and works with any model.").

@github-actions
Copy link
Contributor

🚀 Preview deployed!

Your changes have been deployed to Vercel:

Preview URL: https://roo-code-website-99c5sdv9i-roo-code.vercel.app

This preview will be updated automatically when you push new commits to this PR.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Sep 26, 2025
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5, delay: index * 0.1, ease: "easeOut" }}>
<Image
width={0}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider specifying explicit width/height values or using the 'fill' prop for Next.js instead of 0, to ensure optimized loading and proper layout.

target="_blank"
className="flex w-full items-center justify-center">
Install Extension
Install VSCode Extension
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Install VSCode Extension
Install VS Code Extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.