From 548677535cee30d5d0ff9894ccbefb582a0e49cf Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:04 +0000 Subject: [PATCH] Update src/components/sections/testimonial/TestimonialCardNine.tsx --- .../sections/testimonial/TestimonialCardNine.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardNine.tsx b/src/components/sections/testimonial/TestimonialCardNine.tsx index 4fe47f8..3f8156a 100644 --- a/src/components/sections/testimonial/TestimonialCardNine.tsx +++ b/src/components/sections/testimonial/TestimonialCardNine.tsx @@ -8,7 +8,7 @@ import AnimationContainer from "@/components/sections/AnimationContainer"; 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 { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface Testimonial { @@ -25,7 +25,7 @@ interface Testimonial { interface TestimonialCardNineProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -35,7 +35,7 @@ interface TestimonialCardNineProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -68,7 +68,7 @@ const TestimonialCardNine = ({ ariaLabel = "Testimonials section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -124,7 +124,7 @@ const TestimonialCardNine = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName}