Update src/components/sections/feature/FeatureCardSixteen.tsx

This commit is contained in:
2026-01-03 14:04:18 +00:00
parent ff3772d408
commit 0f5cb2e5e8

View File

@@ -7,7 +7,7 @@ import { Check, X } from "lucide-react";
import { cls, shouldUseInvertedText } from "@/lib/utils"; import { cls, shouldUseInvertedText } from "@/lib/utils";
import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { useTheme } from "@/providers/themeProvider/ThemeProvider";
import type { LucideIcon } from "lucide-react"; 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"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
type ComparisonItem = { type ComparisonItem = {
@@ -20,7 +20,7 @@ interface FeatureCardSixteenProps {
positiveCard: ComparisonItem; positiveCard: ComparisonItem;
animationType: CardAnimationType; animationType: CardAnimationType;
title: string; title: string;
titleSegments?: TitleSegment[]; titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
description: string; description: string;
textboxLayout: TextboxLayout; textboxLayout: TextboxLayout;
useInvertedBackground: InvertedBackground; useInvertedBackground: InvertedBackground;
@@ -30,7 +30,7 @@ interface FeatureCardSixteenProps {
ariaLabel?: string; ariaLabel?: string;
className?: string; className?: string;
containerClassName?: string; containerClassName?: string;
textBoxTitleClassName?: string; textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
titleImageWrapperClassName?: string; titleImageWrapperClassName?: string;
titleImageClassName?: string; titleImageClassName?: string;
textBoxDescriptionClassName?: string; textBoxDescriptionClassName?: string;
@@ -41,7 +41,7 @@ interface FeatureCardSixteenProps {
textBoxButtonTextClassName?: string; textBoxButtonTextClassName?: string;
gridClassName?: string; gridClassName?: string;
cardClassName?: string; cardClassName?: string;
cardTitleClassName?: string; cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
itemsListClassName?: string; itemsListClassName?: string;
itemClassName?: string; itemClassName?: string;
itemIconClassName?: string; itemIconClassName?: string;
@@ -63,7 +63,7 @@ const FeatureCardSixteen = ({
ariaLabel = "Feature comparison section", ariaLabel = "Feature comparison section",
className = "", className = "",
containerClassName = "", containerClassName = "",
textBoxTitleClassName = "", textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
titleImageWrapperClassName = "", titleImageWrapperClassName = "",
titleImageClassName = "", titleImageClassName = "",
textBoxDescriptionClassName = "", textBoxDescriptionClassName = "",
@@ -74,7 +74,7 @@ const FeatureCardSixteen = ({
textBoxButtonTextClassName = "", textBoxButtonTextClassName = "",
gridClassName = "", gridClassName = "",
cardClassName = "", cardClassName = "",
cardTitleClassName = "", cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
itemsListClassName = "", itemsListClassName = "",
itemClassName = "", itemClassName = "",
itemIconClassName = "", itemIconClassName = "",
@@ -112,7 +112,7 @@ const FeatureCardSixteen = ({
textboxLayout={textboxLayout} textboxLayout={textboxLayout}
useInvertedBackground={useInvertedBackground} useInvertedBackground={useInvertedBackground}
textBoxClassName={textBoxClassName} textBoxClassName={textBoxClassName}
titleClassName={textBoxTitleClassName} titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName}
titleImageWrapperClassName={titleImageWrapperClassName} titleImageWrapperClassName={titleImageWrapperClassName}
titleImageClassName={titleImageClassName} titleImageClassName={titleImageClassName}
descriptionClassName={textBoxDescriptionClassName} descriptionClassName={textBoxDescriptionClassName}
@@ -140,7 +140,7 @@ const FeatureCardSixteen = ({
<h3 className={cls( <h3 className={cls(
"text-3xl text-center font-medium", "text-3xl text-center font-medium",
shouldCardUseLightText ? "text-background" : "text-foreground", shouldCardUseLightText ? "text-background" : "text-foreground",
cardTitleClassName cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName
)}> )}>
{card.title} {card.title}
</h3> </h3>