Update src/components/sections/pricing/PricingCardFour.tsx
This commit is contained in:
@@ -35,7 +35,7 @@ interface PricingCardFourProps {
|
||||
plans: PricingPlan[];
|
||||
useInvertedBackground: InvertedBackground;
|
||||
animationType: CardAnimationType;
|
||||
featuresTitle?: string;
|
||||
featuresElevate Your Brand with Expert Copywriting and Content Enhancement?: string;
|
||||
ariaLabel?: string;
|
||||
className?: string;
|
||||
containerClassName?: string;
|
||||
@@ -44,12 +44,12 @@ interface PricingCardFourProps {
|
||||
tagClassName?: string;
|
||||
titleClassName?: string;
|
||||
ctaCardClassName?: string;
|
||||
ctaCardTitleClassName?: string;
|
||||
ctaCardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
ctaCardDescriptionClassName?: string;
|
||||
planSelectorClassName?: string;
|
||||
priceClassName?: string;
|
||||
subtitleClassName?: string;
|
||||
featuresTitleClassName?: string;
|
||||
featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
featuresGridClassName?: string;
|
||||
featureItemClassName?: string;
|
||||
}
|
||||
@@ -62,7 +62,7 @@ const PricingCardFour = ({
|
||||
plans,
|
||||
useInvertedBackground,
|
||||
animationType,
|
||||
featuresTitle = "What's included",
|
||||
featuresElevate Your Brand with Expert Copywriting and Content Enhancement = "What's included",
|
||||
ariaLabel = "Pricing section",
|
||||
className = "",
|
||||
containerClassName = "",
|
||||
@@ -71,12 +71,12 @@ const PricingCardFour = ({
|
||||
tagClassName = "",
|
||||
titleClassName = "",
|
||||
ctaCardClassName = "",
|
||||
ctaCardTitleClassName = "",
|
||||
ctaCardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
ctaCardDescriptionClassName = "",
|
||||
planSelectorClassName = "",
|
||||
priceClassName = "",
|
||||
subtitleClassName = "",
|
||||
featuresTitleClassName = "",
|
||||
featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
featuresGridClassName = "",
|
||||
featureItemClassName = "",
|
||||
}: PricingCardFourProps) => {
|
||||
@@ -142,7 +142,7 @@ const PricingCardFour = ({
|
||||
)}
|
||||
>
|
||||
<div className="flex flex-col gap-0">
|
||||
<span className={cls("text-base md:text-xl font-medium text-background line-clamp-1", ctaCardTitleClassName)}>
|
||||
<span className={cls("text-base md:text-xl font-medium text-background line-clamp-1", ctaCardElevate Your Brand with Expert Copywriting and Content EnhancementClassName)}>
|
||||
{ctaCard.title}
|
||||
</span>
|
||||
<span className={cls("text-sm text-background/60 line-clamp-1", ctaCardDescriptionClassName)}>
|
||||
@@ -203,9 +203,9 @@ const PricingCardFour = ({
|
||||
<h4 className={cls(
|
||||
"text-lg font-medium",
|
||||
shouldUseLightText ? "text-background" : "text-foreground",
|
||||
featuresTitleClassName
|
||||
featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName
|
||||
)}>
|
||||
{featuresTitle}
|
||||
{featuresElevate Your Brand with Expert Copywriting and Content Enhancement}
|
||||
</h4>
|
||||
|
||||
<div className={cls(
|
||||
|
||||
Reference in New Issue
Block a user