enhancements not visible
There's an import error. Let me check what I may have added that's causing this issue:
I found the issue! The error is coming from @import "tw-animate-css"; which doesn't exist. Let me remove that line and also check the layout file:
The issue is the invalid import in globals.css. Let me fix it by removing that line:
Fixed! The issue was an invalid import @import "tw-animate-css"; in globals.css that was breaking the build. I removed it and kept all the custom animation keyframes that provide the enhanced interactivity. Your portfolio should now load properly with smooth animations on the hero section, projects, and throughout the site.
v14 was created by restoring v5