Update src/components/sections/hero/HeroChatPromptFeatures.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user