-
Notifications
You must be signed in to change notification settings - Fork 2.5k
web: More website copy tweaks #8326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this 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.").
|
🚀 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. |
| animate={{ opacity: 1, y: 0 }} | ||
| transition={{ duration: 0.5, delay: index * 0.1, ease: "easeOut" }}> | ||
| <Image | ||
| width={0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apps/web-roo-code/src/app/page.tsx
Outdated
| target="_blank" | ||
| className="flex w-full items-center justify-center"> | ||
| Install Extension | ||
| Install VSCode Extension |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Install VSCode Extension | |
| Install VS Code Extension |
This reverts commit 6f75e71.
Emphasis on differentiation, concision and social proof
Important
Enhances website copy and layout for better clarity, emphasis on features, and improved user engagement.
page.tsxfor better emphasis on features and testimonials.CompanyLogosincompany-logos.tsxto display logos of major companies like Apple, Netflix, etc.features.tsxfor clarity and emphasis on customization and open-source nature.install-section.tsxto emphasize compatibility with VS Code forks and ease of installation.This description was created by
for 0ebac61. You can customize this summary. It will automatically update as commits are pushed.