diff --git a/src/components/sections/blog/BlogCardFive.tsx b/src/components/sections/blog/BlogCardFive.tsx index 6228902..b094c0a 100644 --- a/src/components/sections/blog/BlogCardFive.tsx +++ b/src/components/sections/blog/BlogCardFive.tsx @@ -7,7 +7,7 @@ import { useCardAnimation } from "@/components/cardStack/hooks/useCardAnimation" 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 BlogPost = { @@ -24,7 +24,7 @@ interface BlogCardFiveProps { blogs: BlogPost[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -34,7 +34,7 @@ interface BlogCardFiveProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -46,7 +46,7 @@ interface BlogCardFiveProps { gridClassName?: string; cardClassName?: string; cardContentClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; itemsContainerClassName?: string; itemTextClassName?: string; mediaWrapperClassName?: string; @@ -67,7 +67,7 @@ const BlogCardFive = ({ ariaLabel = "Blog section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -79,7 +79,7 @@ const BlogCardFive = ({ gridClassName = "", cardClassName = "", cardContentClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", itemsContainerClassName = "", itemTextClassName = "", mediaWrapperClassName = "", @@ -105,7 +105,7 @@ const BlogCardFive = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -135,7 +135,7 @@ const BlogCardFive = ({

{blog.title}