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