Update src/components/sections/pricing/PricingCardNine.tsx

This commit is contained in:
2026-01-03 14:04:42 +00:00
parent cf219751c3
commit b9fcb1520a

View File

@@ -9,7 +9,7 @@ import { getButtonProps } from "@/lib/buttonUtils";
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 PricingPlan = { type PricingPlan = {
@@ -27,7 +27,7 @@ interface PricingCardNineProps {
plans: PricingPlan[]; plans: PricingPlan[];
animationType: CardAnimationType; animationType: CardAnimationType;
title: string; title: string;
titleSegments?: TitleSegment[]; titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
description: string; description: string;
tag?: string; tag?: string;
tagIcon?: LucideIcon; tagIcon?: LucideIcon;
@@ -38,7 +38,7 @@ interface PricingCardNineProps {
className?: string; className?: string;
containerClassName?: string; containerClassName?: string;
cardClassName?: string; cardClassName?: string;
textBoxTitleClassName?: string; textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
textBoxDescriptionClassName?: string; textBoxDescriptionClassName?: string;
textBoxClassName?: string; textBoxClassName?: string;
textBoxTagClassName?: string; textBoxTagClassName?: string;
@@ -50,7 +50,7 @@ interface PricingCardNineProps {
cardContentClassName?: string; cardContentClassName?: string;
planImageWrapperClassName?: string; planImageWrapperClassName?: string;
planImageClassName?: string; planImageClassName?: string;
planTitleClassName?: string; planElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
planPriceClassName?: string; planPriceClassName?: string;
planButtonClassName?: string; planButtonClassName?: string;
planButtonTextClassName?: string; planButtonTextClassName?: string;
@@ -75,7 +75,7 @@ const PricingCardNine = ({
className = "", className = "",
containerClassName = "", containerClassName = "",
cardClassName = "", cardClassName = "",
textBoxTitleClassName = "", textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
textBoxDescriptionClassName = "", textBoxDescriptionClassName = "",
textBoxClassName = "", textBoxClassName = "",
textBoxTagClassName = "", textBoxTagClassName = "",
@@ -87,7 +87,7 @@ const PricingCardNine = ({
cardContentClassName = "", cardContentClassName = "",
planImageWrapperClassName = "", planImageWrapperClassName = "",
planImageClassName = "", planImageClassName = "",
planTitleClassName = "", planElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
planPriceClassName = "", planPriceClassName = "",
planButtonClassName = "", planButtonClassName = "",
planButtonTextClassName = "", planButtonTextClassName = "",
@@ -124,7 +124,7 @@ const PricingCardNine = ({
className={className} className={className}
containerClassName={containerClassName} containerClassName={containerClassName}
cardClassName={cardClassName} cardClassName={cardClassName}
titleClassName={textBoxTitleClassName} titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName}
descriptionClassName={textBoxDescriptionClassName} descriptionClassName={textBoxDescriptionClassName}
textBoxClassName={textBoxClassName} textBoxClassName={textBoxClassName}
tagClassName={textBoxTagClassName} tagClassName={textBoxTagClassName}
@@ -162,7 +162,7 @@ const PricingCardNine = ({
<h3 className={cls( <h3 className={cls(
"text-4xl md:text-5xl font-medium mb-1 truncate", "text-4xl md:text-5xl font-medium mb-1 truncate",
shouldUseLightText ? "text-background" : "text-foreground", shouldUseLightText ? "text-background" : "text-foreground",
planTitleClassName planElevate Your Brand with Expert Copywriting and Content EnhancementClassName
)}> )}>
{plan.title} {plan.title}
</h3> </h3>