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;