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