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 12cfac3c9a - Show all commits

View File

@@ -41,7 +41,7 @@ interface HeroChatPromptFeaturesProps {
featureHighlightsClassName?: string;
featureHighlightClassName?: string;
featureHighlightIconClassName?: string;
featureHighlightTitleClassName?: string;
featureHighlightElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
featureHighlightSubtitleClassName?: string;
}
@@ -68,7 +68,7 @@ const HeroChatPromptFeatures = ({
featureHighlightsClassName = "",
featureHighlightClassName = "",
featureHighlightIconClassName = "",
featureHighlightTitleClassName = "",
featureHighlightElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
featureHighlightSubtitleClassName = "",
}: HeroChatPromptFeaturesProps) => {
@@ -160,7 +160,7 @@ const HeroChatPromptFeatures = ({
<div className="relative w-full min-w-0 flex flex-col">
<h3 className={cls(
"relative w-full z-1 text-base font-medium text-foreground leading-tight truncate",
featureHighlightTitleClassName
featureHighlightElevate Your Brand with Expert Copywriting and Content EnhancementClassName
)}>
{highlight.title}
</h3>