From 7afe839c29710f4fcd24f13a7346daa5c1937b4d Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:59 +0000 Subject: [PATCH] Update src/components/sections/team/TeamCardThree.tsx --- .../sections/team/TeamCardThree.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardThree.tsx b/src/components/sections/team/TeamCardThree.tsx index cefa276..3d2148f 100644 --- a/src/components/sections/team/TeamCardThree.tsx +++ b/src/components/sections/team/TeamCardThree.tsx @@ -6,7 +6,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type SocialLink = { @@ -29,7 +29,7 @@ interface TeamCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -40,9 +40,9 @@ interface TeamCardThreeProps { className?: string; containerClassName?: string; cardClassName?: 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; imageClassName?: string; nameClassName?: string; @@ -142,9 +142,9 @@ const TeamCardThree = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageClassName = "", nameClassName = "", @@ -183,9 +183,9 @@ const TeamCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName}