@@ -162,31 +162,21 @@ function StrongHeroSection() {
162162 < div className = "relative z-10 flex flex-col items-center text-center max-w-4xl" >
163163 < div className = "max-w-2xl" >
164164 < motion . p
165- className = "font-mono text-xs sm:text-sm tracking-[0.3em] text-acid-green/50 uppercase mb-8"
165+ className = "font-mono text-md sm:text-lg tracking-[0.3em] text-acid-green/50 uppercase mb-8"
166166 initial = { { opacity : 0 } }
167167 animate = { { opacity : 1 } }
168168 transition = { { duration : 0.8 , delay : 0.5 } }
169169 >
170- codebuff
170+ codebuff strong
171171 </ motion . p >
172-
173172 < motion . h1
174- className = "text-4xl sm:text-5xl md:text-5xl font-bold text-white mb-3 tracking-tight"
173+ className = "text-3xl sm:text-4xl md:text-4xl font-bold text-white tracking-tight mb-6 "
175174 initial = { { opacity : 0 , y : 20 } }
176175 animate = { { opacity : 1 , y : 0 } }
177176 transition = { { duration : 0.7 , delay : 0.7 } }
178177 >
179- The strongest coding agent
178+ Access the strongest coding agent
180179 </ motion . h1 >
181-
182- < motion . p
183- className = "text-base sm:text-lg text-white/50 mb-12 font-light"
184- initial = { { opacity : 0 , y : 20 } }
185- animate = { { opacity : 1 , y : 0 } }
186- transition = { { duration : 0.7 , delay : 0.9 } }
187- >
188- Deep thinking. Multi-agent orchestration. Ship faster.
189- </ motion . p >
190180 </ div >
191181
192182 { /* Pricing cards grid */ }
@@ -218,7 +208,7 @@ function StrongHeroSection() {
218208 < span className = "text-xs sm:text-sm text-white/30" > /mo</ span >
219209 </ div >
220210
221- < p className = "text-xs sm:text-sm text-white/40 mb-3 sm:mb-6" >
211+ < p className = "text-sm sm:text-base font-medium text-white/60 mb-3 sm:mb-6" >
222212 { USAGE_MULTIPLIER [ price ] } usage
223213 </ p >
224214
0 commit comments