From 166b4105289b8181cbbf290ec3647ea99300e370 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:33 +0000 Subject: [PATCH] Update src/components/sections/metrics/MetricCardFive.tsx --- src/components/sections/metrics/MetricCardFive.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/metrics/MetricCardFive.tsx b/src/components/sections/metrics/MetricCardFive.tsx index faae988..f73c450 100644 --- a/src/components/sections/metrics/MetricCardFive.tsx +++ b/src/components/sections/metrics/MetricCardFive.tsx @@ -4,7 +4,7 @@ import CardList from "@/components/cardStack/CardList"; 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"; interface Metric { @@ -17,7 +17,7 @@ interface MetricCardFiveProps { metrics: Metric[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -28,7 +28,7 @@ interface MetricCardFiveProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -57,7 +57,7 @@ const MetricCardFive = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -88,7 +88,7 @@ const MetricCardFive = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName}