feat: refine visual effects and build setup

This commit is contained in:
yoyuzh
2026-04-07 10:50:21 +08:00
parent c0b9aa7e7c
commit 9c975b4bcb
12 changed files with 568 additions and 23 deletions

View File

@@ -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>