@@ -41,7 +41,7 @@ export default function Home() {
4141
4242 { /* Subtitle with typing effect styling */ }
4343 < p className = "text-lg md:text-xl lg:text-2xl text-slate-300 mb-8 font-medium" >
44- Do research with top tier AI researchers
44+ Do AI research with top tier AI researchers
4545 </ p >
4646
4747 { /* Description */ }
@@ -75,7 +75,7 @@ export default function Home() {
7575 < div className = "flex flex-col sm:flex-row gap-4 justify-center items-center" >
7676 < button
7777 onClick = { ( ) => document . getElementById ( 'research-projects' ) ?. scrollIntoView ( { behavior : 'smooth' } ) }
78- className = "group relative px-8 py-4 bg-gradient-to-r from-blue-600 via-purple-600 to-cyan-600 text-white font-semibold rounded-xl overflow-hidden transition-all duration-300 hover:scale-105 hover: shadow-2xl hover:shadow-purple-500/25"
78+ className = "group relative px-8 py-4 bg-gradient-to-r from-blue-600 via-purple-600 to-cyan-600 text-white font-semibold rounded-xl overflow-hidden transition-all duration-300 hover:shadow-2xl hover:shadow-purple-500/25"
7979 >
8080 < div className = "absolute inset-0 bg-gradient-to-r from-cyan-600 via-blue-600 to-purple-600 opacity-0 group-hover:opacity-100 transition-opacity duration-300" > </ div >
8181 < span className = "relative flex items-center gap-2" >
@@ -88,7 +88,7 @@ export default function Home() {
8888
8989 < Link
9090 href = "/about"
91- className = "group px-8 py-4 bg-slate-800/50 backdrop-blur-sm border-2 border-slate-600/50 text-slate-300 font-semibold rounded-xl hover:border-blue-500/50 hover:bg-slate-800/80 hover:text-white transition-all duration-300 hover:scale-105 "
91+ className = "group px-8 py-4 bg-slate-800/50 backdrop-blur-sm border-2 border-slate-600/50 text-slate-300 font-semibold rounded-xl hover:border-blue-500/50 hover:bg-slate-800/80 hover:text-white transition-all duration-300"
9292 >
9393 < span className = "flex items-center gap-2" >
9494 Learn More
@@ -130,7 +130,7 @@ export default function Home() {
130130 { /* Path to Open Superintelligence - Featured */ }
131131 < Link
132132 href = "/blog/path-to-open-superintelligence"
133- className = "group relative lg:col-span-2 bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-8 hover:border-amber-500/50 transition-all duration-500 hover:scale-[1.02] overflow-hidden"
133+ className = "group relative lg:col-span-2 bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-8 hover:border-amber-500/50 transition-all duration-500 overflow-hidden"
134134 >
135135 { /* Animated gradient border glow */ }
136136 < div className = "absolute inset-0 bg-gradient-to-r from-amber-500/0 via-orange-500/0 to-rose-500/0 group-hover:from-amber-500/10 group-hover:via-orange-500/10 group-hover:to-rose-500/10 rounded-2xl transition-all duration-500" > </ div >
@@ -176,7 +176,7 @@ export default function Home() {
176176 { /* DeepSeek Sparse Attention Project */ }
177177 < Link
178178 href = "/blog/deepseek-sparse-attention"
179- className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-blue-500/50 transition-all duration-500 hover:scale-[1.02] overflow-hidden"
179+ className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-blue-500/50 transition-all duration-500 overflow-hidden"
180180 >
181181 < div className = "absolute -inset-px bg-gradient-to-r from-blue-500 to-cyan-500 rounded-2xl opacity-0 group-hover:opacity-20 blur-xl transition-opacity duration-500" > </ div >
182182
@@ -212,7 +212,7 @@ export default function Home() {
212212 { /* Tiny Recursive Model Project */ }
213213 < Link
214214 href = "/blog/tiny-recursive-model"
215- className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-purple-500/50 transition-all duration-500 hover:scale-[1.02] overflow-hidden"
215+ className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-purple-500/50 transition-all duration-500 overflow-hidden"
216216 >
217217 < div className = "absolute -inset-px bg-gradient-to-r from-purple-500 to-pink-500 rounded-2xl opacity-0 group-hover:opacity-20 blur-xl transition-opacity duration-500" > </ div >
218218
@@ -248,7 +248,7 @@ export default function Home() {
248248 { /* Pretrain LLM with NVFP4 Project */ }
249249 < Link
250250 href = "/blog/pretrain-llm-with-nvfp4"
251- className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-green-500/50 transition-all duration-500 hover:scale-[1.02] overflow-hidden"
251+ className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-green-500/50 transition-all duration-500 overflow-hidden"
252252 >
253253 < div className = "absolute -inset-px bg-gradient-to-r from-green-500 to-emerald-500 rounded-2xl opacity-0 group-hover:opacity-20 blur-xl transition-opacity duration-500" > </ div >
254254
@@ -284,7 +284,7 @@ export default function Home() {
284284 { /* Diffusion Transformer RAE Project */ }
285285 < Link
286286 href = "/blog/diffusion-transformer-representation-autoencoder"
287- className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-cyan-500/50 transition-all duration-500 hover:scale-[1.02] overflow-hidden"
287+ className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-cyan-500/50 transition-all duration-500 overflow-hidden"
288288 >
289289 < div className = "absolute -inset-px bg-gradient-to-r from-cyan-500 to-blue-500 rounded-2xl opacity-0 group-hover:opacity-20 blur-xl transition-opacity duration-500" > </ div >
290290
@@ -320,7 +320,7 @@ export default function Home() {
320320 { /* QeRL Project */ }
321321 < Link
322322 href = "/blog/qerl-quantization-reinforcement-learning"
323- className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-orange-500/50 transition-all duration-500 hover:scale-[1.02] overflow-hidden"
323+ className = "group relative bg-gradient-to-br from-slate-800/40 to-slate-900/40 backdrop-blur-xl border border-slate-700/50 rounded-2xl p-7 hover:border-orange-500/50 transition-all duration-500 overflow-hidden"
324324 >
325325 < div className = "absolute -inset-px bg-gradient-to-r from-orange-500 to-rose-500 rounded-2xl opacity-0 group-hover:opacity-20 blur-xl transition-opacity duration-500" > </ div >
326326
0 commit comments