diff --git a/src/components/sections/testimonial/TestimonialCardEleven.tsx b/src/components/sections/testimonial/TestimonialCardEleven.tsx index cd34667..21117ed 100644 --- a/src/components/sections/testimonial/TestimonialCardEleven.tsx +++ b/src/components/sections/testimonial/TestimonialCardEleven.tsx @@ -8,13 +8,13 @@ import MediaContent from "@/components/shared/MediaContent"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; const MASK_GRADIENT = "linear-gradient(to bottom, transparent, black 60%)"; type Testimonial = { id: string; - nameTitle: string; + nameElevate Your Brand with Expert Copywriting and Content Enhancement: string; quote: string; imageSrc?: string; videoSrc?: string; @@ -25,7 +25,7 @@ type Testimonial = { interface TestimonialCardElevenProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,15 +36,15 @@ interface TestimonialCardElevenProps { className?: string; containerClassName?: string; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardQuoteClassName?: string; cardImageClassName?: string; carouselClassName?: string; dotsClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -95,7 +95,7 @@ const TestimonialCard = memo(({