File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -356,11 +356,10 @@ export default function Home() {
356356 < div className = "grid md:grid-cols-3 gap-8" >
357357 { pillars . map ( ( pillar ) => (
358358 < EnhancedCard key = { pillar . title } >
359- < div className = "flex items-center justify-between mb-6" >
360- < div className = "h-14 w-14 rounded-2xl bg-gradient-to-br from-violet-500/20 to-cyan-500/20 flex items-center justify-center" >
359+ < div className = "mb-6" >
360+ < div className = "h-14 w-14 rounded-2xl bg-gradient-to-br from-violet-500/20 to-cyan-500/20 flex items-center justify-center group-hover:scale-110 transition-transform duration-300 " >
361361 < Icon name = { pillar . icon } size = { 32 } className = "text-cyan-300" />
362362 </ div >
363- < div className = "h-14 w-14 rounded-2xl bg-gradient-to-br from-violet-500/30 to-cyan-500/30 flex items-center justify-center group-hover:scale-110 transition-transform duration-300" />
364363 </ div >
365364 < h3 className = "text-2xl font-bold text-cyan-300 mb-4" > { pillar . title } </ h3 >
366365 < p className = "text-gray-300 leading-relaxed" > { pillar . body } </ p >
You can’t perform that action at this time.
0 commit comments