feat: refine visual effects and build setup
This commit is contained in:
@@ -32,7 +32,7 @@ export const TechStack = () => {
|
||||
<motion.div
|
||||
key={item}
|
||||
whileHover={{ y: -5, scale: 1.05 }}
|
||||
className="px-4 py-2 rounded-full bg-white/5 border border-white/10 text-slate-300 text-sm font-medium hover:bg-white/10 hover:border-white/20 hover:text-white transition-colors shadow-sm cursor-default"
|
||||
className="px-4 py-2 rounded-full bg-white/5 border border-white/10 text-slate-300 text-sm font-medium hover:bg-white/10 hover:border-white/20 hover:text-white halo-glow transition-all duration-300 shadow-sm cursor-default transform-gpu"
|
||||
>
|
||||
{item}
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user