Update src/components/sections/testimonial/TestimonialCardTen.tsx

This commit is contained in:
2026-01-03 14:05:07 +00:00
parent adbea4308f
commit e16a3af1c2

View File

@@ -8,7 +8,7 @@ import AnimationContainer from "@/components/sections/AnimationContainer";
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, TitleSegment } from "@/components/cardStack/types"; import type { ButtonConfig, 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";
interface Testimonial { interface Testimonial {
@@ -26,7 +26,7 @@ interface Testimonial {
interface TestimonialCardTenProps { interface TestimonialCardTenProps {
testimonials: Testimonial[]; testimonials: Testimonial[];
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;
@@ -36,7 +36,7 @@ interface TestimonialCardTenProps {
ariaLabel?: string; ariaLabel?: string;
className?: string; className?: string;
containerClassName?: string; containerClassName?: 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;
@@ -47,7 +47,7 @@ interface TestimonialCardTenProps {
titleImageClassName?: string; titleImageClassName?: string;
contentClassName?: string; contentClassName?: string;
quoteCardClassName?: string; quoteCardClassName?: string;
testimonialTitleClassName?: string; testimonialElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
quoteClassName?: string; quoteClassName?: string;
nameClassName?: string; nameClassName?: string;
roleClassName?: string; roleClassName?: string;
@@ -70,7 +70,7 @@ const TestimonialCardTen = ({
ariaLabel = "Testimonials section", ariaLabel = "Testimonials section",
className = "", className = "",
containerClassName = "", containerClassName = "",
textBoxTitleClassName = "", textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
textBoxDescriptionClassName = "", textBoxDescriptionClassName = "",
textBoxClassName = "", textBoxClassName = "",
textBoxTagClassName = "", textBoxTagClassName = "",
@@ -81,7 +81,7 @@ const TestimonialCardTen = ({
titleImageClassName = "", titleImageClassName = "",
contentClassName = "", contentClassName = "",
quoteCardClassName = "", quoteCardClassName = "",
testimonialTitleClassName = "", testimonialElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
quoteClassName = "", quoteClassName = "",
nameClassName = "", nameClassName = "",
roleClassName = "", roleClassName = "",
@@ -127,7 +127,7 @@ const TestimonialCardTen = ({
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}
@@ -150,7 +150,7 @@ const TestimonialCardTen = ({
<h3 className={cls( <h3 className={cls(
"text-2xl md:text-3xl font-medium leading-tight", "text-2xl md:text-3xl font-medium leading-tight",
shouldUseLightText ? "text-background" : "text-foreground", shouldUseLightText ? "text-background" : "text-foreground",
testimonialTitleClassName testimonialElevate Your Brand with Expert Copywriting and Content EnhancementClassName
)}> )}>
{activeTestimonial.title} {activeTestimonial.title}
</h3> </h3>