diff --git a/src/components/sections/features/FeaturesArrowCards.tsx b/src/components/sections/features/FeaturesArrowCards.tsx index 3f85d36..b0321be 100644 --- a/src/components/sections/features/FeaturesArrowCards.tsx +++ b/src/components/sections/features/FeaturesArrowCards.tsx @@ -8,6 +8,7 @@ import ScrollReveal from "@/components/ui/ScrollReveal"; type FeatureItem = { title: string; tags: string[]; + className?: string; } & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never }); interface FeaturesArrowCardsProps { @@ -52,7 +53,7 @@ const FeaturesArrowCards = ({ {(primaryButton || secondaryButton) && (