Skip to content

Commit f06163b

Browse files
committed
Update hero title and tagline
1 parent 5737a9b commit f06163b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

web/src/components/ui/hero.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function Hero() {
9292
animate={{ y: 0 }}
9393
transition={{ duration: 0.5, delay: 0.2 }}
9494
>
95-
<span className="relative z-10">Codeflow</span>
95+
<span className="relative z-10">AI Coding</span>
9696
</motion.span>
9797
</motion.h1>
9898
</motion.div>
@@ -103,10 +103,8 @@ export function Hero() {
103103
animate={{ opacity: 1, y: 0 }}
104104
transition={{ duration: 0.5, delay: 0.3 }}
105105
>
106-
<span className="whitespace-nowrap">
107-
Codebuff knows your entire stack
108-
</span>{' '}
109-
<span className="whitespace-nowrap">and works in your</span>{' '}
106+
<span className="whitespace-nowrap">Simple. Fast. Powerful.</span>{' '}
107+
<span className="whitespace-nowrap">Codebuff works in your</span>{' '}
110108
<span>{<TypingEffect words={['terminal', 'IDE', 'system']} />}</span>
111109
{'.'}
112110
</motion.h2>
@@ -115,7 +113,7 @@ export function Hero() {
115113
initial={{ opacity: 0, y: 20 }}
116114
animate={{ opacity: 1, y: 0 }}
117115
transition={{ duration: 0.5, delay: 0.5 }}
118-
className="mb-12 md:mb-4" // Added more bottom margin on mobile
116+
className="mb-12 md:mb-4" // Added more bottom margin on mobile
119117
>
120118
<HeroButtons />
121119
</motion.div>

0 commit comments

Comments
 (0)