Merge version_2 into main #1

Merged
development merged 104 commits from version_2 into main 2026-01-03 14:05:16 +00:00
Showing only changes of commit 7c2f18cf50 - Show all commits

View File

@@ -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}