From f41a6f7babb2ddc74186ce3043108fc2eb2d2d26 Mon Sep 17 00:00:00 2001
From: development
Date: Sat, 3 Jan 2026 14:04:12 +0000
Subject: [PATCH] Update src/components/sections/feature/FeatureCardEleven.tsx
---
.../sections/feature/FeatureCardEleven.tsx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/sections/feature/FeatureCardEleven.tsx b/src/components/sections/feature/FeatureCardEleven.tsx
index 6cdff81..061e933 100644
--- a/src/components/sections/feature/FeatureCardEleven.tsx
+++ b/src/components/sections/feature/FeatureCardEleven.tsx
@@ -5,7 +5,7 @@ import MediaContent from "@/components/shared/MediaContent";
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 FeatureCard = {
@@ -22,7 +22,7 @@ interface FeatureCardElevenProps {
features: FeatureCard[];
animationType: CardAnimationType;
title: string;
- titleSegments?: TitleSegment[];
+ titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
description: string;
textboxLayout: TextboxLayout;
useInvertedBackground: InvertedBackground;
@@ -33,7 +33,7 @@ interface FeatureCardElevenProps {
ariaLabel?: string;
className?: string;
containerClassName?: string;
- textBoxTitleClassName?: string;
+ textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
textBoxDescriptionClassName?: string;
textBoxClassName?: string;
textBoxTagClassName?: string;
@@ -46,7 +46,7 @@ interface FeatureCardElevenProps {
textCardClassName?: string;
imageCardClassName?: string;
stepNumberClassName?: string;
- cardTitleClassName?: string;
+ cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
cardDescriptionClassName?: string;
imageClassName?: string;
}
@@ -66,7 +66,7 @@ const FeatureCardEleven = ({
ariaLabel = "Feature section",
className = "",
containerClassName = "",
- textBoxTitleClassName = "",
+ textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
textBoxDescriptionClassName = "",
textBoxClassName = "",
textBoxTagClassName = "",
@@ -79,7 +79,7 @@ const FeatureCardEleven = ({
textCardClassName = "",
imageCardClassName = "",
stepNumberClassName = "",
- cardTitleClassName = "",
+ cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
cardDescriptionClassName = "",
imageClassName = "",
}: FeatureCardElevenProps) => {
@@ -101,7 +101,7 @@ const FeatureCardEleven = ({
className={className}
containerClassName={containerClassName}
cardClassName=""
- titleClassName={textBoxTitleClassName}
+ titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName}
descriptionClassName={textBoxDescriptionClassName}
textBoxClassName={textBoxClassName}
tagClassName={textBoxTagClassName}
@@ -129,7 +129,7 @@ const FeatureCardEleven = ({
{feature.id}
-
+
{feature.title}