Skip to content

Commit f35687f

Browse files
committed
web: Update hero tagline to "Better agents. Better code."
1 parent 1967738 commit f35687f

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

web/src/components/ui/hero.tsx

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function Hero() {
9090
},
9191
}}
9292
>
93-
Supercharge
93+
Better agents.
9494
</motion.span>{' '}
9595
<motion.span
9696
variants={{
@@ -105,23 +105,8 @@ export function Hero() {
105105
},
106106
}}
107107
>
108-
Your AI
108+
Better code.
109109
</motion.span>{' '}
110-
<motion.span
111-
variants={{
112-
initial: { opacity: 0, y: 20 },
113-
animate: {
114-
opacity: 1,
115-
y: 0,
116-
transition: {
117-
duration: 0.8,
118-
ease: [0.165, 0.84, 0.44, 1],
119-
},
120-
},
121-
}}
122-
>
123-
Coding
124-
</motion.span>
125110
</motion.h1>
126111
</motion.div>
127112

@@ -131,10 +116,9 @@ export function Hero() {
131116
animate={{ opacity: 1, y: 0 }}
132117
transition={{ duration: 0.5, delay: 0.3 }}
133118
>
134-
<span className="whitespace-nowrap">Simple. Fast. Powerful.</span>{' '}
135-
<span className="whitespace-nowrap">
136-
Codebuff works in your terminal.
137-
</span>
119+
<span className="whitespace-nowrap">100+ seconds faster than</span>{' '}
120+
<span className="whitespace-nowrap font-bold">Claude Code</span>{' '}
121+
<span className="whitespace-nowrap">with higher-quality output</span>
138122
</motion.h2>
139123

140124
<motion.div

0 commit comments

Comments
 (0)