Update src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ interface FeatureCardThreeItemProps {
|
||||
onItemClick?: () => void;
|
||||
className?: string;
|
||||
itemContentClassName?: string;
|
||||
itemTitleClassName?: string;
|
||||
itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
itemDescriptionClassName?: string;
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ const FeatureCardThreeItem = memo(
|
||||
onItemClick,
|
||||
className = "",
|
||||
itemContentClassName = "",
|
||||
itemTitleClassName = "",
|
||||
itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
itemDescriptionClassName = "",
|
||||
},
|
||||
ref
|
||||
@@ -107,7 +107,7 @@ const FeatureCardThreeItem = memo(
|
||||
<h2
|
||||
className={cls(
|
||||
"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}
|
||||
|
||||
Reference in New Issue
Block a user