Skip to content

Commit 6efe254

Browse files
CynaConsclaude
andcommitted
style: update hero with PowerSpawn title and punchline
- Big gradient title: "PowerSpawn" - Punchline: "Spawn Claude and Codex from one coordinator. Your agents leave a paper trail." 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b6ebb7b commit 6efe254

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

site/src/components/Hero.tsx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,20 @@ export function Hero() {
112112
transition={{ duration: 0.6, delay: 0.1 }}
113113
className="text-5xl md:text-7xl font-bold mb-6"
114114
>
115-
<span className="text-white">Spawn </span>
116-
<span className="bg-gradient-to-r from-indigo-400 to-cyan-400 bg-clip-text text-transparent">
117-
Claude
118-
</span>
119-
<span className="text-white"> AND </span>
120-
<span className="bg-gradient-to-r from-emerald-400 to-teal-400 bg-clip-text text-transparent">
121-
Codex
115+
<span className="bg-gradient-to-r from-indigo-400 via-purple-400 to-cyan-400 bg-clip-text text-transparent">
116+
PowerSpawn
122117
</span>
123118
</motion.h1>
124119

125120
<motion.p
126121
initial={{ opacity: 0, y: 20 }}
127122
animate={{ opacity: 1, y: 0 }}
128123
transition={{ duration: 0.6, delay: 0.2 }}
129-
className="text-xl md:text-2xl text-gray-400 mb-8 max-w-2xl mx-auto"
124+
className="text-xl md:text-2xl text-gray-300 mb-8 max-w-2xl mx-auto"
130125
>
131-
From one coordinator. Your agents leave a paper trail.
126+
Spawn Claude and Codex from one coordinator.
127+
<br />
128+
<span className="text-gray-400">Your agents leave a paper trail.</span>
132129
</motion.p>
133130

134131
{/* Install command */}

0 commit comments

Comments
 (0)