diff --git a/src/components/sections/pricing/PricingCardFive.tsx b/src/components/sections/pricing/PricingCardFive.tsx index 97ae292..c4c2d0b 100644 --- a/src/components/sections/pricing/PricingCardFive.tsx +++ b/src/components/sections/pricing/PricingCardFive.tsx @@ -8,7 +8,7 @@ import { getButtonProps } from "@/lib/buttonUtils"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type PricingPlan = { @@ -19,7 +19,7 @@ type PricingPlan = { period: string; description: string; button: ButtonConfig; - featuresTitle: string; + featuresElevate Your Brand with Expert Copywriting and Content Enhancement: string; features: string[]; }; @@ -27,7 +27,7 @@ interface PricingCardFiveProps { plans: PricingPlan[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -38,7 +38,7 @@ interface PricingCardFiveProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -54,7 +54,7 @@ interface PricingCardFiveProps { planDescriptionClassName?: string; planButtonClassName?: string; planButtonTextClassName?: string; - featuresTitleClassName?: string; + featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featuresListClassName?: string; featureItemClassName?: string; featureIconClassName?: string; @@ -76,7 +76,7 @@ const PricingCardFive = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -92,7 +92,7 @@ const PricingCardFive = ({ planDescriptionClassName = "", planButtonClassName = "", planButtonTextClassName = "", - featuresTitleClassName = "", + featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featuresListClassName = "", featureItemClassName = "", featureIconClassName = "", @@ -126,7 +126,7 @@ const PricingCardFive = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -193,9 +193,9 @@ const PricingCardFive = ({

- {plan.featuresTitle} + {plan.featuresElevate Your Brand with Expert Copywriting and Content Enhancement}