diff --git a/src/components/sections/blog/BlogCardEight.tsx b/src/components/sections/blog/BlogCardEight.tsx index 26b1308..a782d6e 100644 --- a/src/components/sections/blog/BlogCardEight.tsx +++ b/src/components/sections/blog/BlogCardEight.tsx @@ -6,7 +6,7 @@ import Tag from "@/components/shared/Tag"; import MediaContent from "@/components/shared/MediaContent"; import { cls } from "@/lib/utils"; 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 MediaProps = @@ -37,7 +37,7 @@ interface BlogCardEightProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -50,12 +50,12 @@ interface BlogCardEightProps { cardClassName?: string; mediaWrapperClassName?: string; mediaClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; footerClassName?: string; tagClassName?: 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; gridClassName?: string; carouselClassName?: string; @@ -72,7 +72,7 @@ interface BlogCardItemProps { cardClassName?: string; mediaWrapperClassName?: string; mediaClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; footerClassName?: string; tagClassName?: string; } @@ -82,7 +82,7 @@ const BlogCardItem = memo(({ cardClassName = "", mediaWrapperClassName = "", mediaClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", footerClassName = "", tagClassName = "", }: BlogCardItemProps) => { @@ -108,7 +108,7 @@ const BlogCardItem = memo(({ /> -