fix(web): consolidate hero sub-copy into single statement

This commit is contained in:
Roo Code 2026-01-21 00:24:16 +00:00
parent 973cbc27af
commit 7e92759c7a

View file

@ -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"