Skip to content

Commit 72d2806

Browse files
committed
feat(web): update homepage headline and tagline for remote control capabilities
Update the homepage to reflect expanded capabilities beyond the editor: - Change headline to "Your AI-Powered Dev Team, in Your Editor and Beyond" - Add gradient styling to "and Beyond" text - Update tagline to mention both editor and cloud development
1 parent fbeee2b commit 72d2806

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

apps/web-roo-code/src/app/page.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ export default async function Home() {
3232
<AnimatedText className="bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent">
3333
AI-Powered
3434
</AnimatedText>
35-
<span className="block">Dev Team, Right in Your Editor.</span>
35+
<span className="block">Dev Team, in Your Editor</span>
36+
<AnimatedText className="bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent">
37+
and Beyond
38+
</AnimatedText>
3639
</h1>
3740
<p className="mt-4 max-w-md text-base text-muted-foreground sm:mt-6 sm:text-lg">
38-
Supercharge your editor with AI that{" "}
41+
Supercharge your software development with AI that{" "}
3942
<AnimatedText className="bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent">
4043
understands your codebase
41-
</AnimatedText>
42-
, streamlines development, and helps you write, refactor, and debug with ease.
44+
</AnimatedText>{" "}
45+
and helps you write, refactor, and debug with ease in your editor and in the cloud.
4346
</p>
4447
</div>
4548
<div className="flex flex-col space-y-3 sm:flex-row sm:space-x-4 sm:space-y-0">

0 commit comments

Comments
 (0)