From 45742fa4f76a9ffb67511d7d51c50f8acd6dacb2 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:40 +0000 Subject: [PATCH] Update src/components/sections/pricing/PricingCardEight.tsx --- .../sections/pricing/PricingCardEight.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardEight.tsx b/src/components/sections/pricing/PricingCardEight.tsx index 3903eb5..b3b9d2d 100644 --- a/src/components/sections/pricing/PricingCardEight.tsx +++ b/src/components/sections/pricing/PricingCardEight.tsx @@ -9,7 +9,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 = { @@ -28,7 +28,7 @@ interface PricingCardEightProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -39,9 +39,9 @@ interface PricingCardEightProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; badgeClassName?: string; priceClassName?: string; @@ -164,9 +164,9 @@ const PricingCardEight = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", badgeClassName = "", priceClassName = "", @@ -208,9 +208,9 @@ const PricingCardEight = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName}