From 950548bb289881ffae05392b776f2d1c3c485186 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:38 +0000 Subject: [PATCH] Update src/components/sections/metrics/MetricCardThirteen.tsx --- src/components/sections/metrics/MetricCardThirteen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/metrics/MetricCardThirteen.tsx b/src/components/sections/metrics/MetricCardThirteen.tsx index bea3fc9..9d4299b 100644 --- a/src/components/sections/metrics/MetricCardThirteen.tsx +++ b/src/components/sections/metrics/MetricCardThirteen.tsx @@ -5,7 +5,7 @@ import { Globe } from "@/components/shared/Globe"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { InvertedBackground } from "@/providers/themeProvider/config/constants"; import type { COBEOptions } from "cobe"; @@ -17,7 +17,7 @@ type MetricCard = { interface MetricCardThirteenProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon;