refactor: changed hero to a carousel

This commit is contained in:
Eric Lammertsma 2026-02-22 23:38:19 -05:00
parent 0fb6caa01f
commit e917ff1056
3 changed files with 261 additions and 81 deletions

View file

@ -36,8 +36,7 @@ function ExpandedGifOverlay({
transition={{ duration: 0.25, ease: "easeOut" }}
src={src}
alt={alt}
className="max-h-[90vh] max-w-[90vw] rounded-2xl shadow-2xl"
onClick={(e) => e.stopPropagation()}
className="max-h-[90vh] max-w-[90vw] cursor-pointer rounded-2xl shadow-2xl"
/>
</motion.div>
);