I pulled the latest changes from v0/ambermest84-2020-78edcd72 in peony-website.
Now I can see the component. It uses hover state to show "Coming Soon" tooltips. I'll remove the hover logic and make the tiles static:
I've updated the ResourcesSection component to make the tiles static. The changes include:
"use client" directive since state is no longer neededuseState import and hoveredIndex stateonMouseEnter and onMouseLeave handlers from the wrapper divhover:shadow-lg transition-all classes since the tiles should be static