From 5be704f04570cb9c6c723ade7a54745edc6abe35 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:50 +0000 Subject: [PATCH] Update src/components/sections/product/ProductCardSix.tsx --- .../sections/product/ProductCardSix.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardSix.tsx b/src/components/sections/product/ProductCardSix.tsx index af6f5bd..eafcb33 100644 --- a/src/components/sections/product/ProductCardSix.tsx +++ b/src/components/sections/product/ProductCardSix.tsx @@ -6,7 +6,7 @@ import CardStack from "@/components/cardStack/CardStack"; import ProductImage from "@/components/shared/ProductImage"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; const MASK_GRADIENT = "linear-gradient(to top, transparent, black 60%)"; @@ -29,7 +29,7 @@ interface ProductCardSixProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,9 +41,9 @@ interface ProductCardSixProps { containerClassName?: string; cardClassName?: string; imageClassName?: 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; cardNameClassName?: string; gridClassName?: string; @@ -132,9 +132,9 @@ const ProductCardSix = ({ containerClassName = "", cardClassName = "", imageClassName = "", - 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 = "", cardNameClassName = "", gridClassName = "", @@ -167,9 +167,9 @@ const ProductCardSix = ({ 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}