diff --git a/src/components/sections/metrics/MetricCardTen.tsx b/src/components/sections/metrics/MetricCardTen.tsx index 949be6a..ceea443 100644 --- a/src/components/sections/metrics/MetricCardTen.tsx +++ b/src/components/sections/metrics/MetricCardTen.tsx @@ -7,7 +7,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { getButtonProps } from "@/lib/buttonUtils"; 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"; import type { CTAButtonVariant } from "@/components/button/types"; @@ -26,7 +26,7 @@ interface MetricCardTenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,11 +37,11 @@ interface MetricCardTenProps { 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; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; subtitleClassName?: string; categoryClassName?: string; valueClassName?: string; @@ -63,7 +63,7 @@ interface MetricCardItemProps { shouldUseLightText: boolean; defaultButtonVariant: CTAButtonVariant; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; subtitleClassName?: string; categoryClassName?: string; valueClassName?: string; @@ -77,7 +77,7 @@ const MetricCardItem = memo(({ shouldUseLightText, defaultButtonVariant, cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", subtitleClassName = "", categoryClassName = "", valueClassName = "", @@ -92,7 +92,7 @@ const MetricCardItem = memo(({