Update src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ interface FeatureCardThreeItemProps {
|
|||||||
onItemClick?: () => void;
|
onItemClick?: () => void;
|
||||||
className?: string;
|
className?: string;
|
||||||
itemContentClassName?: string;
|
itemContentClassName?: string;
|
||||||
itemTitleClassName?: string;
|
itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||||
itemDescriptionClassName?: string;
|
itemDescriptionClassName?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ const FeatureCardThreeItem = memo(
|
|||||||
onItemClick,
|
onItemClick,
|
||||||
className = "",
|
className = "",
|
||||||
itemContentClassName = "",
|
itemContentClassName = "",
|
||||||
itemTitleClassName = "",
|
itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||||
itemDescriptionClassName = "",
|
itemDescriptionClassName = "",
|
||||||
},
|
},
|
||||||
ref
|
ref
|
||||||
@@ -107,7 +107,7 @@ const FeatureCardThreeItem = memo(
|
|||||||
<h2
|
<h2
|
||||||
className={cls(
|
className={cls(
|
||||||
"feature-card-three-title font-semibold leading-[110%] transition-colors text-background group-hover:text-foreground",
|
"feature-card-three-title font-semibold leading-[110%] transition-colors text-background group-hover:text-foreground",
|
||||||
itemTitleClassName
|
itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{item.title}
|
{item.title}
|
||||||
|
|||||||
Reference in New Issue
Block a user