Bob AI: fix build errors (attempt 2)

This commit is contained in:
kudinDmitriyUp
2026-04-16 06:02:33 +00:00
parent 40d71e0f0a
commit b76d2874f6

View File

@@ -22,7 +22,7 @@ interface FeaturesRevealCardsProps {
}
const ParallaxFeatureCard = ({ item, index }: { item: FeatureItem; index: number }) => {
const cardRef = useRef<HTMLElement>(null);
const cardRef = useRef<HTMLDivElement>(null);
const transform = useParallax(cardRef, { maxRotate: 5 });
return (