mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
fix(web): consolidate hero sub-copy into single statement
This commit is contained in:
parent
973cbc27af
commit
7e92759c7a
1 changed files with 1 additions and 5 deletions
|
|
@ -13,13 +13,9 @@ export function SlackHeroSection() {
|
|||
<h1 className="text-4xl font-bold tracking-tight mb-6 md:text-5xl lg:text-6xl">
|
||||
<span className="text-violet-500">@Roomote</span>: Your AI Team in Slack
|
||||
</h1>
|
||||
<p className="text-xl text-muted-foreground mb-4 max-w-2xl mx-auto">
|
||||
<p className="text-xl text-muted-foreground mb-8 max-w-2xl mx-auto">
|
||||
Summon agents to explain code, plan new features, or execute coding tasks without leaving Slack.
|
||||
</p>
|
||||
<p className="text-lg text-muted-foreground mb-8 max-w-2xl mx-auto">
|
||||
Mention @Roomote in any channel. Pick an agent and a repo. Get answers, plans, or a PR in the
|
||||
thread.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<Button
|
||||
size="xl"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue