Merge version_2 into main #1
@@ -8,7 +8,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils";
|
||||
import { getButtonProps } from "@/lib/buttonUtils";
|
||||
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 MediaProps =
|
||||
@@ -38,7 +38,7 @@ interface BlogCardNineProps {
|
||||
blogs: BlogCard[];
|
||||
animationType: CardAnimationType;
|
||||
title: string;
|
||||
titleSegments?: TitleSegment[];
|
||||
titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
|
||||
description: string;
|
||||
tag?: string;
|
||||
tagIcon?: LucideIcon;
|
||||
@@ -49,7 +49,7 @@ interface BlogCardNineProps {
|
||||
className?: string;
|
||||
containerClassName?: string;
|
||||
cardClassName?: string;
|
||||
textBoxTitleClassName?: string;
|
||||
textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
textBoxDescriptionClassName?: string;
|
||||
textBoxClassName?: string;
|
||||
textBoxTagClassName?: string;
|
||||
@@ -62,7 +62,7 @@ interface BlogCardNineProps {
|
||||
mediaWrapperClassName?: string;
|
||||
mediaClassName?: string;
|
||||
categoryClassName?: string;
|
||||
cardTitleClassName?: string;
|
||||
cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
tagsContainerClassName?: string;
|
||||
tagClassName?: string;
|
||||
cardButtonClassName?: string;
|
||||
@@ -84,7 +84,7 @@ const BlogCardNine = ({
|
||||
className = "",
|
||||
containerClassName = "",
|
||||
cardClassName = "",
|
||||
textBoxTitleClassName = "",
|
||||
textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
textBoxDescriptionClassName = "",
|
||||
textBoxClassName = "",
|
||||
textBoxTagClassName = "",
|
||||
@@ -97,7 +97,7 @@ const BlogCardNine = ({
|
||||
mediaWrapperClassName = "",
|
||||
mediaClassName = "",
|
||||
categoryClassName = "",
|
||||
cardTitleClassName = "",
|
||||
cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
tagsContainerClassName = "",
|
||||
tagClassName = "",
|
||||
cardButtonClassName = "",
|
||||
@@ -131,7 +131,7 @@ const BlogCardNine = ({
|
||||
className={className}
|
||||
containerClassName={containerClassName}
|
||||
cardClassName={cardClassName}
|
||||
titleClassName={textBoxTitleClassName}
|
||||
titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName}
|
||||
descriptionClassName={textBoxDescriptionClassName}
|
||||
textBoxClassName={textBoxClassName}
|
||||
tagClassName={textBoxTagClassName}
|
||||
@@ -180,7 +180,7 @@ const BlogCardNine = ({
|
||||
<h3 className={cls(
|
||||
"text-2xl md:text-4xl font-medium text-balance leading-tight",
|
||||
shouldUseLightText ? "text-background" : "text-foreground",
|
||||
cardTitleClassName
|
||||
cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName
|
||||
)}>
|
||||
{blog.title}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user