mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
feat(web): update homepage headline and tagline for remote control capabilities (#7911)
This commit is contained in:
parent
2263d86a20
commit
dcc6db00c7
1 changed files with 7 additions and 4 deletions
|
|
@ -32,14 +32,17 @@ export default async function Home() {
|
|||
<AnimatedText className="bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent">
|
||||
AI-Powered
|
||||
</AnimatedText>
|
||||
<span className="block">Dev Team, Right in Your Editor.</span>
|
||||
<span className="block">Dev Team, in Your Editor</span>
|
||||
<AnimatedText className="bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent">
|
||||
and Beyond
|
||||
</AnimatedText>
|
||||
</h1>
|
||||
<p className="mt-4 max-w-md text-base text-muted-foreground sm:mt-6 sm:text-lg">
|
||||
Supercharge your editor with AI that{" "}
|
||||
Supercharge your software development with AI that{" "}
|
||||
<AnimatedText className="bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent">
|
||||
understands your codebase
|
||||
</AnimatedText>
|
||||
, streamlines development, and helps you write, refactor, and debug with ease.
|
||||
</AnimatedText>{" "}
|
||||
and helps you write, refactor, and debug with ease in your editor and in the cloud.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex flex-col space-y-3 sm:flex-row sm:space-x-4 sm:space-y-0">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue