File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments