From a4386193ddc00b268b31507d6ba6e5bddbef4626 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:54 +0000 Subject: [PATCH] Update src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx --- .../layouts/timelines/TimelineProcessFlow.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx b/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx index f618774..569dd54 100644 --- a/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx @@ -9,7 +9,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "../../types"; import type { CardAnimationType } from "../../types"; -import type { TitleSegment } from "../../types"; +import type { Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; gsap.registerPlugin(ScrollTrigger); @@ -24,7 +24,7 @@ interface TimelineProcessFlowItem { interface TimelineProcessFlowProps { items: TimelineProcessFlowItem[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,7 +36,7 @@ interface TimelineProcessFlowProps { className?: string; containerClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -66,7 +66,7 @@ const TimelineProcessFlow = ({ className = "", containerClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -130,7 +130,7 @@ const TimelineProcessFlow = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName}