From 42b983f6ad26b197ae13e09a0084b83db4a43dc9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:49 +0000 Subject: [PATCH 001/104] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bca5545..4d76d72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() {
Date: Sat, 3 Jan 2026 14:03:50 +0000 Subject: [PATCH 002/104] Update src/components/Textbox.tsx --- src/components/Textbox.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Textbox.tsx b/src/components/Textbox.tsx index e09905b..120a60f 100644 --- a/src/components/Textbox.tsx +++ b/src/components/Textbox.tsx @@ -15,13 +15,13 @@ import type { ButtonConfig } from "@/types/button"; import type { Avatar } from "./shared/AvatarGroup"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; -type TitleSegment = +type Elevate Your Brand with Expert Copywriting and Content EnhancementSegment = | { type: "text"; content: string } | { type: "image"; src: string; alt?: string }; interface TextBoxProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; type?: AnimationType; textboxLayout?: TextboxLayout; @@ -114,7 +114,7 @@ const TextBox = ({ ), [type, theme.defaultTextAnimation, title, textboxLayout, center, useInvertedBackground, titleClassName, duration, start, end, gradientColors]); // Inline image title component (used when textboxLayout === "inline-image") - const inlineImageTitleElement = useMemo(() => titleSegments && titleSegments.length > 0 ? ( + const inlineImageElevate Your Brand with Expert Copywriting and Content EnhancementElement = useMemo(() => titleSegments && titleSegments.length > 0 ? (

- {inlineImageTitleElement} + {inlineImageElevate Your Brand with Expert Copywriting and Content EnhancementElement} {actionsElement}

); From f8bcdc7ba3f8c2bc63ea91dbf3d91df1da760f2e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:50 +0000 Subject: [PATCH 003/104] Update src/components/cardStack/CardList.tsx --- src/components/cardStack/CardList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/CardList.tsx b/src/components/cardStack/CardList.tsx index fb49285..df9c37e 100644 --- a/src/components/cardStack/CardList.tsx +++ b/src/components/cardStack/CardList.tsx @@ -5,7 +5,7 @@ import CardStackTextBox from "@/components/cardStack/CardStackTextBox"; import { useCardAnimation } from "@/components/cardStack/hooks/useCardAnimation"; import { cls } from "@/lib/utils"; 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"; interface CardListProps { @@ -13,7 +13,7 @@ interface CardListProps { animationType: CardAnimationType; useUncappedRounding?: boolean; title?: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description?: string; tag?: string; tagIcon?: LucideIcon; From 7c07a47cc623dd37a15bff53543fc0f0db93e155 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:51 +0000 Subject: [PATCH 004/104] Update src/components/cardStack/layouts/timelines/TimelineBase.tsx --- src/components/cardStack/layouts/timelines/TimelineBase.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelineBase.tsx b/src/components/cardStack/layouts/timelines/TimelineBase.tsx index a15fedb..4c7b61a 100644 --- a/src/components/cardStack/layouts/timelines/TimelineBase.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineBase.tsx @@ -5,7 +5,7 @@ import { cls } from "@/lib/utils"; import CardStackTextBox from "../../CardStackTextBox"; import { useCardAnimation } from "../../hooks/useCardAnimation"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment } from "../../types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type TimelineVariant = "timeline" | "timeline-three-columns"; @@ -16,7 +16,7 @@ interface TimelineBaseProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title?: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description?: string; tag?: string; tagIcon?: LucideIcon; From 68564d7bf79f79bf74984b2bcf3a90015262c91c Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:52 +0000 Subject: [PATCH 005/104] Update src/components/cardStack/layouts/timelines/TimelineCardStack.tsx --- .../cardStack/layouts/timelines/TimelineCardStack.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx b/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx index 073b41a..766b049 100644 --- a/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx @@ -6,7 +6,7 @@ import { ScrollTrigger } from "gsap/ScrollTrigger"; import CardStackTextBox from "../../CardStackTextBox"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment } from "../../types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; gsap.registerPlugin(ScrollTrigger); @@ -14,7 +14,7 @@ gsap.registerPlugin(ScrollTrigger); interface TimelineCardStackProps { children: React.ReactNode; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; From cd1ca3036f0b555ff71ff975d4e99ba648df7547 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:53 +0000 Subject: [PATCH 006/104] Update src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx --- .../layouts/timelines/TimelineHorizontalCardStack.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx b/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx index ab4f0b1..a1aa80e 100644 --- a/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx @@ -6,12 +6,12 @@ import CardStackTextBox from "../../CardStackTextBox"; import { useTimelineHorizontal, type MediaItem } from "../../hooks/useTimelineHorizontal"; import MediaContent from "@/components/shared/MediaContent"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "../../types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "../../types"; interface TimelineHorizontalCardStackProps { children: React.ReactNode; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; From 391dabd2800f67b7099d80c310a292b33c17428b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:54 +0000 Subject: [PATCH 007/104] Update src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx --- .../cardStack/layouts/timelines/TimelinePhoneView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx b/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx index be61636..937c5e4 100644 --- a/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx +++ b/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx @@ -7,7 +7,7 @@ import { usePhoneAnimations, type TimelinePhoneViewItem } from "../../hooks/useP import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "../../types"; -import type { TitleSegment } from "../../types"; +import type { Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface PhoneFrameProps { @@ -48,7 +48,7 @@ interface TimelinePhoneViewProps { showTextBox?: boolean; showDivider?: boolean; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; From a4386193ddc00b268b31507d6ba6e5bddbef4626 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:54 +0000 Subject: [PATCH 008/104] Update src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx --- .../layouts/timelines/TimelineProcessFlow.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx b/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx index f618774..569dd54 100644 --- a/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx @@ -9,7 +9,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "../../types"; import type { CardAnimationType } from "../../types"; -import type { TitleSegment } from "../../types"; +import type { Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; gsap.registerPlugin(ScrollTrigger); @@ -24,7 +24,7 @@ interface TimelineProcessFlowItem { interface TimelineProcessFlowProps { items: TimelineProcessFlowItem[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,7 +36,7 @@ interface TimelineProcessFlowProps { className?: string; containerClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -66,7 +66,7 @@ const TimelineProcessFlow = ({ className = "", containerClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -130,7 +130,7 @@ const TimelineProcessFlow = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 96b0e06e3b0b962ee1fee3dbbde29148b8c49db9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:55 +0000 Subject: [PATCH 009/104] Update src/components/cardStack/types.ts --- src/components/cardStack/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/types.ts b/src/components/cardStack/types.ts index c4a4e69..0bd9dee 100644 --- a/src/components/cardStack/types.ts +++ b/src/components/cardStack/types.ts @@ -4,7 +4,7 @@ import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvide export type { ButtonConfig, TextboxLayout, InvertedBackground }; -export type TitleSegment = +export type Elevate Your Brand with Expert Copywriting and Content EnhancementSegment = | { type: "text"; content: string } | { type: "image"; src: string; alt?: string }; @@ -51,7 +51,7 @@ export type CardAnimationType = export interface TextBoxProps { title?: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description?: string; tag?: string; tagIcon?: LucideIcon; From 8ac2895c7168de3e9fde4a80c2c3652607666831 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:56 +0000 Subject: [PATCH 010/104] Update src/components/sections/about/AboutPhoneTimeline.tsx --- src/components/sections/about/AboutPhoneTimeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/about/AboutPhoneTimeline.tsx b/src/components/sections/about/AboutPhoneTimeline.tsx index fd2edf8..6eeeea8 100644 --- a/src/components/sections/about/AboutPhoneTimeline.tsx +++ b/src/components/sections/about/AboutPhoneTimeline.tsx @@ -8,7 +8,7 @@ import { cls } from "@/lib/utils"; import { getButtonProps } from "@/lib/buttonUtils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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 { TimelinePhoneViewItem } from "@/components/cardStack/hooks/usePhoneAnimations"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; @@ -22,7 +22,7 @@ type AboutPhone = { interface AboutPhoneTimelineProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag: string; tagIcon?: LucideIcon; From b979df8cc4a7fc5c5042dc0938675a470266d9a1 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:57 +0000 Subject: [PATCH 011/104] Update src/components/sections/about/SplitAbout.tsx --- src/components/sections/about/SplitAbout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/about/SplitAbout.tsx b/src/components/sections/about/SplitAbout.tsx index 79e1167..e1bd6ec 100644 --- a/src/components/sections/about/SplitAbout.tsx +++ b/src/components/sections/about/SplitAbout.tsx @@ -7,7 +7,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "@/types/button"; -import type { TitleSegment } from "@/components/cardStack/types"; +import type { Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface BulletPoint { @@ -18,7 +18,7 @@ interface BulletPoint { interface SplitAboutProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -45,7 +45,7 @@ interface SplitAboutProps { buttonTextClassName?: string; contentClassName?: string; bulletPointClassName?: string; - bulletTitleClassName?: string; + bulletElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; bulletDescriptionClassName?: string; mediaWrapperClassName?: string; imageClassName?: string; @@ -80,7 +80,7 @@ const SplitAbout = ({ buttonTextClassName = "", contentClassName = "", bulletPointClassName = "", - bulletTitleClassName = "", + bulletElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", bulletDescriptionClassName = "", mediaWrapperClassName = "", imageClassName = "", @@ -150,7 +150,7 @@ const SplitAbout = ({ )}
-

+

{point.title}

From 1b2b80daf07bc3671b296f875e806ac9b47c50dc Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:58 +0000 Subject: [PATCH 012/104] Update src/components/sections/about/SplitAboutCards.tsx --- src/components/sections/about/SplitAboutCards.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/about/SplitAboutCards.tsx b/src/components/sections/about/SplitAboutCards.tsx index 0b20138..b19b752 100644 --- a/src/components/sections/about/SplitAboutCards.tsx +++ b/src/components/sections/about/SplitAboutCards.tsx @@ -34,7 +34,7 @@ interface SplitAboutCardsProps { buttonTextClassName?: string; featuresContainerClassName?: string; featureCardClassName?: string; - featureTitleClassName?: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureDescriptionClassName?: string; featureLabelClassName?: string; } @@ -59,7 +59,7 @@ const SplitAboutCards = ({ buttonTextClassName = "", featuresContainerClassName = "", featureCardClassName = "", - featureTitleClassName = "", + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featureDescriptionClassName = "", featureLabelClassName = "", }: SplitAboutCardsProps) => { @@ -102,7 +102,7 @@ const SplitAboutCards = ({ className={cls("card rounded-theme-capped p-6 flex flex-col gap-10", isLastItemOdd && "md:col-span-2", featureCardClassName)} >

-

+

{feature.title}

From 5b434d56ce598f4e787d4ddef7416d767e8b168a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:59 +0000 Subject: [PATCH 013/104] Update src/components/sections/about/TagMediaSplitAbout.tsx --- .../sections/about/TagMediaSplitAbout.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/about/TagMediaSplitAbout.tsx b/src/components/sections/about/TagMediaSplitAbout.tsx index c47488f..1c2d75a 100644 --- a/src/components/sections/about/TagMediaSplitAbout.tsx +++ b/src/components/sections/about/TagMediaSplitAbout.tsx @@ -9,12 +9,12 @@ 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, 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"; interface TagMediaSplitAboutProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -22,7 +22,7 @@ interface TagMediaSplitAboutProps { textboxLayout: TextboxLayout; contentTag: string; contentTagIcon?: LucideIcon; - contentTitle: string; + contentElevate Your Brand with Expert Copywriting and Content Enhancement: string; contentDescription: string; contentButtons?: ButtonConfig[]; imageSrc?: string; @@ -34,7 +34,7 @@ interface TagMediaSplitAboutProps { 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 TagMediaSplitAboutProps { contentClassName?: string; contentCardClassName?: string; contentTagClassName?: string; - contentTitleClassName?: string; + contentElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; contentDescriptionClassName?: string; contentButtonContainerClassName?: string; contentButtonClassName?: string; @@ -65,7 +65,7 @@ const TagMediaSplitAbout = ({ textboxLayout, contentTag, contentTagIcon, - contentTitle, + contentElevate Your Brand with Expert Copywriting and Content Enhancement, contentDescription, contentButtons, imageSrc, @@ -77,7 +77,7 @@ const TagMediaSplitAbout = ({ ariaLabel = "About section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -89,7 +89,7 @@ const TagMediaSplitAbout = ({ contentClassName = "", contentCardClassName = "", contentTagClassName = "", - contentTitleClassName = "", + contentElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", contentDescriptionClassName = "", contentButtonContainerClassName = "", contentButtonClassName = "", @@ -115,9 +115,9 @@ const TagMediaSplitAbout = ({

- {contentTitle} + {contentElevate Your Brand with Expert Copywriting and Content Enhancement}

Date: Sat, 3 Jan 2026 14:03:59 +0000 Subject: [PATCH 014/104] Update src/components/sections/blog/BlogCardEight.tsx --- .../sections/blog/BlogCardEight.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/blog/BlogCardEight.tsx b/src/components/sections/blog/BlogCardEight.tsx index 26b1308..a782d6e 100644 --- a/src/components/sections/blog/BlogCardEight.tsx +++ b/src/components/sections/blog/BlogCardEight.tsx @@ -6,7 +6,7 @@ import Tag from "@/components/shared/Tag"; import MediaContent from "@/components/shared/MediaContent"; import { cls } from "@/lib/utils"; 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 = @@ -37,7 +37,7 @@ interface BlogCardEightProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -50,12 +50,12 @@ interface BlogCardEightProps { cardClassName?: string; mediaWrapperClassName?: string; mediaClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; footerClassName?: string; tagClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -72,7 +72,7 @@ interface BlogCardItemProps { cardClassName?: string; mediaWrapperClassName?: string; mediaClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; footerClassName?: string; tagClassName?: string; } @@ -82,7 +82,7 @@ const BlogCardItem = memo(({ cardClassName = "", mediaWrapperClassName = "", mediaClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", footerClassName = "", tagClassName = "", }: BlogCardItemProps) => { @@ -108,7 +108,7 @@ const BlogCardItem = memo(({ />

-

+

{blog.title}

@@ -143,12 +143,12 @@ const BlogCardEight = ({ cardClassName = "", mediaWrapperClassName = "", mediaClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", footerClassName = "", tagClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -181,9 +181,9 @@ const BlogCardEight = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -197,7 +197,7 @@ const BlogCardEight = ({ cardClassName={cardClassName} mediaWrapperClassName={mediaWrapperClassName} mediaClassName={mediaClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} footerClassName={footerClassName} tagClassName={tagClassName} /> From b13c7326841b594583ddc5d1211dd6d0923facd9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:00 +0000 Subject: [PATCH 015/104] Update src/components/sections/blog/BlogCardEleven.tsx --- src/components/sections/blog/BlogCardEleven.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/blog/BlogCardEleven.tsx b/src/components/sections/blog/BlogCardEleven.tsx index 57d0a89..c284f28 100644 --- a/src/components/sections/blog/BlogCardEleven.tsx +++ b/src/components/sections/blog/BlogCardEleven.tsx @@ -6,7 +6,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 MediaProps = @@ -36,7 +36,7 @@ interface BlogCardElevenProps { blogs: BlogCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -47,7 +47,7 @@ interface BlogCardElevenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -57,7 +57,7 @@ interface BlogCardElevenProps { titleImageWrapperClassName?: string; titleImageClassName?: string; cardContentClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; authorClassName?: string; cardDescriptionClassName?: string; tagsContainerClassName?: string; @@ -81,7 +81,7 @@ const BlogCardEleven = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -91,7 +91,7 @@ const BlogCardEleven = ({ titleImageWrapperClassName = "", titleImageClassName = "", cardContentClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", authorClassName = "", cardDescriptionClassName = "", tagsContainerClassName = "", @@ -117,7 +117,7 @@ const BlogCardEleven = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -143,7 +143,7 @@ const BlogCardEleven = ({

{blog.title}{" "} Date: Sat, 3 Jan 2026 14:04:01 +0000 Subject: [PATCH 016/104] Update src/components/sections/blog/BlogCardFive.tsx --- src/components/sections/blog/BlogCardFive.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/blog/BlogCardFive.tsx b/src/components/sections/blog/BlogCardFive.tsx index 6228902..b094c0a 100644 --- a/src/components/sections/blog/BlogCardFive.tsx +++ b/src/components/sections/blog/BlogCardFive.tsx @@ -7,7 +7,7 @@ import { useCardAnimation } from "@/components/cardStack/hooks/useCardAnimation" 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 BlogPost = { @@ -24,7 +24,7 @@ interface BlogCardFiveProps { blogs: BlogPost[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -34,7 +34,7 @@ interface BlogCardFiveProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -46,7 +46,7 @@ interface BlogCardFiveProps { gridClassName?: string; cardClassName?: string; cardContentClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; itemsContainerClassName?: string; itemTextClassName?: string; mediaWrapperClassName?: string; @@ -67,7 +67,7 @@ const BlogCardFive = ({ ariaLabel = "Blog section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -79,7 +79,7 @@ const BlogCardFive = ({ gridClassName = "", cardClassName = "", cardContentClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", itemsContainerClassName = "", itemTextClassName = "", mediaWrapperClassName = "", @@ -105,7 +105,7 @@ const BlogCardFive = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -135,7 +135,7 @@ const BlogCardFive = ({

{blog.title}

From 2ea8a7100c5cdce1c98d8613bde84cf36d7f9854 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:01 +0000 Subject: [PATCH 017/104] Update src/components/sections/blog/BlogCardNine.tsx --- src/components/sections/blog/BlogCardNine.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/blog/BlogCardNine.tsx b/src/components/sections/blog/BlogCardNine.tsx index 94e7bae..abb981c 100644 --- a/src/components/sections/blog/BlogCardNine.tsx +++ b/src/components/sections/blog/BlogCardNine.tsx @@ -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 = ({

{blog.title}

From 7caca8a03de019925c76958ab9dba6c02000fc65 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:02 +0000 Subject: [PATCH 018/104] Update src/components/sections/blog/BlogCardOne.tsx --- src/components/sections/blog/BlogCardOne.tsx | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/blog/BlogCardOne.tsx b/src/components/sections/blog/BlogCardOne.tsx index 39c4e28..6e51bfc 100644 --- a/src/components/sections/blog/BlogCardOne.tsx +++ b/src/components/sections/blog/BlogCardOne.tsx @@ -8,7 +8,7 @@ import OverlayArrowButton from "@/components/shared/OverlayArrowButton"; 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 BlogCard = { @@ -30,7 +30,7 @@ interface BlogCardOneProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -44,15 +44,15 @@ interface BlogCardOneProps { imageWrapperClassName?: string; imageClassName?: string; categoryClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; excerptClassName?: string; authorContainerClassName?: string; authorAvatarClassName?: string; authorNameClassName?: string; dateClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -71,7 +71,7 @@ interface BlogCardItemProps { imageWrapperClassName?: string; imageClassName?: string; categoryClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; excerptClassName?: string; authorContainerClassName?: string; authorAvatarClassName?: string; @@ -86,7 +86,7 @@ const BlogCardItem = memo(({ imageWrapperClassName = "", imageClassName = "", categoryClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", excerptClassName = "", authorContainerClassName = "", authorAvatarClassName = "", @@ -115,7 +115,7 @@ const BlogCardItem = memo(({
-

+

{blog.title}

@@ -169,15 +169,15 @@ const BlogCardOne = ({ imageWrapperClassName = "", imageClassName = "", categoryClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", excerptClassName = "", authorContainerClassName = "", authorAvatarClassName = "", authorNameClassName = "", dateClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -212,9 +212,9 @@ const BlogCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -230,7 +230,7 @@ const BlogCardOne = ({ imageWrapperClassName={imageWrapperClassName} imageClassName={imageClassName} categoryClassName={categoryClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} excerptClassName={excerptClassName} authorContainerClassName={authorContainerClassName} authorAvatarClassName={authorAvatarClassName} From df2a427193841497ffefb76cae016aa117872f8d Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:03 +0000 Subject: [PATCH 019/104] Update src/components/sections/blog/BlogCardSeven.tsx --- .../sections/blog/BlogCardSeven.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/sections/blog/BlogCardSeven.tsx b/src/components/sections/blog/BlogCardSeven.tsx index b718710..e650d2f 100644 --- a/src/components/sections/blog/BlogCardSeven.tsx +++ b/src/components/sections/blog/BlogCardSeven.tsx @@ -7,7 +7,7 @@ import { ArrowRight } from "lucide-react"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, GridVariant, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, GridVariant, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type BlogCard = { @@ -26,7 +26,7 @@ interface BlogCardSevenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,14 +37,14 @@ interface BlogCardSevenProps { className?: string; containerClassName?: string; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDateClassName?: string; cardLinkClassName?: string; imageWrapperClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -131,14 +131,14 @@ const BlogCardSeven = ({ className = "", containerClassName = "", cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDateClassName = "", cardLinkClassName = "", imageWrapperClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -174,9 +174,9 @@ const BlogCardSeven = ({ carouselItemClassName="!w-carousel-item-3" controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -189,7 +189,7 @@ const BlogCardSeven = ({ blog={blog} shouldUseLightText={shouldUseLightText} cardClassName={cardClassName} - titleClassName={cardTitleClassName} + titleClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} dateClassName={cardDateClassName} linkClassName={cardLinkClassName} imageWrapperClassName={imageWrapperClassName} From 43a99e1d119d36b8217e75816c3f822ab2488f55 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:04 +0000 Subject: [PATCH 020/104] Update src/components/sections/blog/BlogCardSix.tsx --- src/components/sections/blog/BlogCardSix.tsx | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/blog/BlogCardSix.tsx b/src/components/sections/blog/BlogCardSix.tsx index caee454..4bf653c 100644 --- a/src/components/sections/blog/BlogCardSix.tsx +++ b/src/components/sections/blog/BlogCardSix.tsx @@ -8,7 +8,7 @@ import Tag from "@/components/shared/Tag"; 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 BlogCard = { @@ -28,7 +28,7 @@ interface BlogCardSixProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -42,13 +42,13 @@ interface BlogCardSixProps { mediaWrapperClassName?: string; mediaClassName?: string; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; tagsContainerClassName?: string; tagClassName?: string; arrowClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -68,7 +68,7 @@ interface BlogCardItemProps { mediaWrapperClassName?: string; mediaClassName?: string; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; tagsContainerClassName?: string; tagClassName?: string; arrowClassName?: string; @@ -82,7 +82,7 @@ const BlogCardItem = memo(({ mediaWrapperClassName = "", mediaClassName = "", cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", tagsContainerClassName = "", tagClassName = "", arrowClassName = "", @@ -108,7 +108,7 @@ const BlogCardItem = memo(({

{blog.title}

@@ -160,13 +160,13 @@ const BlogCardSix = ({ mediaWrapperClassName = "", mediaClassName = "", cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", tagsContainerClassName = "", tagClassName = "", arrowClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -201,9 +201,9 @@ const BlogCardSix = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -220,7 +220,7 @@ const BlogCardSix = ({ mediaWrapperClassName={mediaWrapperClassName} mediaClassName={mediaClassName} cardClassName={cardClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} tagsContainerClassName={tagsContainerClassName} tagClassName={tagClassName} arrowClassName={arrowClassName} From 237220d83209616c577ab9a4286d608bdd5993cb Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:04 +0000 Subject: [PATCH 021/104] Update src/components/sections/blog/BlogCardTen.tsx --- src/components/sections/blog/BlogCardTen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/blog/BlogCardTen.tsx b/src/components/sections/blog/BlogCardTen.tsx index 04b7858..fd56845 100644 --- a/src/components/sections/blog/BlogCardTen.tsx +++ b/src/components/sections/blog/BlogCardTen.tsx @@ -6,7 +6,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { ArrowRight } 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"; type BlogCard = { @@ -21,7 +21,7 @@ interface BlogCardTenProps { blogs: BlogCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -32,7 +32,7 @@ interface BlogCardTenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -42,7 +42,7 @@ interface BlogCardTenProps { titleImageWrapperClassName?: string; titleImageClassName?: string; cardContentClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; subtitleClassName?: string; tagsContainerClassName?: string; tagClassName?: string; @@ -64,7 +64,7 @@ const BlogCardTen = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -74,7 +74,7 @@ const BlogCardTen = ({ titleImageWrapperClassName = "", titleImageClassName = "", cardContentClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", subtitleClassName = "", tagsContainerClassName = "", tagClassName = "", @@ -98,7 +98,7 @@ const BlogCardTen = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -124,7 +124,7 @@ const BlogCardTen = ({

{blog.title}

From 4460e1a173369c4a5e579594384076a2780f9b39 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:05 +0000 Subject: [PATCH 022/104] Update src/components/sections/blog/BlogCardThree.tsx --- .../sections/blog/BlogCardThree.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/blog/BlogCardThree.tsx b/src/components/sections/blog/BlogCardThree.tsx index 31935ea..0db4dc1 100644 --- a/src/components/sections/blog/BlogCardThree.tsx +++ b/src/components/sections/blog/BlogCardThree.tsx @@ -8,7 +8,7 @@ import OverlayArrowButton from "@/components/shared/OverlayArrowButton"; 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 BlogCard = { @@ -30,7 +30,7 @@ interface BlogCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -43,13 +43,13 @@ interface BlogCardThreeProps { cardClassName?: string; cardContentClassName?: string; categoryTagClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; mediaWrapperClassName?: string; mediaClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -67,7 +67,7 @@ interface BlogCardItemProps { cardClassName?: string; cardContentClassName?: string; categoryTagClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; mediaWrapperClassName?: string; mediaClassName?: string; @@ -79,7 +79,7 @@ const BlogCardItem = memo(({ cardClassName = "", cardContentClassName = "", categoryTagClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", mediaWrapperClassName = "", mediaClassName = "", @@ -108,7 +108,7 @@ const BlogCardItem = memo(({

{blog.title}

@@ -157,13 +157,13 @@ const BlogCardThree = ({ cardClassName = "", cardContentClassName = "", categoryTagClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", mediaWrapperClassName = "", mediaClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -196,9 +196,9 @@ const BlogCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -213,7 +213,7 @@ const BlogCardThree = ({ cardClassName={cardClassName} cardContentClassName={cardContentClassName} categoryTagClassName={categoryTagClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} cardDescriptionClassName={cardDescriptionClassName} mediaWrapperClassName={mediaWrapperClassName} mediaClassName={mediaClassName} From c77375a78a1db39278dc56909e801b08983ae5b4 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:06 +0000 Subject: [PATCH 023/104] Update src/components/sections/blog/BlogCardTwo.tsx --- src/components/sections/blog/BlogCardTwo.tsx | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/blog/BlogCardTwo.tsx b/src/components/sections/blog/BlogCardTwo.tsx index 4bbb80a..548ecb9 100644 --- a/src/components/sections/blog/BlogCardTwo.tsx +++ b/src/components/sections/blog/BlogCardTwo.tsx @@ -8,7 +8,7 @@ import OverlayArrowButton from "@/components/shared/OverlayArrowButton"; 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 BlogCard = { @@ -29,7 +29,7 @@ interface BlogCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -43,13 +43,13 @@ interface BlogCardTwoProps { imageWrapperClassName?: string; imageClassName?: string; authorDateClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; excerptClassName?: string; tagsContainerClassName?: string; tagClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -68,7 +68,7 @@ interface BlogCardItemProps { imageWrapperClassName?: string; imageClassName?: string; authorDateClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; excerptClassName?: string; tagsContainerClassName?: string; tagClassName?: string; @@ -81,7 +81,7 @@ const BlogCardItem = memo(({ imageWrapperClassName = "", imageClassName = "", authorDateClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", excerptClassName = "", tagsContainerClassName = "", tagClassName = "", @@ -110,7 +110,7 @@ const BlogCardItem = memo(({ {blog.authorName} • {blog.date}

-

+

{blog.title}

@@ -151,13 +151,13 @@ const BlogCardTwo = ({ imageWrapperClassName = "", imageClassName = "", authorDateClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", excerptClassName = "", tagsContainerClassName = "", tagClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -192,9 +192,9 @@ const BlogCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -210,7 +210,7 @@ const BlogCardTwo = ({ imageWrapperClassName={imageWrapperClassName} imageClassName={imageClassName} authorDateClassName={authorDateClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} excerptClassName={excerptClassName} tagsContainerClassName={tagsContainerClassName} tagClassName={tagClassName} From 0b480a1c278395795d76351e4bb2ee8d9b903f5e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:07 +0000 Subject: [PATCH 024/104] Update src/components/sections/contact/ContactFaq.tsx --- src/components/sections/contact/ContactFaq.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/sections/contact/ContactFaq.tsx b/src/components/sections/contact/ContactFaq.tsx index a7fcb4c..25f70a0 100644 --- a/src/components/sections/contact/ContactFaq.tsx +++ b/src/components/sections/contact/ContactFaq.tsx @@ -20,7 +20,7 @@ interface FaqItem { interface ContactFaqProps { faqs: FaqItem[]; - ctaTitle: string; + ctaElevate Your Brand with Expert Copywriting and Content Enhancement: string; ctaDescription: string; ctaButton: ButtonConfig; ctaIcon: LucideIcon; @@ -33,14 +33,14 @@ interface ContactFaqProps { containerClassName?: string; ctaPanelClassName?: string; ctaIconClassName?: string; - ctaTitleClassName?: string; + ctaElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; ctaDescriptionClassName?: string; ctaButtonClassName?: string; ctaButtonTextClassName?: string; faqsPanelClassName?: string; faqsContainerClassName?: string; accordionClassName?: string; - accordionTitleClassName?: string; + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; accordionIconContainerClassName?: string; accordionIconClassName?: string; accordionContentClassName?: string; @@ -49,7 +49,7 @@ interface ContactFaqProps { const ContactFaq = ({ faqs, - ctaTitle, + ctaElevate Your Brand with Expert Copywriting and Content Enhancement, ctaDescription, ctaButton, ctaIcon: CtaIcon, @@ -62,14 +62,14 @@ const ContactFaq = ({ containerClassName = "", ctaPanelClassName = "", ctaIconClassName = "", - ctaTitleClassName = "", + ctaElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", ctaDescriptionClassName = "", ctaButtonClassName = "", ctaButtonTextClassName = "", faqsPanelClassName = "", faqsContainerClassName = "", accordionClassName = "", - accordionTitleClassName = "", + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", accordionIconContainerClassName = "", accordionIconClassName = "", accordionContentClassName = "", @@ -123,9 +123,9 @@ const ContactFaq = ({

- {ctaTitle} + {ctaElevate Your Brand with Expert Copywriting and Content Enhancement}

Date: Sat, 3 Jan 2026 14:04:07 +0000 Subject: [PATCH 025/104] Update src/components/sections/faq/FaqBase.tsx --- src/components/sections/faq/FaqBase.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/faq/FaqBase.tsx b/src/components/sections/faq/FaqBase.tsx index 4527d20..108781c 100644 --- a/src/components/sections/faq/FaqBase.tsx +++ b/src/components/sections/faq/FaqBase.tsx @@ -5,7 +5,7 @@ import CardStackTextBox from "@/components/cardStack/CardStackTextBox"; import Accordion from "@/components/Accordion"; import { cls } from "@/lib/utils"; 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"; interface FaqItem { @@ -17,7 +17,7 @@ interface FaqItem { interface FaqBaseProps { faqs: FaqItem[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -29,7 +29,7 @@ interface FaqBaseProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -40,7 +40,7 @@ interface FaqBaseProps { textBoxButtonTextClassName?: string; faqsContainerClassName?: string; accordionClassName?: string; - accordionTitleClassName?: string; + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; accordionIconContainerClassName?: string; accordionIconClassName?: string; accordionContentClassName?: string; @@ -62,7 +62,7 @@ const FaqBase = ({ ariaLabel = "FAQ section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -73,7 +73,7 @@ const FaqBase = ({ textBoxButtonTextClassName = "", faqsContainerClassName = "", accordionClassName = "", - accordionTitleClassName = "", + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", accordionIconContainerClassName = "", accordionIconClassName = "", accordionContentClassName = "", @@ -99,7 +99,7 @@ const FaqBase = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -123,7 +123,7 @@ const FaqBase = ({ showCard={showCard} useInvertedBackground={useInvertedBackground} className={accordionClassName} - titleClassName={accordionTitleClassName} + titleClassName={accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName} iconContainerClassName={accordionIconContainerClassName} iconClassName={accordionIconClassName} contentClassName={accordionContentClassName} From dce98bd69a5da718959135237355b93dd3089877 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:08 +0000 Subject: [PATCH 026/104] Update src/components/sections/faq/FaqDouble.tsx --- src/components/sections/faq/FaqDouble.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/sections/faq/FaqDouble.tsx b/src/components/sections/faq/FaqDouble.tsx index 0a61e99..9ca915a 100644 --- a/src/components/sections/faq/FaqDouble.tsx +++ b/src/components/sections/faq/FaqDouble.tsx @@ -5,7 +5,7 @@ import CardStackTextBox from "@/components/cardStack/CardStackTextBox"; import Accordion from "@/components/Accordion"; import { cls } from "@/lib/utils"; 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"; interface FaqItem { @@ -17,7 +17,7 @@ interface FaqItem { interface FaqDoubleProps { faqs: FaqItem[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -28,7 +28,7 @@ interface FaqDoubleProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -40,7 +40,7 @@ interface FaqDoubleProps { faqsContainerClassName?: string; columnClassName?: string; accordionClassName?: string; - accordionTitleClassName?: string; + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; accordionIconContainerClassName?: string; accordionIconClassName?: string; accordionContentClassName?: string; @@ -60,7 +60,7 @@ const FaqDouble = ({ ariaLabel = "FAQ section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -72,7 +72,7 @@ const FaqDouble = ({ faqsContainerClassName = "", columnClassName = "", accordionClassName = "", - accordionTitleClassName = "", + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", accordionIconContainerClassName = "", accordionIconClassName = "", accordionContentClassName = "", @@ -103,7 +103,7 @@ const FaqDouble = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -127,7 +127,7 @@ const FaqDouble = ({ animationType={animationType} useInvertedBackground={useInvertedBackground} className={accordionClassName} - titleClassName={accordionTitleClassName} + titleClassName={accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName} iconContainerClassName={accordionIconContainerClassName} iconClassName={accordionIconClassName} contentClassName={accordionContentClassName} @@ -149,7 +149,7 @@ const FaqDouble = ({ animationType={animationType} useInvertedBackground={useInvertedBackground} className={accordionClassName} - titleClassName={accordionTitleClassName} + titleClassName={accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName} iconContainerClassName={accordionIconContainerClassName} iconClassName={accordionIconClassName} contentClassName={accordionContentClassName} From f82f31526a76b4598cf50fbcbc906669873a2b0a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:09 +0000 Subject: [PATCH 027/104] Update src/components/sections/faq/FaqSplitMedia.tsx --- src/components/sections/faq/FaqSplitMedia.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/faq/FaqSplitMedia.tsx b/src/components/sections/faq/FaqSplitMedia.tsx index 826982f..c3b9d12 100644 --- a/src/components/sections/faq/FaqSplitMedia.tsx +++ b/src/components/sections/faq/FaqSplitMedia.tsx @@ -6,7 +6,7 @@ import Accordion from "@/components/Accordion"; import MediaContent from "@/components/shared/MediaContent"; import { cls } from "@/lib/utils"; 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"; interface FaqItem { @@ -23,7 +23,7 @@ interface FaqSplitMediaProps { videoAriaLabel?: string; mediaPosition?: "left" | "right"; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -35,7 +35,7 @@ interface FaqSplitMediaProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -49,7 +49,7 @@ interface FaqSplitMediaProps { mediaClassName?: string; faqsContainerClassName?: string; accordionClassName?: string; - accordionTitleClassName?: string; + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; accordionIconContainerClassName?: string; accordionIconClassName?: string; accordionContentClassName?: string; @@ -76,7 +76,7 @@ const FaqSplitMedia = ({ ariaLabel = "FAQ section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -90,7 +90,7 @@ const FaqSplitMedia = ({ mediaClassName = "", faqsContainerClassName = "", accordionClassName = "", - accordionTitleClassName = "", + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", accordionIconContainerClassName = "", accordionIconClassName = "", accordionContentClassName = "", @@ -118,7 +118,7 @@ const FaqSplitMedia = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -154,7 +154,7 @@ const FaqSplitMedia = ({ showCard={showCard} useInvertedBackground={useInvertedBackground} className={accordionClassName} - titleClassName={accordionTitleClassName} + titleClassName={accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName} iconContainerClassName={accordionIconContainerClassName} iconClassName={accordionIconClassName} contentClassName={accordionContentClassName} From c5d47fde9ac5868219c3dde6766e75286d16901a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:10 +0000 Subject: [PATCH 028/104] Update src/components/sections/faq/FaqSplitText.tsx --- src/components/sections/faq/FaqSplitText.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/sections/faq/FaqSplitText.tsx b/src/components/sections/faq/FaqSplitText.tsx index cd3999f..b5c41e4 100644 --- a/src/components/sections/faq/FaqSplitText.tsx +++ b/src/components/sections/faq/FaqSplitText.tsx @@ -18,7 +18,7 @@ interface FaqItem { interface FaqSplitTextProps { faqs: FaqItem[]; - sideTitle: string; + sideElevate Your Brand with Expert Copywriting and Content Enhancement: string; sideDescription?: string; buttons?: ButtonConfig[]; textPosition?: "left" | "right"; @@ -30,14 +30,14 @@ interface FaqSplitTextProps { containerClassName?: string; contentClassName?: string; textContainerClassName?: string; - sideTitleClassName?: string; + sideElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; sideDescriptionClassName?: string; buttonContainerClassName?: string; buttonClassName?: string; buttonTextClassName?: string; faqsContainerClassName?: string; accordionClassName?: string; - accordionTitleClassName?: string; + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; accordionIconContainerClassName?: string; accordionIconClassName?: string; accordionContentClassName?: string; @@ -46,7 +46,7 @@ interface FaqSplitTextProps { const FaqSplitText = ({ faqs, - sideTitle, + sideElevate Your Brand with Expert Copywriting and Content Enhancement, sideDescription, buttons, textPosition = "left", @@ -58,14 +58,14 @@ const FaqSplitText = ({ containerClassName = "", contentClassName = "", textContainerClassName = "", - sideTitleClassName = "", + sideElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", sideDescriptionClassName = "", buttonContainerClassName = "", buttonClassName = "", buttonTextClassName = "", faqsContainerClassName = "", accordionClassName = "", - accordionTitleClassName = "", + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", accordionIconContainerClassName = "", accordionIconClassName = "", accordionContentClassName = "", @@ -85,9 +85,9 @@ const FaqSplitText = ({

{sideDescription && ( Date: Sat, 3 Jan 2026 14:04:10 +0000 Subject: [PATCH 029/104] Update src/components/sections/feature/FeatureCardEight.tsx --- .../sections/feature/FeatureCardEight.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardEight.tsx b/src/components/sections/feature/FeatureCardEight.tsx index c283ca1..3b54326 100644 --- a/src/components/sections/feature/FeatureCardEight.tsx +++ b/src/components/sections/feature/FeatureCardEight.tsx @@ -4,7 +4,7 @@ import TimelineHorizontalCardStack from "@/components/cardStack/layouts/timeline import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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"; type FeatureCard = { @@ -21,7 +21,7 @@ type FeatureCard = { interface FeatureCardEightProps { features: FeatureCard[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -31,7 +31,7 @@ interface FeatureCardEightProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -44,7 +44,7 @@ interface FeatureCardEightProps { progressBarClassName?: string; cardContentClassName?: string; stepNumberClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; mediaContainerClassName?: string; mediaClassName?: string; @@ -63,7 +63,7 @@ const FeatureCardEight = ({ ariaLabel = "Feature section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -76,7 +76,7 @@ const FeatureCardEight = ({ progressBarClassName = "", cardContentClassName = "", stepNumberClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", mediaContainerClassName = "", mediaClassName = "", @@ -104,7 +104,7 @@ const FeatureCardEight = ({ mediaItems={mediaItems} className={className} containerClassName={containerClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -134,7 +134,7 @@ const FeatureCardEight = ({ {feature.id}

-

+

{feature.title}

From 92a309b5c737e4b5c35c2a1ec7cfbd86b497bbe4 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:11 +0000 Subject: [PATCH 030/104] Update src/components/sections/feature/FeatureCardEighteen.tsx --- .../sections/feature/FeatureCardEighteen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardEighteen.tsx b/src/components/sections/feature/FeatureCardEighteen.tsx index 8f37f62..8e18ecd 100644 --- a/src/components/sections/feature/FeatureCardEighteen.tsx +++ b/src/components/sections/feature/FeatureCardEighteen.tsx @@ -8,7 +8,7 @@ import { Check, X } from "lucide-react"; 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 ComparisonItem = { @@ -25,7 +25,7 @@ interface FeatureCardEighteenProps { positiveCard: ComparisonItem; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -35,7 +35,7 @@ interface FeatureCardEighteenProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -48,7 +48,7 @@ interface FeatureCardEighteenProps { cardClassName?: string; cardMediaWrapperClassName?: string; cardMediaClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; itemsListClassName?: string; itemClassName?: string; itemIconClassName?: string; @@ -70,7 +70,7 @@ const FeatureCardEighteen = ({ ariaLabel = "Feature comparison section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -83,7 +83,7 @@ const FeatureCardEighteen = ({ cardClassName = "", cardMediaWrapperClassName = "", cardMediaClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", itemsListClassName = "", itemClassName = "", itemIconClassName = "", @@ -121,7 +121,7 @@ const FeatureCardEighteen = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -158,7 +158,7 @@ const FeatureCardEighteen = ({

{card.title}

From f41a6f7babb2ddc74186ce3043108fc2eb2d2d26 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:12 +0000 Subject: [PATCH 031/104] 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}

From a8c6f641a09c0dea3ae4388f7b6ac6445355e5f8 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:13 +0000 Subject: [PATCH 032/104] Update src/components/sections/feature/FeatureCardFifteen.tsx --- .../sections/feature/FeatureCardFifteen.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/feature/FeatureCardFifteen.tsx b/src/components/sections/feature/FeatureCardFifteen.tsx index c6db9c0..8875131 100644 --- a/src/components/sections/feature/FeatureCardFifteen.tsx +++ b/src/components/sections/feature/FeatureCardFifteen.tsx @@ -6,7 +6,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 { CardAnimationType, ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { CardAnimationType, ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Feature = { id: string; @@ -22,7 +22,7 @@ interface FeatureCardFifteenProps { features: Feature[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -38,12 +38,12 @@ interface FeatureCardFifteenProps { bottomCarouselClassName?: string; cardClassName?: string; mediaClassName?: string; - featureTitleClassName?: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureDescriptionClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -56,7 +56,7 @@ interface FeatureCardProps { useInvertedBackground: "noInvert" | "invertDefault" | "invertCard"; cardClassName?: string; mediaClassName?: string; - featureTitleClassName?: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureDescriptionClassName?: string; } @@ -65,7 +65,7 @@ const FeatureCard = memo(({ useInvertedBackground, cardClassName = "", mediaClassName = "", - featureTitleClassName = "", + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featureDescriptionClassName = "", }: FeatureCardProps) => { const theme = useTheme(); @@ -81,7 +81,7 @@ const FeatureCard = memo(({ imageClassName={cls("w-full aspect-square object-cover rounded-theme", mediaClassName)} />

-

+

{feature.title}

@@ -114,12 +114,12 @@ const FeatureCardFifteen = ({ bottomCarouselClassName = "", cardClassName = "", mediaClassName = "", - featureTitleClassName = "", + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featureDescriptionClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -148,9 +148,9 @@ const FeatureCardFifteen = ({ containerClassName={containerClassName} className={className} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -166,7 +166,7 @@ const FeatureCardFifteen = ({ useInvertedBackground={useInvertedBackground} cardClassName={cardClassName} mediaClassName={mediaClassName} - featureTitleClassName={featureTitleClassName} + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName={featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName} featureDescriptionClassName={featureDescriptionClassName} /> ))} From 60b66b0372f364af450684d4b0b0b8a89dc0be99 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:14 +0000 Subject: [PATCH 033/104] Update src/components/sections/feature/FeatureCardFourteen.tsx --- .../sections/feature/FeatureCardFourteen.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/feature/FeatureCardFourteen.tsx b/src/components/sections/feature/FeatureCardFourteen.tsx index 59dcdfd..bd3e4bc 100644 --- a/src/components/sections/feature/FeatureCardFourteen.tsx +++ b/src/components/sections/feature/FeatureCardFourteen.tsx @@ -8,7 +8,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, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Feature = { id: string; @@ -23,7 +23,7 @@ type Feature = { interface FeatureCardFourteenProps { features: Feature[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -34,12 +34,12 @@ interface FeatureCardFourteenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardImageClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; cardContentClassName?: string; carouselClassName?: string; @@ -56,7 +56,7 @@ interface FeatureCardProps { shouldUseLightText: boolean; cardClassName?: string; imageClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; cardContentClassName?: string; } @@ -66,7 +66,7 @@ const FeatureCard = memo(({ shouldUseLightText, cardClassName = "", imageClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", cardContentClassName = "", }: FeatureCardProps) => { @@ -81,7 +81,7 @@ const FeatureCard = memo(({ />

-

+

{feature.title}

@@ -109,12 +109,12 @@ const FeatureCardFourteen = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardImageClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", cardContentClassName = "", carouselClassName = "", @@ -143,9 +143,9 @@ const FeatureCardFourteen = ({ carouselClassName={carouselClassName} dotsClassName={dotsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -160,7 +160,7 @@ const FeatureCardFourteen = ({ shouldUseLightText={shouldUseLightText} cardClassName={cardClassName} imageClassName={cardImageClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} cardDescriptionClassName={cardDescriptionClassName} cardContentClassName={cardContentClassName} /> From 3041ed848f9480c7cb55d6854ff42d71a767a137 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:14 +0000 Subject: [PATCH 034/104] Update src/components/sections/feature/FeatureCardNine.tsx --- .../sections/feature/FeatureCardNine.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/feature/FeatureCardNine.tsx b/src/components/sections/feature/FeatureCardNine.tsx index 5f79771..893521b 100644 --- a/src/components/sections/feature/FeatureCardNine.tsx +++ b/src/components/sections/feature/FeatureCardNine.tsx @@ -3,7 +3,7 @@ import TimelinePhoneView from "@/components/cardStack/layouts/timelines/TimelinePhoneView"; import { cls } from "@/lib/utils"; 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 { TimelinePhoneViewItem } from "@/components/cardStack/hooks/usePhoneAnimations"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; @@ -27,7 +27,7 @@ interface FeatureCardNineProps { features: FeatureCard[]; showStepNumbers: boolean; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,7 +37,7 @@ interface FeatureCardNineProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -55,7 +55,7 @@ interface FeatureCardNineProps { mobilePhoneFrameClassName?: string; featureContentClassName?: string; stepNumberClassName?: string; - featureTitleClassName?: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureDescriptionClassName?: string; } @@ -65,7 +65,7 @@ interface FeatureContentProps { useInvertedBackground: InvertedBackground; featureContentClassName: string; stepNumberClassName: string; - featureTitleClassName: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName: string; featureDescriptionClassName: string; } @@ -75,7 +75,7 @@ const FeatureContent = ({ useInvertedBackground, featureContentClassName, stepNumberClassName, - featureTitleClassName, + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName, featureDescriptionClassName, }: FeatureContentProps) => (

@@ -91,7 +91,7 @@ const FeatureContent = ({

)} -

+

{feature.title}

@@ -114,7 +114,7 @@ const FeatureCardNine = ({ ariaLabel = "Feature section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -132,7 +132,7 @@ const FeatureCardNine = ({ mobilePhoneFrameClassName = "", featureContentClassName = "", stepNumberClassName = "", - featureTitleClassName = "", + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featureDescriptionClassName = "", }: FeatureCardNineProps) => { const items: TimelinePhoneViewItem[] = features.map((feature, index) => ({ @@ -144,7 +144,7 @@ const FeatureCardNine = ({ useInvertedBackground={useInvertedBackground} featureContentClassName={featureContentClassName} stepNumberClassName={stepNumberClassName} - featureTitleClassName={featureTitleClassName} + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName={featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName} featureDescriptionClassName={featureDescriptionClassName} /> ), @@ -174,7 +174,7 @@ const FeatureCardNine = ({ className={className} containerClassName={containerClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From c77e54b8ed7c9edc7f446ddad0c5730808232da9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:15 +0000 Subject: [PATCH 035/104] Update src/components/sections/feature/FeatureCardNineteen.tsx --- .../sections/feature/FeatureCardNineteen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardNineteen.tsx b/src/components/sections/feature/FeatureCardNineteen.tsx index 4a9b6df..d0d2f4d 100644 --- a/src/components/sections/feature/FeatureCardNineteen.tsx +++ b/src/components/sections/feature/FeatureCardNineteen.tsx @@ -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, 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"; type FeatureCard = { @@ -27,7 +27,7 @@ type FeatureCard = { interface FeatureCardNineteenProps { features: FeatureCard[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,7 +37,7 @@ interface FeatureCardNineteenProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -48,7 +48,7 @@ interface FeatureCardNineteenProps { titleImageClassName?: string; cardContentClassName?: string; cardTagClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; cardButtonClassName?: string; cardButtonTextClassName?: string; @@ -69,7 +69,7 @@ const FeatureCardNineteen = ({ ariaLabel = "Feature section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -80,7 +80,7 @@ const FeatureCardNineteen = ({ titleImageClassName = "", cardContentClassName = "", cardTagClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", cardButtonClassName = "", cardButtonTextClassName = "", @@ -102,7 +102,7 @@ const FeatureCardNineteen = ({ useInvertedBackground={useInvertedBackground} className={className} containerClassName={containerClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -130,7 +130,7 @@ const FeatureCardNineteen = ({

{feature.title}

From 701657296719e3586462789edac6e12c67ecc29b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:16 +0000 Subject: [PATCH 036/104] Update src/components/sections/feature/FeatureCardOne.tsx --- .../sections/feature/FeatureCardOne.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/sections/feature/FeatureCardOne.tsx b/src/components/sections/feature/FeatureCardOne.tsx index c48e068..dd3dcf3 100644 --- a/src/components/sections/feature/FeatureCardOne.tsx +++ b/src/components/sections/feature/FeatureCardOne.tsx @@ -7,7 +7,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, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; type FeatureCardOneGridVariant = Exclude; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; @@ -38,7 +38,7 @@ interface FeatureCardOneProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -50,11 +50,11 @@ interface FeatureCardOneProps { containerClassName?: string; cardClassName?: string; mediaClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; cardButtonClassName?: string; cardButtonTextClassName?: string; @@ -87,11 +87,11 @@ const FeatureCardOne = ({ containerClassName = "", cardClassName = "", mediaClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", cardButtonClassName = "", cardButtonTextClassName = "", @@ -128,9 +128,9 @@ const FeatureCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -151,7 +151,7 @@ const FeatureCardOne = ({ imageClassName={cls("relative z-1 min-h-0 h-full", mediaClassName)} />
-

+

{feature.title}

From 92ded0cebf415f4ac8b1ce0471387af9523e06db Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:17 +0000 Subject: [PATCH 037/104] Update src/components/sections/feature/FeatureCardSeven.tsx --- .../sections/feature/FeatureCardSeven.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardSeven.tsx b/src/components/sections/feature/FeatureCardSeven.tsx index 896e5e6..c210fcf 100644 --- a/src/components/sections/feature/FeatureCardSeven.tsx +++ b/src/components/sections/feature/FeatureCardSeven.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 FeatureCardSevenProps { features: FeatureCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -33,7 +33,7 @@ interface FeatureCardSevenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -44,7 +44,7 @@ interface FeatureCardSevenProps { titleImageClassName?: string; cardContentClassName?: string; stepNumberClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; imageContainerClassName?: string; imageClassName?: string; @@ -65,7 +65,7 @@ const FeatureCardSeven = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -76,7 +76,7 @@ const FeatureCardSeven = ({ titleImageClassName = "", cardContentClassName = "", stepNumberClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", imageContainerClassName = "", imageClassName = "", @@ -98,7 +98,7 @@ const FeatureCardSeven = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -126,7 +126,7 @@ const FeatureCardSeven = ({ {feature.id}

-

+

{feature.title}

From ff3772d40816ae6babbf69a94668e5658de9b28a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:17 +0000 Subject: [PATCH 038/104] Update src/components/sections/feature/FeatureCardSix.tsx --- .../sections/feature/FeatureCardSix.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardSix.tsx b/src/components/sections/feature/FeatureCardSix.tsx index 1ad2a52..fe641ed 100644 --- a/src/components/sections/feature/FeatureCardSix.tsx +++ b/src/components/sections/feature/FeatureCardSix.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, 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"; type FeatureCard = { @@ -21,7 +21,7 @@ type FeatureCard = { interface FeatureCardSixProps { features: FeatureCard[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -31,7 +31,7 @@ interface FeatureCardSixProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -42,7 +42,7 @@ interface FeatureCardSixProps { titleImageClassName?: string; cardContentClassName?: string; stepNumberClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; imageContainerClassName?: string; imageClassName?: string; @@ -61,7 +61,7 @@ const FeatureCardSix = ({ ariaLabel = "Feature section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -72,7 +72,7 @@ const FeatureCardSix = ({ titleImageClassName = "", cardContentClassName = "", stepNumberClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", imageContainerClassName = "", imageClassName = "", @@ -92,7 +92,7 @@ const FeatureCardSix = ({ useInvertedBackground={useInvertedBackground} className={className} containerClassName={containerClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -120,7 +120,7 @@ const FeatureCardSix = ({ {feature.id}

-

+

{feature.title}

From 0f5cb2e5e81613ec0ebdefb4fd616f4f7ef0ca1b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:18 +0000 Subject: [PATCH 039/104] Update src/components/sections/feature/FeatureCardSixteen.tsx --- .../sections/feature/FeatureCardSixteen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardSixteen.tsx b/src/components/sections/feature/FeatureCardSixteen.tsx index af00a92..e9d521d 100644 --- a/src/components/sections/feature/FeatureCardSixteen.tsx +++ b/src/components/sections/feature/FeatureCardSixteen.tsx @@ -7,7 +7,7 @@ import { Check, X } from "lucide-react"; 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 ComparisonItem = { @@ -20,7 +20,7 @@ interface FeatureCardSixteenProps { positiveCard: ComparisonItem; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -30,7 +30,7 @@ interface FeatureCardSixteenProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -41,7 +41,7 @@ interface FeatureCardSixteenProps { textBoxButtonTextClassName?: string; gridClassName?: string; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; itemsListClassName?: string; itemClassName?: string; itemIconClassName?: string; @@ -63,7 +63,7 @@ const FeatureCardSixteen = ({ ariaLabel = "Feature comparison section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -74,7 +74,7 @@ const FeatureCardSixteen = ({ textBoxButtonTextClassName = "", gridClassName = "", cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", itemsListClassName = "", itemClassName = "", itemIconClassName = "", @@ -112,7 +112,7 @@ const FeatureCardSixteen = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -140,7 +140,7 @@ const FeatureCardSixteen = ({

{card.title}

From 61da0bf39c9ac512677ddcef3dc68d0eaf53b436 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:19 +0000 Subject: [PATCH 040/104] Update src/components/sections/feature/FeatureCardTen.tsx --- .../sections/feature/FeatureCardTen.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/feature/FeatureCardTen.tsx b/src/components/sections/feature/FeatureCardTen.tsx index e690278..b5b54d3 100644 --- a/src/components/sections/feature/FeatureCardTen.tsx +++ b/src/components/sections/feature/FeatureCardTen.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 FeatureMedia = { @@ -33,7 +33,7 @@ interface FeatureCard { interface FeatureCardTenProps { features: FeatureCard[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -45,7 +45,7 @@ interface FeatureCardTenProps { className?: string; containerClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -58,7 +58,7 @@ interface FeatureCardTenProps { mediaCardClassName?: string; numberClassName?: string; contentWrapperClassName?: string; - featureTitleClassName?: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureDescriptionClassName?: string; listItemClassName?: string; iconContainerClassName?: string; @@ -92,7 +92,7 @@ interface FeatureContentProps { feature: FeatureCard; useInvertedBackground: InvertedBackground; shouldUseLightText: boolean; - featureTitleClassName: string; + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName: string; featureDescriptionClassName: string; listItemClassName: string; iconContainerClassName: string; @@ -103,14 +103,14 @@ const FeatureContent = ({ feature, useInvertedBackground, shouldUseLightText, - featureTitleClassName, + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName, featureDescriptionClassName, listItemClassName, iconContainerClassName, iconClassName, }: FeatureContentProps) => (
-

+

{feature.title}

@@ -157,7 +157,7 @@ const FeatureCardTen = ({ className = "", containerClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -170,7 +170,7 @@ const FeatureCardTen = ({ mediaCardClassName = "", numberClassName = "", contentWrapperClassName = "", - featureTitleClassName = "", + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featureDescriptionClassName = "", listItemClassName = "", iconContainerClassName = "", @@ -195,7 +195,7 @@ const FeatureCardTen = ({ feature={feature} useInvertedBackground={useInvertedBackground} shouldUseLightText={shouldUseLightText} - featureTitleClassName={featureTitleClassName} + featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName={featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName} featureDescriptionClassName={featureDescriptionClassName} listItemClassName={listItemClassName} iconContainerClassName={iconContainerClassName} @@ -220,7 +220,7 @@ const FeatureCardTen = ({ className={className} containerClassName={containerClassName} textBoxClassName={textBoxClassName} - textBoxTitleClassName={textBoxTitleClassName} + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} textBoxDescriptionClassName={textBoxDescriptionClassName} textBoxTagClassName={textBoxTagClassName} textBoxButtonContainerClassName={textBoxButtonContainerClassName} From fd49294227e33db03c06598ca123a160af53f954 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:20 +0000 Subject: [PATCH 041/104] Update src/components/sections/feature/FeatureCardThirteen.tsx --- .../sections/feature/FeatureCardThirteen.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/sections/feature/FeatureCardThirteen.tsx b/src/components/sections/feature/FeatureCardThirteen.tsx index e6ee638..2af43f0 100644 --- a/src/components/sections/feature/FeatureCardThirteen.tsx +++ b/src/components/sections/feature/FeatureCardThirteen.tsx @@ -4,7 +4,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type FeatureCardThirteenGridVariant = Exclude; @@ -22,7 +22,7 @@ interface FeatureCardThirteenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -33,12 +33,12 @@ interface FeatureCardThirteenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardIdClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; cardDotsClassName?: string; gridClassName?: string; @@ -69,12 +69,12 @@ const FeatureCardThirteen = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardIdClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", cardDotsClassName = "", gridClassName = "", @@ -164,9 +164,9 @@ const FeatureCardThirteen = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -202,7 +202,7 @@ const FeatureCardThirteen = ({ className={cls( "text-4xl font-medium leading-tight", shouldUseLightText ? "text-background" : "text-foreground", - cardTitleClassName + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName )} > {feature.title} From 40a5fea0b60d9c82610f84a86c0f6d875cc7e723 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:21 +0000 Subject: [PATCH 042/104] Update src/components/sections/feature/FeatureCardTwelve.tsx --- .../sections/feature/FeatureCardTwelve.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/feature/FeatureCardTwelve.tsx b/src/components/sections/feature/FeatureCardTwelve.tsx index f8d7e85..dccdd80 100644 --- a/src/components/sections/feature/FeatureCardTwelve.tsx +++ b/src/components/sections/feature/FeatureCardTwelve.tsx @@ -7,7 +7,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"; interface FeatureCard { @@ -22,7 +22,7 @@ interface FeatureCardTwelveProps { features: FeatureCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -33,7 +33,7 @@ interface FeatureCardTwelveProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -44,7 +44,7 @@ interface FeatureCardTwelveProps { titleImageClassName?: string; cardContentClassName?: string; labelClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; itemsContainerClassName?: string; itemTextClassName?: string; cardButtonClassName?: string; @@ -66,7 +66,7 @@ const FeatureCardTwelve = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -77,7 +77,7 @@ const FeatureCardTwelve = ({ titleImageClassName = "", cardContentClassName = "", labelClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", itemsContainerClassName = "", itemTextClassName = "", cardButtonClassName = "", @@ -101,7 +101,7 @@ const FeatureCardTwelve = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -136,7 +136,7 @@ const FeatureCardTwelve = ({

{feature.title}

From 7e68a3e9027564d370ac9d620aa7f5e431c34288 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:21 +0000 Subject: [PATCH 043/104] Update src/components/sections/feature/FeatureCardTwenty.tsx --- src/components/sections/feature/FeatureCardTwenty.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/feature/FeatureCardTwenty.tsx b/src/components/sections/feature/FeatureCardTwenty.tsx index 188f993..6054f71 100644 --- a/src/components/sections/feature/FeatureCardTwenty.tsx +++ b/src/components/sections/feature/FeatureCardTwenty.tsx @@ -5,7 +5,7 @@ import MediaContent from "@/components/shared/MediaContent"; import AutoCarousel from "@/components/cardStack/layouts/carousels/AutoCarousel"; import { cls } from "@/lib/utils"; 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"; type FeatureImage = { @@ -19,7 +19,7 @@ type FeatureImage = { interface FeatureCardTwentyProps { images: FeatureImage[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; From 2d4a59e8583ffc42c63d3efa27ab99d825006dc5 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:22 +0000 Subject: [PATCH 044/104] Update src/components/sections/feature/FeatureCardTwentyOne.tsx --- .../sections/feature/FeatureCardTwentyOne.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/feature/FeatureCardTwentyOne.tsx b/src/components/sections/feature/FeatureCardTwentyOne.tsx index 73c92fe..5a75173 100644 --- a/src/components/sections/feature/FeatureCardTwentyOne.tsx +++ b/src/components/sections/feature/FeatureCardTwentyOne.tsx @@ -6,7 +6,7 @@ import Accordion from "@/components/Accordion"; import MediaContent from "@/components/shared/MediaContent"; import { cls } from "@/lib/utils"; 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 { InvertedBackground } from "@/providers/themeProvider/config/constants"; type MediaProps = @@ -31,7 +31,7 @@ type AccordionItem = { type FeatureCardTwentyOneProps = MediaProps & { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -56,7 +56,7 @@ type FeatureCardTwentyOneProps = MediaProps & { titleImageClassName?: string; accordionContainerClassName?: string; accordionClassName?: string; - accordionTitleClassName?: string; + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; accordionContentClassName?: string; accordionIconContainerClassName?: string; accordionIconClassName?: string; @@ -93,7 +93,7 @@ const FeatureCardTwentyOne = ({ titleImageClassName = "", accordionContainerClassName = "", accordionClassName = "", - accordionTitleClassName = "", + accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", accordionContentClassName = "", accordionIconContainerClassName = "", accordionIconClassName = "", @@ -180,7 +180,7 @@ const FeatureCardTwentyOne = ({ showCard={false} useInvertedBackground={useInvertedBackground === "noInvert" ? undefined : useInvertedBackground} className={cls("py-4 md:py-6", accordionClassName)} - titleClassName={cls("text-xl md:text-2xl", accordionTitleClassName)} + titleClassName={cls("text-xl md:text-2xl", accordionElevate Your Brand with Expert Copywriting and Content EnhancementClassName)} contentClassName={accordionContentClassName} iconContainerClassName={accordionIconContainerClassName} iconClassName={accordionIconClassName} From 0fc783fbc6a17e9361155be636d44f726e631680 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:23 +0000 Subject: [PATCH 045/104] Update src/components/sections/feature/featureCardThree/FeatureCardThree.tsx --- .../featureCardThree/FeatureCardThree.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/sections/feature/featureCardThree/FeatureCardThree.tsx b/src/components/sections/feature/featureCardThree/FeatureCardThree.tsx index d7eb400..746ce0c 100644 --- a/src/components/sections/feature/featureCardThree/FeatureCardThree.tsx +++ b/src/components/sections/feature/featureCardThree/FeatureCardThree.tsx @@ -7,7 +7,7 @@ import FeatureCardThreeItem from "./FeatureCardThreeItem"; import { useDynamicDimensions } from "./useDynamicDimensions"; import { useClickOutside } from "@/hooks/useClickOutside"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, 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 = { @@ -25,7 +25,7 @@ interface FeatureCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,11 +36,11 @@ interface FeatureCardThreeProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -71,11 +71,11 @@ const FeatureCardThree = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", gridClassName = "", carouselClassName = "", @@ -148,9 +148,9 @@ const FeatureCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -167,7 +167,7 @@ const FeatureCardThree = ({ onItemClick={() => handleItemClick(index)} className={cardClassName} itemContentClassName={itemContentClassName} - itemTitleClassName={cardTitleClassName} + itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} itemDescriptionClassName={cardDescriptionClassName} /> ))} From 7c2f18cf500082fbd51a48fe8e0ce9c3782e1cab Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:24 +0000 Subject: [PATCH 046/104] Update src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx --- .../feature/featureCardThree/FeatureCardThreeItem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx b/src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx index e1d3498..ff8db7c 100644 --- a/src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx +++ b/src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx @@ -19,7 +19,7 @@ interface FeatureCardThreeItemProps { onItemClick?: () => void; className?: string; itemContentClassName?: string; - itemTitleClassName?: string; + itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; itemDescriptionClassName?: string; } @@ -34,7 +34,7 @@ const FeatureCardThreeItem = memo( onItemClick, className = "", itemContentClassName = "", - itemTitleClassName = "", + itemElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", itemDescriptionClassName = "", }, ref @@ -107,7 +107,7 @@ const FeatureCardThreeItem = memo(

{item.title} From bc2ce314228a25009c38dd0b450ffea4059467f9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:25 +0000 Subject: [PATCH 047/104] Update src/components/sections/footer/FooterBase.tsx --- src/components/sections/footer/FooterBase.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 0a7e1b8..b85edce 100644 --- a/src/components/sections/footer/FooterBase.tsx +++ b/src/components/sections/footer/FooterBase.tsx @@ -21,7 +21,7 @@ interface FooterBaseProps { logoTextClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; copyrightContainerClassName?: string; copyrightTextClassName?: string; @@ -43,7 +43,7 @@ const FooterBase = ({ logoTextClassName = "", columnsClassName = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", copyrightContainerClassName = "", copyrightTextClassName = "", @@ -81,7 +81,7 @@ const FooterBase = ({ columns={columns} className={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={cls("text-background/50", columnTitleClassName)} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cls("text-background/50", columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName)} columnItemClassName={cls("text-background", columnItemClassName)} />

From 5c9bd5add8bda8c0e16563fbeacdf55d2e97ae8d Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:25 +0000 Subject: [PATCH 048/104] Update src/components/sections/footer/FooterBaseCard.tsx --- src/components/sections/footer/FooterBaseCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterBaseCard.tsx b/src/components/sections/footer/FooterBaseCard.tsx index 9c47d31..3523f5f 100644 --- a/src/components/sections/footer/FooterBaseCard.tsx +++ b/src/components/sections/footer/FooterBaseCard.tsx @@ -22,7 +22,7 @@ interface FooterBaseCardProps { logoTextClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; copyrightContainerClassName?: string; copyrightTextClassName?: string; @@ -45,7 +45,7 @@ const FooterBaseCard = ({ logoTextClassName = "", columnsClassName = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", copyrightContainerClassName = "", copyrightTextClassName = "", @@ -81,7 +81,7 @@ const FooterBaseCard = ({ columns={columns} className={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={columnTitleClassName} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName} columnItemClassName={columnItemClassName} />
From a80615618220632f76eab3d525288d34ac08f6a4 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:26 +0000 Subject: [PATCH 049/104] Update src/components/sections/footer/FooterBaseReveal.tsx --- src/components/sections/footer/FooterBaseReveal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterBaseReveal.tsx b/src/components/sections/footer/FooterBaseReveal.tsx index 6f55d14..b2f9ccb 100644 --- a/src/components/sections/footer/FooterBaseReveal.tsx +++ b/src/components/sections/footer/FooterBaseReveal.tsx @@ -29,7 +29,7 @@ interface FooterBaseRevealProps { logoClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; copyrightContainerClassName?: string; copyrightTextClassName?: string; @@ -52,7 +52,7 @@ const FooterBaseReveal = ({ logoClassName, columnsClassName, columnClassName, - columnTitleClassName, + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName, columnItemClassName, copyrightContainerClassName, copyrightTextClassName, @@ -109,7 +109,7 @@ const FooterBaseReveal = ({ logoClassName={logoClassName} columnsClassName={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={columnTitleClassName} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName} columnItemClassName={columnItemClassName} copyrightContainerClassName={copyrightContainerClassName} copyrightTextClassName={copyrightTextClassName} From 6d8cd3dce7ee0e5a1ae304169f7fa09a7920f9fb Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:27 +0000 Subject: [PATCH 050/104] Update src/components/sections/footer/FooterBaseSocial.tsx --- src/components/sections/footer/FooterBaseSocial.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterBaseSocial.tsx b/src/components/sections/footer/FooterBaseSocial.tsx index e925c2f..2b06e75 100644 --- a/src/components/sections/footer/FooterBaseSocial.tsx +++ b/src/components/sections/footer/FooterBaseSocial.tsx @@ -26,7 +26,7 @@ interface FooterBaseSocialProps { descriptionClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; socialLinksClassName?: string; socialIconClassName?: string; @@ -53,7 +53,7 @@ const FooterBaseSocial = ({ descriptionClassName = "", columnsClassName = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", socialLinksClassName = "", socialIconClassName = "", @@ -105,7 +105,7 @@ const FooterBaseSocial = ({ columns={columns} className={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={cls("text-background/50", columnTitleClassName)} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cls("text-background/50", columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName)} columnItemClassName={cls("text-background", columnItemClassName)} />
From 2a80b6a5ea43d0c1dbb5c1cfebbf0804121c578f Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:28 +0000 Subject: [PATCH 051/104] Update src/components/sections/footer/FooterMedia.tsx --- src/components/sections/footer/FooterMedia.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index 85764af..02fef57 100644 --- a/src/components/sections/footer/FooterMedia.tsx +++ b/src/components/sections/footer/FooterMedia.tsx @@ -38,7 +38,7 @@ type FooterMediaProps = MediaProps & { logoTextClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; copyrightContainerClassName?: string; copyrightTextClassName?: string; @@ -66,7 +66,7 @@ const FooterMedia = ({ logoTextClassName = "", columnsClassName = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", copyrightContainerClassName = "", copyrightTextClassName = "", @@ -115,7 +115,7 @@ const FooterMedia = ({ columns={columns} className={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={cls("text-background/50", columnTitleClassName)} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cls("text-background/50", columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName)} columnItemClassName={cls("text-background", columnItemClassName)} /> From f0a876e6a7816b3308a3e3c6ebc168fff7a41011 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:29 +0000 Subject: [PATCH 052/104] Update src/components/sections/footer/FooterSocial.tsx --- src/components/sections/footer/FooterSocial.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterSocial.tsx b/src/components/sections/footer/FooterSocial.tsx index d0091ca..7353eb9 100644 --- a/src/components/sections/footer/FooterSocial.tsx +++ b/src/components/sections/footer/FooterSocial.tsx @@ -26,7 +26,7 @@ interface FooterSocialProps { socialIconClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; } @@ -49,7 +49,7 @@ const FooterSocial = ({ socialIconClassName = "", columnsClassName = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", }: FooterSocialProps) => { return ( @@ -99,7 +99,7 @@ const FooterSocial = ({ columns={columns} className={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={columnTitleClassName} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName} columnItemClassName={columnItemClassName} /> From 4c8e3ec3d9797e67a161e2f4ef878c21ed940f14 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:29 +0000 Subject: [PATCH 053/104] Update src/components/sections/footer/FooterSplit.tsx --- src/components/sections/footer/FooterSplit.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer/FooterSplit.tsx b/src/components/sections/footer/FooterSplit.tsx index 282e834..6d069fc 100644 --- a/src/components/sections/footer/FooterSplit.tsx +++ b/src/components/sections/footer/FooterSplit.tsx @@ -30,7 +30,7 @@ interface FooterSplitProps { contentClassName?: string; columnsClassName?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; titleClassName?: string; avatarGroupClassName?: string; @@ -58,7 +58,7 @@ const FooterSplit = ({ contentClassName = "", columnsClassName = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", titleClassName = "", avatarGroupClassName = "", @@ -80,7 +80,7 @@ const FooterSplit = ({ columns={columns} className={columnsClassName} columnClassName={columnClassName} - columnTitleClassName={columnTitleClassName} + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName={columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName} columnItemClassName={columnItemClassName} /> From 12cfac3c9a24e3f039284906570da9d17d024165 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:30 +0000 Subject: [PATCH 054/104] Update src/components/sections/hero/HeroChatPromptFeatures.tsx --- src/components/sections/hero/HeroChatPromptFeatures.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/hero/HeroChatPromptFeatures.tsx b/src/components/sections/hero/HeroChatPromptFeatures.tsx index dec9c0b..8c432aa 100644 --- a/src/components/sections/hero/HeroChatPromptFeatures.tsx +++ b/src/components/sections/hero/HeroChatPromptFeatures.tsx @@ -41,7 +41,7 @@ interface HeroChatPromptFeaturesProps { featureHighlightsClassName?: string; featureHighlightClassName?: string; featureHighlightIconClassName?: string; - featureHighlightTitleClassName?: string; + featureHighlightElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureHighlightSubtitleClassName?: string; } @@ -68,7 +68,7 @@ const HeroChatPromptFeatures = ({ featureHighlightsClassName = "", featureHighlightClassName = "", featureHighlightIconClassName = "", - featureHighlightTitleClassName = "", + featureHighlightElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featureHighlightSubtitleClassName = "", }: HeroChatPromptFeaturesProps) => { @@ -160,7 +160,7 @@ const HeroChatPromptFeatures = ({

{highlight.title}

From 2376275d5db82296ae61dab05991b246cb92ad76 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:31 +0000 Subject: [PATCH 055/104] Update src/components/sections/metrics/MetricCardEight.tsx --- src/components/sections/metrics/MetricCardEight.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/metrics/MetricCardEight.tsx b/src/components/sections/metrics/MetricCardEight.tsx index 44a062b..de91c03 100644 --- a/src/components/sections/metrics/MetricCardEight.tsx +++ b/src/components/sections/metrics/MetricCardEight.tsx @@ -31,7 +31,7 @@ interface MetricCardEightProps { metricsContainerClassName?: string; metricClassName?: string; valueClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; } const MetricCardEight = ({ @@ -53,7 +53,7 @@ const MetricCardEight = ({ metricsContainerClassName = "", metricClassName = "", valueClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", }: MetricCardEightProps) => { const theme = useTheme(); const shouldUseLightText = useInvertedBackground === "invertDefault" || useInvertedBackground === "invertCard"; @@ -122,7 +122,7 @@ const MetricCardEight = ({

{metric.title}

From 0d2e5ff302a47560a504180b7f8eb7c80afb4edc Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:32 +0000 Subject: [PATCH 056/104] Update src/components/sections/metrics/MetricCardEleven.tsx --- .../sections/metrics/MetricCardEleven.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/metrics/MetricCardEleven.tsx b/src/components/sections/metrics/MetricCardEleven.tsx index 827240d..7a2f95f 100644 --- a/src/components/sections/metrics/MetricCardEleven.tsx +++ b/src/components/sections/metrics/MetricCardEleven.tsx @@ -7,7 +7,7 @@ import { useCardAnimation } from "@/components/cardStack/hooks/useCardAnimation" 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 MediaProps = @@ -35,7 +35,7 @@ interface MetricCardElevenProps { metrics: Metric[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -46,9 +46,9 @@ interface MetricCardElevenProps { className?: string; containerClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -57,7 +57,7 @@ interface MetricCardElevenProps { gridClassName?: string; cardClassName?: string; valueClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; mediaCardClassName?: string; mediaClassName?: string; @@ -68,7 +68,7 @@ interface MetricTextCardProps { shouldUseLightText: boolean; cardClassName?: string; valueClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardDescriptionClassName?: string; } @@ -83,7 +83,7 @@ const MetricTextCard = memo(({ shouldUseLightText, cardClassName = "", valueClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", }: MetricTextCardProps) => { return ( @@ -103,7 +103,7 @@ const MetricTextCard = memo(({

{metric.title}

@@ -160,9 +160,9 @@ const MetricCardEleven = ({ className = "", containerClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -171,7 +171,7 @@ const MetricCardEleven = ({ gridClassName = "", cardClassName = "", valueClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardDescriptionClassName = "", mediaCardClassName = "", mediaClassName = "", @@ -205,9 +205,9 @@ const MetricCardEleven = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -247,7 +247,7 @@ const MetricCardEleven = ({ cardClassName )} valueClassName={valueClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} cardDescriptionClassName={cardDescriptionClassName} /> Date: Sat, 3 Jan 2026 14:04:33 +0000 Subject: [PATCH 057/104] Update src/components/sections/metrics/MetricCardFive.tsx --- src/components/sections/metrics/MetricCardFive.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/metrics/MetricCardFive.tsx b/src/components/sections/metrics/MetricCardFive.tsx index faae988..f73c450 100644 --- a/src/components/sections/metrics/MetricCardFive.tsx +++ b/src/components/sections/metrics/MetricCardFive.tsx @@ -4,7 +4,7 @@ import CardList from "@/components/cardStack/CardList"; 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"; interface Metric { @@ -17,7 +17,7 @@ interface MetricCardFiveProps { metrics: Metric[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -28,7 +28,7 @@ interface MetricCardFiveProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -57,7 +57,7 @@ const MetricCardFive = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -88,7 +88,7 @@ const MetricCardFive = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} From 094bbbe78b03b7f4719c694cfe3fff388f96ebfb Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:34 +0000 Subject: [PATCH 058/104] Update src/components/sections/metrics/MetricCardFour.tsx --- .../sections/metrics/MetricCardFour.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/metrics/MetricCardFour.tsx b/src/components/sections/metrics/MetricCardFour.tsx index d2a5d8f..fad5f82 100644 --- a/src/components/sections/metrics/MetricCardFour.tsx +++ b/src/components/sections/metrics/MetricCardFour.tsx @@ -4,7 +4,7 @@ import TimelineHorizontalCardStack from "@/components/cardStack/layouts/timeline import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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"; type Metric = { @@ -22,7 +22,7 @@ type Metric = { interface MetricCardFourProps { metrics: Metric[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -32,7 +32,7 @@ interface MetricCardFourProps { 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 MetricCardFourProps { cardContentClassName?: string; iconContainerClassName?: string; iconClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; valueClassName?: string; mediaContainerClassName?: string; mediaClassName?: string; @@ -65,7 +65,7 @@ const MetricCardFour = ({ ariaLabel = "Metrics section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -79,7 +79,7 @@ const MetricCardFour = ({ cardContentClassName = "", iconContainerClassName = "", iconClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", valueClassName = "", mediaContainerClassName = "", mediaClassName = "", @@ -106,7 +106,7 @@ const MetricCardFour = ({ mediaItems={mediaItems} className={className} containerClassName={containerClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -130,7 +130,7 @@ const MetricCardFour = ({
-

+

{metric.title}

From b60ac7d92f5735c16f27169b6654025b033df3e5 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:34 +0000 Subject: [PATCH 059/104] Update src/components/sections/metrics/MetricCardOne.tsx --- .../sections/metrics/MetricCardOne.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/metrics/MetricCardOne.tsx b/src/components/sections/metrics/MetricCardOne.tsx index 58ca7ac..e96b2cd 100644 --- a/src/components/sections/metrics/MetricCardOne.tsx +++ b/src/components/sections/metrics/MetricCardOne.tsx @@ -5,7 +5,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type Metric = { @@ -23,7 +23,7 @@ interface MetricCardOneProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -34,9 +34,9 @@ interface MetricCardOneProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; valueClassName?: string; titleClassName?: string; @@ -123,9 +123,9 @@ const MetricCardOne = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", valueClassName = "", titleClassName = "", @@ -165,9 +165,9 @@ const MetricCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 6e25e5defcc17891259afb1d5cdae22c473c310a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:35 +0000 Subject: [PATCH 060/104] Update src/components/sections/metrics/MetricCardSeven.tsx --- .../sections/metrics/MetricCardSeven.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/metrics/MetricCardSeven.tsx b/src/components/sections/metrics/MetricCardSeven.tsx index ecc9bda..4b2df52 100644 --- a/src/components/sections/metrics/MetricCardSeven.tsx +++ b/src/components/sections/metrics/MetricCardSeven.tsx @@ -6,7 +6,7 @@ import PricingFeatureList from "@/components/shared/PricingFeatureList"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type Metric = { @@ -23,7 +23,7 @@ interface MetricCardSevenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -34,12 +34,12 @@ interface MetricCardSevenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; valueClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featuresClassName?: string; featureItemClassName?: string; gridClassName?: string; @@ -57,7 +57,7 @@ interface MetricCardItemProps { shouldUseLightText: boolean; cardClassName?: string; valueClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featuresClassName?: string; featureItemClassName?: string; } @@ -67,7 +67,7 @@ const MetricCardItem = memo(({ shouldUseLightText, cardClassName = "", valueClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featuresClassName = "", featureItemClassName = "", }: MetricCardItemProps) => { @@ -77,7 +77,7 @@ const MetricCardItem = memo(({

{metric.value}

-

+

{metric.title}

@@ -115,12 +115,12 @@ const MetricCardSeven = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", valueClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featuresClassName = "", featureItemClassName = "", gridClassName = "", @@ -156,9 +156,9 @@ const MetricCardSeven = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -173,7 +173,7 @@ const MetricCardSeven = ({ shouldUseLightText={shouldUseLightText} cardClassName={cardClassName} valueClassName={valueClassName} - metricTitleClassName={metricTitleClassName} + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName={metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName} featuresClassName={featuresClassName} featureItemClassName={featureItemClassName} /> From 3593e80b5cb6795e2d45c4713dda08b234e75146 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:36 +0000 Subject: [PATCH 061/104] Update src/components/sections/metrics/MetricCardSix.tsx --- .../sections/metrics/MetricCardSix.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/metrics/MetricCardSix.tsx b/src/components/sections/metrics/MetricCardSix.tsx index 9af0af6..a0d61b6 100644 --- a/src/components/sections/metrics/MetricCardSix.tsx +++ b/src/components/sections/metrics/MetricCardSix.tsx @@ -6,7 +6,7 @@ import Tag from "@/components/shared/Tag"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type Metric = { @@ -24,7 +24,7 @@ interface MetricCardSixProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -35,13 +35,13 @@ interface MetricCardSixProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; valueClassName?: string; metricTagClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; gridClassName?: string; carouselClassName?: string; controlsClassName?: string; @@ -59,7 +59,7 @@ interface MetricCardItemProps { cardClassName?: string; valueClassName?: string; metricTagClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; } const MetricCardItem = memo(({ @@ -69,7 +69,7 @@ const MetricCardItem = memo(({ cardClassName = "", valueClassName = "", metricTagClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", }: MetricCardItemProps) => { return (
@@ -80,7 +80,7 @@ const MetricCardItem = memo(({ useInvertedBackground={useInvertedBackground} className={metricTagClassName} /> -

+

{metric.title}

@@ -111,13 +111,13 @@ const MetricCardSix = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", valueClassName = "", metricTagClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", gridClassName = "", carouselClassName = "", controlsClassName = "", @@ -151,9 +151,9 @@ const MetricCardSix = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -170,7 +170,7 @@ const MetricCardSix = ({ cardClassName={cardClassName} valueClassName={valueClassName} metricTagClassName={metricTagClassName} - metricTitleClassName={metricTitleClassName} + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName={metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName} /> ))} From 367d911a5215033a2e800a6d61b5a90b3c562925 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:37 +0000 Subject: [PATCH 062/104] Update src/components/sections/metrics/MetricCardTen.tsx --- .../sections/metrics/MetricCardTen.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/metrics/MetricCardTen.tsx b/src/components/sections/metrics/MetricCardTen.tsx index 949be6a..ceea443 100644 --- a/src/components/sections/metrics/MetricCardTen.tsx +++ b/src/components/sections/metrics/MetricCardTen.tsx @@ -7,7 +7,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"; import type { CTAButtonVariant } from "@/components/button/types"; @@ -26,7 +26,7 @@ interface MetricCardTenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,11 +37,11 @@ interface MetricCardTenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; subtitleClassName?: string; categoryClassName?: string; valueClassName?: string; @@ -63,7 +63,7 @@ interface MetricCardItemProps { shouldUseLightText: boolean; defaultButtonVariant: CTAButtonVariant; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; subtitleClassName?: string; categoryClassName?: string; valueClassName?: string; @@ -77,7 +77,7 @@ const MetricCardItem = memo(({ shouldUseLightText, defaultButtonVariant, cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", subtitleClassName = "", categoryClassName = "", valueClassName = "", @@ -92,7 +92,7 @@ const MetricCardItem = memo(({

{metric.title}

@@ -158,11 +158,11 @@ const MetricCardTen = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", subtitleClassName = "", categoryClassName = "", valueClassName = "", @@ -203,9 +203,9 @@ const MetricCardTen = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -221,7 +221,7 @@ const MetricCardTen = ({ shouldUseLightText={shouldUseLightText} defaultButtonVariant={theme.defaultButtonVariant} cardClassName={cardClassName} - cardTitleClassName={cardTitleClassName} + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} subtitleClassName={subtitleClassName} categoryClassName={categoryClassName} valueClassName={valueClassName} From 950548bb289881ffae05392b776f2d1c3c485186 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:38 +0000 Subject: [PATCH 063/104] Update src/components/sections/metrics/MetricCardThirteen.tsx --- src/components/sections/metrics/MetricCardThirteen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/metrics/MetricCardThirteen.tsx b/src/components/sections/metrics/MetricCardThirteen.tsx index bea3fc9..9d4299b 100644 --- a/src/components/sections/metrics/MetricCardThirteen.tsx +++ b/src/components/sections/metrics/MetricCardThirteen.tsx @@ -5,7 +5,7 @@ import { Globe } from "@/components/shared/Globe"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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 { InvertedBackground } from "@/providers/themeProvider/config/constants"; import type { COBEOptions } from "cobe"; @@ -17,7 +17,7 @@ type MetricCard = { interface MetricCardThirteenProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; From 86da3d7f27c682131973da836ee70b780b446e5a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:38 +0000 Subject: [PATCH 064/104] Update src/components/sections/metrics/MetricCardThree.tsx --- .../sections/metrics/MetricCardThree.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/sections/metrics/MetricCardThree.tsx b/src/components/sections/metrics/MetricCardThree.tsx index e4b4616..0fa7b13 100644 --- a/src/components/sections/metrics/MetricCardThree.tsx +++ b/src/components/sections/metrics/MetricCardThree.tsx @@ -5,7 +5,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type Metric = { @@ -22,7 +22,7 @@ interface MetricCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -33,13 +33,13 @@ interface MetricCardThreeProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; iconContainerClassName?: string; iconClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; valueClassName?: string; gridClassName?: string; carouselClassName?: string; @@ -57,7 +57,7 @@ interface MetricCardItemProps { cardClassName?: string; iconContainerClassName?: string; iconClassName?: string; - metricTitleClassName?: string; + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; valueClassName?: string; } @@ -67,7 +67,7 @@ const MetricCardItem = memo(({ cardClassName = "", iconContainerClassName = "", iconClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", valueClassName = "", }: MetricCardItemProps) => { return ( @@ -76,7 +76,7 @@ const MetricCardItem = memo(({
-

+

{metric.title}

@@ -109,13 +109,13 @@ const MetricCardThree = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", iconContainerClassName = "", iconClassName = "", - metricTitleClassName = "", + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", valueClassName = "", gridClassName = "", carouselClassName = "", @@ -150,9 +150,9 @@ const MetricCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -168,7 +168,7 @@ const MetricCardThree = ({ cardClassName={cardClassName} iconContainerClassName={iconContainerClassName} iconClassName={iconClassName} - metricTitleClassName={metricTitleClassName} + metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName={metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName} valueClassName={valueClassName} /> ))} From f9f03d2251c5a9be6121bccc32559de0312090bf Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:39 +0000 Subject: [PATCH 065/104] Update src/components/sections/metrics/MetricCardTwo.tsx --- .../sections/metrics/MetricCardTwo.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/metrics/MetricCardTwo.tsx b/src/components/sections/metrics/MetricCardTwo.tsx index 8570e26..2a46a3b 100644 --- a/src/components/sections/metrics/MetricCardTwo.tsx +++ b/src/components/sections/metrics/MetricCardTwo.tsx @@ -5,7 +5,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type Metric = { @@ -21,7 +21,7 @@ interface MetricCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -32,9 +32,9 @@ interface MetricCardTwoProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; valueClassName?: string; metricDescriptionClassName?: string; @@ -95,9 +95,9 @@ const MetricCardTwo = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", valueClassName = "", metricDescriptionClassName = "", @@ -134,9 +134,9 @@ const MetricCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 45742fa4f76a9ffb67511d7d51c50f8acd6dacb2 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:40 +0000 Subject: [PATCH 066/104] Update src/components/sections/pricing/PricingCardEight.tsx --- .../sections/pricing/PricingCardEight.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardEight.tsx b/src/components/sections/pricing/PricingCardEight.tsx index 3903eb5..b3b9d2d 100644 --- a/src/components/sections/pricing/PricingCardEight.tsx +++ b/src/components/sections/pricing/PricingCardEight.tsx @@ -9,7 +9,7 @@ import { getButtonProps } from "@/lib/buttonUtils"; 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 PricingPlan = { @@ -28,7 +28,7 @@ interface PricingCardEightProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -39,9 +39,9 @@ interface PricingCardEightProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; badgeClassName?: string; priceClassName?: string; @@ -164,9 +164,9 @@ const PricingCardEight = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", badgeClassName = "", priceClassName = "", @@ -208,9 +208,9 @@ const PricingCardEight = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From a7e780be0c01bd48f76c3ab1ed3eaa567d809520 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:41 +0000 Subject: [PATCH 067/104] Update src/components/sections/pricing/PricingCardFive.tsx --- .../sections/pricing/PricingCardFive.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/sections/pricing/PricingCardFive.tsx b/src/components/sections/pricing/PricingCardFive.tsx index 97ae292..c4c2d0b 100644 --- a/src/components/sections/pricing/PricingCardFive.tsx +++ b/src/components/sections/pricing/PricingCardFive.tsx @@ -8,7 +8,7 @@ import { getButtonProps } from "@/lib/buttonUtils"; 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 PricingPlan = { @@ -19,7 +19,7 @@ type PricingPlan = { period: string; description: string; button: ButtonConfig; - featuresTitle: string; + featuresElevate Your Brand with Expert Copywriting and Content Enhancement: string; features: string[]; }; @@ -27,7 +27,7 @@ interface PricingCardFiveProps { plans: PricingPlan[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -38,7 +38,7 @@ interface PricingCardFiveProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -54,7 +54,7 @@ interface PricingCardFiveProps { planDescriptionClassName?: string; planButtonClassName?: string; planButtonTextClassName?: string; - featuresTitleClassName?: string; + featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featuresListClassName?: string; featureItemClassName?: string; featureIconClassName?: string; @@ -76,7 +76,7 @@ const PricingCardFive = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -92,7 +92,7 @@ const PricingCardFive = ({ planDescriptionClassName = "", planButtonClassName = "", planButtonTextClassName = "", - featuresTitleClassName = "", + featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featuresListClassName = "", featureItemClassName = "", featureIconClassName = "", @@ -126,7 +126,7 @@ const PricingCardFive = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -193,9 +193,9 @@ const PricingCardFive = ({

- {plan.featuresTitle} + {plan.featuresElevate Your Brand with Expert Copywriting and Content Enhancement}

    {plan.features.map((feature, index) => ( From cf219751c3443b917e4500ef94e631c0ca55a7f0 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:42 +0000 Subject: [PATCH 068/104] Update src/components/sections/pricing/PricingCardFour.tsx --- .../sections/pricing/PricingCardFour.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/sections/pricing/PricingCardFour.tsx b/src/components/sections/pricing/PricingCardFour.tsx index 8e4659f..b28187f 100644 --- a/src/components/sections/pricing/PricingCardFour.tsx +++ b/src/components/sections/pricing/PricingCardFour.tsx @@ -35,7 +35,7 @@ interface PricingCardFourProps { plans: PricingPlan[]; useInvertedBackground: InvertedBackground; animationType: CardAnimationType; - featuresTitle?: string; + featuresElevate Your Brand with Expert Copywriting and Content Enhancement?: string; ariaLabel?: string; className?: string; containerClassName?: string; @@ -44,12 +44,12 @@ interface PricingCardFourProps { tagClassName?: string; titleClassName?: string; ctaCardClassName?: string; - ctaCardTitleClassName?: string; + ctaCardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; ctaCardDescriptionClassName?: string; planSelectorClassName?: string; priceClassName?: string; subtitleClassName?: string; - featuresTitleClassName?: string; + featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featuresGridClassName?: string; featureItemClassName?: string; } @@ -62,7 +62,7 @@ const PricingCardFour = ({ plans, useInvertedBackground, animationType, - featuresTitle = "What's included", + featuresElevate Your Brand with Expert Copywriting and Content Enhancement = "What's included", ariaLabel = "Pricing section", className = "", containerClassName = "", @@ -71,12 +71,12 @@ const PricingCardFour = ({ tagClassName = "", titleClassName = "", ctaCardClassName = "", - ctaCardTitleClassName = "", + ctaCardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", ctaCardDescriptionClassName = "", planSelectorClassName = "", priceClassName = "", subtitleClassName = "", - featuresTitleClassName = "", + featuresElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", featuresGridClassName = "", featureItemClassName = "", }: PricingCardFourProps) => { @@ -142,7 +142,7 @@ const PricingCardFour = ({ )} >
    - + {ctaCard.title} @@ -203,9 +203,9 @@ const PricingCardFour = ({

    - {featuresTitle} + {featuresElevate Your Brand with Expert Copywriting and Content Enhancement}

    Date: Sat, 3 Jan 2026 14:04:42 +0000 Subject: [PATCH 069/104] Update src/components/sections/pricing/PricingCardNine.tsx --- .../sections/pricing/PricingCardNine.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/pricing/PricingCardNine.tsx b/src/components/sections/pricing/PricingCardNine.tsx index 42cf440..3a4a01f 100644 --- a/src/components/sections/pricing/PricingCardNine.tsx +++ b/src/components/sections/pricing/PricingCardNine.tsx @@ -9,7 +9,7 @@ import { getButtonProps } from "@/lib/buttonUtils"; 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 PricingPlan = { @@ -27,7 +27,7 @@ interface PricingCardNineProps { plans: PricingPlan[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -38,7 +38,7 @@ interface PricingCardNineProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -50,7 +50,7 @@ interface PricingCardNineProps { cardContentClassName?: string; planImageWrapperClassName?: string; planImageClassName?: string; - planTitleClassName?: string; + planElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; planPriceClassName?: string; planButtonClassName?: string; planButtonTextClassName?: string; @@ -75,7 +75,7 @@ const PricingCardNine = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -87,7 +87,7 @@ const PricingCardNine = ({ cardContentClassName = "", planImageWrapperClassName = "", planImageClassName = "", - planTitleClassName = "", + planElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", planPriceClassName = "", planButtonClassName = "", planButtonTextClassName = "", @@ -124,7 +124,7 @@ const PricingCardNine = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -162,7 +162,7 @@ const PricingCardNine = ({

    {plan.title}

    From d6e9b1cbfd30b39e2b26becab142b75b35c982dc Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:43 +0000 Subject: [PATCH 070/104] Update src/components/sections/pricing/PricingCardOne.tsx --- .../sections/pricing/PricingCardOne.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardOne.tsx b/src/components/sections/pricing/PricingCardOne.tsx index 39a0a23..a2a4b05 100644 --- a/src/components/sections/pricing/PricingCardOne.tsx +++ b/src/components/sections/pricing/PricingCardOne.tsx @@ -7,7 +7,7 @@ import PricingFeatureList from "@/components/shared/PricingFeatureList"; 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 PricingPlan = { @@ -25,7 +25,7 @@ interface PricingCardOneProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,9 +36,9 @@ interface PricingCardOneProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; badgeClassName?: string; priceClassName?: string; @@ -125,9 +125,9 @@ const PricingCardOne = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", badgeClassName = "", priceClassName = "", @@ -167,9 +167,9 @@ const PricingCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 99aa2e1ba59209a122686704a862d53224704000 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:44 +0000 Subject: [PATCH 071/104] Update src/components/sections/pricing/PricingCardSeven.tsx --- .../sections/pricing/PricingCardSeven.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardSeven.tsx b/src/components/sections/pricing/PricingCardSeven.tsx index e4e5bf0..7d3e406 100644 --- a/src/components/sections/pricing/PricingCardSeven.tsx +++ b/src/components/sections/pricing/PricingCardSeven.tsx @@ -9,7 +9,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import { cls, shouldUseInvertedText } from "@/lib/utils"; 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 PricingOption = { @@ -36,7 +36,7 @@ interface PricingCardSevenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -47,9 +47,9 @@ interface PricingCardSevenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; planTagClassName?: string; priceClassName?: string; @@ -194,9 +194,9 @@ const PricingCardSeven = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", planTagClassName = "", priceClassName = "", @@ -239,9 +239,9 @@ const PricingCardSeven = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From abf5e6f42bc8504221b2b3ef0ce66e8894a345c0 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:45 +0000 Subject: [PATCH 072/104] Update src/components/sections/pricing/PricingCardSix.tsx --- .../sections/pricing/PricingCardSix.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardSix.tsx b/src/components/sections/pricing/PricingCardSix.tsx index 9c023e2..bc60851 100644 --- a/src/components/sections/pricing/PricingCardSix.tsx +++ b/src/components/sections/pricing/PricingCardSix.tsx @@ -8,7 +8,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import { cls, shouldUseInvertedText } from "@/lib/utils"; 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 PricingPlan = { @@ -26,7 +26,7 @@ interface PricingCardSixProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,9 +37,9 @@ interface PricingCardSixProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; priceClassName?: string; subtitleClassName?: string; @@ -171,9 +171,9 @@ const PricingCardSix = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", priceClassName = "", subtitleClassName = "", @@ -216,9 +216,9 @@ const PricingCardSix = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From c57bd573c630c409b09133a6579fa039f533fdd2 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:46 +0000 Subject: [PATCH 073/104] Update src/components/sections/pricing/PricingCardThree.tsx --- .../sections/pricing/PricingCardThree.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardThree.tsx b/src/components/sections/pricing/PricingCardThree.tsx index 750cba7..a95b1ff 100644 --- a/src/components/sections/pricing/PricingCardThree.tsx +++ b/src/components/sections/pricing/PricingCardThree.tsx @@ -8,7 +8,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import { cls, shouldUseInvertedText } from "@/lib/utils"; 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 PricingPlan = { @@ -27,7 +27,7 @@ interface PricingCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -38,9 +38,9 @@ interface PricingCardThreeProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; badgeClassName?: string; priceClassName?: string; @@ -162,9 +162,9 @@ const PricingCardThree = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", badgeClassName = "", priceClassName = "", @@ -206,9 +206,9 @@ const PricingCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 4995ff5193e848edf52dc82a69bb4a2705849b47 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:46 +0000 Subject: [PATCH 074/104] Update src/components/sections/pricing/PricingCardTwo.tsx --- .../sections/pricing/PricingCardTwo.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/pricing/PricingCardTwo.tsx b/src/components/sections/pricing/PricingCardTwo.tsx index b82b845..aba9248 100644 --- a/src/components/sections/pricing/PricingCardTwo.tsx +++ b/src/components/sections/pricing/PricingCardTwo.tsx @@ -9,7 +9,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import { cls, shouldUseInvertedText } from "@/lib/utils"; 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 PricingPlan = { @@ -28,7 +28,7 @@ interface PricingCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -39,9 +39,9 @@ interface PricingCardTwoProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; badgeClassName?: string; priceClassName?: string; @@ -162,9 +162,9 @@ const PricingCardTwo = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", badgeClassName = "", priceClassName = "", @@ -206,9 +206,9 @@ const PricingCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 7da2e2b54224fd0c047fa0e163f3bf1c90ccead0 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:47 +0000 Subject: [PATCH 075/104] Update src/components/sections/product/ProductCardFive.tsx --- .../sections/product/ProductCardFive.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardFive.tsx b/src/components/sections/product/ProductCardFive.tsx index 793bab7..e9638dc 100644 --- a/src/components/sections/product/ProductCardFive.tsx +++ b/src/components/sections/product/ProductCardFive.tsx @@ -10,7 +10,7 @@ import { cls } from "@/lib/utils"; import { getButtonProps } from "@/lib/buttonUtils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type ProductCard = { @@ -29,7 +29,7 @@ interface ProductCardFiveProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,9 +41,9 @@ interface ProductCardFiveProps { containerClassName?: string; cardClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardButtonClassName?: string; gridClassName?: string; @@ -130,9 +130,9 @@ const ProductCardFive = ({ containerClassName = "", cardClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardButtonClassName = "", gridClassName = "", @@ -165,9 +165,9 @@ const ProductCardFive = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 176ac473fe29c24f6225fa14ceba778944be1833 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:48 +0000 Subject: [PATCH 076/104] Update src/components/sections/product/ProductCardFour.tsx --- .../sections/product/ProductCardFour.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardFour.tsx b/src/components/sections/product/ProductCardFour.tsx index 256869f..180c054 100644 --- a/src/components/sections/product/ProductCardFour.tsx +++ b/src/components/sections/product/ProductCardFour.tsx @@ -8,7 +8,7 @@ import ProductImage from "@/components/shared/ProductImage"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type ProductCard = { @@ -30,7 +30,7 @@ interface ProductCardFourProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -42,9 +42,9 @@ interface ProductCardFourProps { containerClassName?: string; cardClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardNameClassName?: string; cardPriceClassName?: string; @@ -139,9 +139,9 @@ const ProductCardFour = ({ containerClassName = "", cardClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardNameClassName = "", cardPriceClassName = "", @@ -180,9 +180,9 @@ const ProductCardFour = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 5cafa06adf97bf9421206336148b75cc6298013a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:49 +0000 Subject: [PATCH 077/104] Update src/components/sections/product/ProductCardOne.tsx --- .../sections/product/ProductCardOne.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardOne.tsx b/src/components/sections/product/ProductCardOne.tsx index fd61e16..a92a593 100644 --- a/src/components/sections/product/ProductCardOne.tsx +++ b/src/components/sections/product/ProductCardOne.tsx @@ -7,7 +7,7 @@ import ProductImage from "@/components/shared/ProductImage"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type ProductCard = { @@ -28,7 +28,7 @@ interface ProductCardOneProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -40,9 +40,9 @@ interface ProductCardOneProps { containerClassName?: string; cardClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardNameClassName?: string; cardPriceClassName?: string; @@ -131,9 +131,9 @@ const ProductCardOne = ({ containerClassName = "", cardClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardNameClassName = "", cardPriceClassName = "", @@ -170,9 +170,9 @@ const ProductCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 5ac800613583c99b070f5704875f3a8647f72c95 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:49 +0000 Subject: [PATCH 078/104] Update src/components/sections/product/ProductCardSeven.tsx --- .../sections/product/ProductCardSeven.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardSeven.tsx b/src/components/sections/product/ProductCardSeven.tsx index d46bf8f..4cd042f 100644 --- a/src/components/sections/product/ProductCardSeven.tsx +++ b/src/components/sections/product/ProductCardSeven.tsx @@ -6,7 +6,7 @@ import ProductImage from "@/components/shared/ProductImage"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type ProductCard = { @@ -27,7 +27,7 @@ interface ProductCardSevenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,9 +41,9 @@ interface ProductCardSevenProps { imageClassName?: string; imageWrapperClassName?: string; actionButtonClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardNameClassName?: string; cardPriceClassName?: string; @@ -132,9 +132,9 @@ const ProductCardSeven = ({ imageClassName = "", imageWrapperClassName = "", actionButtonClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardNameClassName = "", cardPriceClassName = "", @@ -171,9 +171,9 @@ const ProductCardSeven = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 5be704f04570cb9c6c723ade7a54745edc6abe35 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:50 +0000 Subject: [PATCH 079/104] Update src/components/sections/product/ProductCardSix.tsx --- .../sections/product/ProductCardSix.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardSix.tsx b/src/components/sections/product/ProductCardSix.tsx index af6f5bd..eafcb33 100644 --- a/src/components/sections/product/ProductCardSix.tsx +++ b/src/components/sections/product/ProductCardSix.tsx @@ -6,7 +6,7 @@ import CardStack from "@/components/cardStack/CardStack"; import ProductImage from "@/components/shared/ProductImage"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; const MASK_GRADIENT = "linear-gradient(to top, transparent, black 60%)"; @@ -29,7 +29,7 @@ interface ProductCardSixProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,9 +41,9 @@ interface ProductCardSixProps { containerClassName?: string; cardClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardNameClassName?: string; gridClassName?: string; @@ -132,9 +132,9 @@ const ProductCardSix = ({ containerClassName = "", cardClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardNameClassName = "", gridClassName = "", @@ -167,9 +167,9 @@ const ProductCardSix = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 19f82bb49255bfe4017e230189e790c0e792f9d1 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:51 +0000 Subject: [PATCH 080/104] Update src/components/sections/product/ProductCardThree.tsx --- .../sections/product/ProductCardThree.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardThree.tsx b/src/components/sections/product/ProductCardThree.tsx index 200ec54..73528b8 100644 --- a/src/components/sections/product/ProductCardThree.tsx +++ b/src/components/sections/product/ProductCardThree.tsx @@ -10,7 +10,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { CTAButtonVariant, ButtonPropsForVariant } from "@/components/button/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; @@ -35,7 +35,7 @@ interface ProductCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -47,9 +47,9 @@ interface ProductCardThreeProps { containerClassName?: string; cardClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardNameClassName?: string; quantityControlsClassName?: string; @@ -174,9 +174,9 @@ const ProductCardThree = ({ containerClassName = "", cardClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardNameClassName = "", quantityControlsClassName = "", @@ -213,9 +213,9 @@ const ProductCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 5f939537e2c83141660c904f8c459666bc13e04e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:52 +0000 Subject: [PATCH 081/104] Update src/components/sections/product/ProductCardTwo.tsx --- .../sections/product/ProductCardTwo.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/product/ProductCardTwo.tsx b/src/components/sections/product/ProductCardTwo.tsx index 1bd7e88..fc6892f 100644 --- a/src/components/sections/product/ProductCardTwo.tsx +++ b/src/components/sections/product/ProductCardTwo.tsx @@ -7,7 +7,7 @@ import ProductImage from "@/components/shared/ProductImage"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type ProductCard = { @@ -31,7 +31,7 @@ interface ProductCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -43,9 +43,9 @@ interface ProductCardTwoProps { containerClassName?: string; cardClassName?: string; imageClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardBrandClassName?: string; cardNameClassName?: string; @@ -160,9 +160,9 @@ const ProductCardTwo = ({ containerClassName = "", cardClassName = "", imageClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardBrandClassName = "", cardNameClassName = "", @@ -202,9 +202,9 @@ const ProductCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 556d6b92971ab88f203e493d7c224cc91788ced6 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:53 +0000 Subject: [PATCH 082/104] Update src/components/sections/socialProof/SocialProofOne.tsx --- src/components/sections/socialProof/SocialProofOne.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/socialProof/SocialProofOne.tsx b/src/components/sections/socialProof/SocialProofOne.tsx index 6b8083a..b751502 100644 --- a/src/components/sections/socialProof/SocialProofOne.tsx +++ b/src/components/sections/socialProof/SocialProofOne.tsx @@ -5,13 +5,13 @@ import Marquee from "react-fast-marquee"; import CardStackTextBox from "@/components/cardStack/CardStackTextBox"; import { cls } from "@/lib/utils"; 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"; interface SocialProofOneProps { logos: string[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -23,7 +23,7 @@ interface SocialProofOneProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -53,7 +53,7 @@ const SocialProofOne = ({ ariaLabel = "Social proof section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -83,7 +83,7 @@ const SocialProofOne = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} From 561f15880bbf282243a67d1c55938fed46d010bc Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:53 +0000 Subject: [PATCH 083/104] Update src/components/sections/socialProof/SocialProofThree.tsx --- .../sections/socialProof/SocialProofThree.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/socialProof/SocialProofThree.tsx b/src/components/sections/socialProof/SocialProofThree.tsx index c1df287..5788e18 100644 --- a/src/components/sections/socialProof/SocialProofThree.tsx +++ b/src/components/sections/socialProof/SocialProofThree.tsx @@ -5,14 +5,14 @@ import Image from "next/image"; import AutoCarousel from "@/components/cardStack/layouts/carousels/AutoCarousel"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { CardAnimationType, ButtonConfig, TitleSegment } from "@/components/cardStack/types"; +import type { CardAnimationType, ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface SocialProofThreeProps { logos: string[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -29,7 +29,7 @@ interface SocialProofThreeProps { logoCardClassName?: string; logoImageClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -89,7 +89,7 @@ const SocialProofThree = ({ logoCardClassName = "", logoImageClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -119,7 +119,7 @@ const SocialProofThree = ({ containerClassName={containerClassName} className={className} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 9092a694089064dd9317d9ce9e35e30c753e24f9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:54 +0000 Subject: [PATCH 084/104] Update src/components/sections/socialProof/SocialProofTwo.tsx --- src/components/sections/socialProof/SocialProofTwo.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/socialProof/SocialProofTwo.tsx b/src/components/sections/socialProof/SocialProofTwo.tsx index 79e2015..6870cce 100644 --- a/src/components/sections/socialProof/SocialProofTwo.tsx +++ b/src/components/sections/socialProof/SocialProofTwo.tsx @@ -5,13 +5,13 @@ import Image from "next/image"; import CardStackTextBox from "@/components/cardStack/CardStackTextBox"; import { cls } from "@/lib/utils"; 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"; interface SocialProofTwoProps { logos: string[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -21,7 +21,7 @@ interface SocialProofTwoProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -50,7 +50,7 @@ const SocialProofTwo = ({ ariaLabel = "Social proof section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -88,7 +88,7 @@ const SocialProofTwo = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} From 94cf50c14df0b4dc9b070d6712e4ab679abc4d84 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:55 +0000 Subject: [PATCH 085/104] Update src/components/sections/team/TeamCardEleven.tsx --- .../sections/team/TeamCardEleven.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/sections/team/TeamCardEleven.tsx b/src/components/sections/team/TeamCardEleven.tsx index bd6a63d..4b62862 100644 --- a/src/components/sections/team/TeamCardEleven.tsx +++ b/src/components/sections/team/TeamCardEleven.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 TeamMember = { @@ -21,7 +21,7 @@ type TeamMember = { type TeamGroup = { id: string; - groupTitle: string; + groupElevate Your Brand with Expert Copywriting and Content Enhancement: string; members: TeamMember[]; }; @@ -29,7 +29,7 @@ interface TeamCardElevenProps { groups: TeamGroup[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,7 +41,7 @@ interface TeamCardElevenProps { containerClassName?: string; cardClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -49,10 +49,10 @@ interface TeamCardElevenProps { textBoxButtonTextClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; - groupTitleClassName?: string; + groupElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; memberClassName?: string; memberImageClassName?: string; - memberTitleClassName?: string; + memberElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; memberSubtitleClassName?: string; memberDetailClassName?: string; } @@ -73,7 +73,7 @@ const TeamCardEleven = ({ containerClassName = "", cardClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -81,10 +81,10 @@ const TeamCardEleven = ({ textBoxButtonTextClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", - groupTitleClassName = "", + groupElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", memberClassName = "", memberImageClassName = "", - memberTitleClassName = "", + memberElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", memberSubtitleClassName = "", memberDetailClassName = "", }: TeamCardElevenProps) => { @@ -117,7 +117,7 @@ const TeamCardEleven = ({

    {member.title}

    @@ -155,7 +155,7 @@ const TeamCardEleven = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -171,9 +171,9 @@ const TeamCardEleven = ({

    - {group.groupTitle} + {group.groupElevate Your Brand with Expert Copywriting and Content Enhancement}

    From 6755192f754eddba52a28b6b7138f42fb94b3d95 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:56 +0000 Subject: [PATCH 086/104] Update src/components/sections/team/TeamCardFive.tsx --- src/components/sections/team/TeamCardFive.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardFive.tsx b/src/components/sections/team/TeamCardFive.tsx index 7bf272d..1293611 100644 --- a/src/components/sections/team/TeamCardFive.tsx +++ b/src/components/sections/team/TeamCardFive.tsx @@ -5,7 +5,7 @@ import MediaContent from "@/components/shared/MediaContent"; import { useCardAnimation } from "@/components/cardStack/hooks/useCardAnimation"; import { cls } from "@/lib/utils"; 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 TeamMember = { @@ -22,7 +22,7 @@ interface TeamCardFiveProps { team: TeamMember[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -32,9 +32,9 @@ interface TeamCardFiveProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -63,9 +63,9 @@ const TeamCardFive = ({ ariaLabel = "Team section", className = "", containerClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -97,9 +97,9 @@ const TeamCardFive = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 09b01f78db720e14f3a7da51b9bcf4a7d8d938ab Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:57 +0000 Subject: [PATCH 087/104] Update src/components/sections/team/TeamCardFour.tsx --- src/components/sections/team/TeamCardFour.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardFour.tsx b/src/components/sections/team/TeamCardFour.tsx index ac33012..4829ab2 100644 --- a/src/components/sections/team/TeamCardFour.tsx +++ b/src/components/sections/team/TeamCardFour.tsx @@ -6,7 +6,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 { CardAnimationType, ButtonConfig, TitleSegment } from "@/components/cardStack/types"; +import type { CardAnimationType, ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type TeamMember = { @@ -23,7 +23,7 @@ interface TeamCardFourProps { team: TeamMember[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -43,9 +43,9 @@ interface TeamCardFourProps { nameClassName?: string; roleClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -121,9 +121,9 @@ const TeamCardFour = ({ nameClassName = "", roleClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -154,9 +154,9 @@ const TeamCardFour = ({ containerClassName={containerClassName} className={className} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From da2693f6c3e30c17f235b4f4e0c6f267d155d837 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:57 +0000 Subject: [PATCH 088/104] Update src/components/sections/team/TeamCardOne.tsx --- src/components/sections/team/TeamCardOne.tsx | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardOne.tsx b/src/components/sections/team/TeamCardOne.tsx index ea816a4..0502bd9 100644 --- a/src/components/sections/team/TeamCardOne.tsx +++ b/src/components/sections/team/TeamCardOne.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type TeamMember = { @@ -23,7 +23,7 @@ interface TeamCardOneProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -34,9 +34,9 @@ interface TeamCardOneProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageClassName?: string; overlayClassName?: string; @@ -117,9 +117,9 @@ const TeamCardOne = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageClassName = "", overlayClassName = "", @@ -155,9 +155,9 @@ const TeamCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 8e825e83bb9a4d0df6a77d26ed529985048fc63c Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:58 +0000 Subject: [PATCH 089/104] Update src/components/sections/team/TeamCardSix.tsx --- src/components/sections/team/TeamCardSix.tsx | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardSix.tsx b/src/components/sections/team/TeamCardSix.tsx index 747f07f..92810b5 100644 --- a/src/components/sections/team/TeamCardSix.tsx +++ b/src/components/sections/team/TeamCardSix.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; const MASK_GRADIENT = "linear-gradient(to bottom, transparent, black 60%)"; @@ -25,7 +25,7 @@ interface TeamCardSixProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,9 +36,9 @@ interface TeamCardSixProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageClassName?: string; overlayClassName?: string; @@ -123,9 +123,9 @@ const TeamCardSix = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageClassName = "", overlayClassName = "", @@ -161,9 +161,9 @@ const TeamCardSix = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 7afe839c29710f4fcd24f13a7346daa5c1937b4d Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:59 +0000 Subject: [PATCH 090/104] Update src/components/sections/team/TeamCardThree.tsx --- .../sections/team/TeamCardThree.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardThree.tsx b/src/components/sections/team/TeamCardThree.tsx index cefa276..3d2148f 100644 --- a/src/components/sections/team/TeamCardThree.tsx +++ b/src/components/sections/team/TeamCardThree.tsx @@ -6,7 +6,7 @@ import CardStack from "@/components/cardStack/CardStack"; 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 SocialLink = { @@ -29,7 +29,7 @@ interface TeamCardThreeProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -40,9 +40,9 @@ interface TeamCardThreeProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageClassName?: string; nameClassName?: string; @@ -142,9 +142,9 @@ const TeamCardThree = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageClassName = "", nameClassName = "", @@ -183,9 +183,9 @@ const TeamCardThree = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From c79fc0dfe129015ca24329573bea95bd0095cb64 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:00 +0000 Subject: [PATCH 091/104] Update src/components/sections/team/TeamCardTwo.tsx --- src/components/sections/team/TeamCardTwo.tsx | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardTwo.tsx b/src/components/sections/team/TeamCardTwo.tsx index 8a09990..f306419 100644 --- a/src/components/sections/team/TeamCardTwo.tsx +++ b/src/components/sections/team/TeamCardTwo.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type SocialLink = { @@ -30,7 +30,7 @@ interface TeamCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,9 +41,9 @@ interface TeamCardTwoProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageClassName?: string; overlayClassName?: string; @@ -153,9 +153,9 @@ const TeamCardTwo = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageClassName = "", overlayClassName = "", @@ -194,9 +194,9 @@ const TeamCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From cd15166b41128f198d602eab76a7063dcaff847c Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:01 +0000 Subject: [PATCH 092/104] Update src/components/sections/testimonial/TestimonialCardEight.tsx --- .../testimonial/TestimonialCardEight.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardEight.tsx b/src/components/sections/testimonial/TestimonialCardEight.tsx index 7ad7468..f97bff7 100644 --- a/src/components/sections/testimonial/TestimonialCardEight.tsx +++ b/src/components/sections/testimonial/TestimonialCardEight.tsx @@ -9,7 +9,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, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -26,7 +26,7 @@ type Testimonial = { interface TestimonialCardEightProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -37,9 +37,9 @@ interface TestimonialCardEightProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardImageClassName?: string; cardContentClassName?: string; @@ -137,9 +137,9 @@ const TestimonialCardEight = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardImageClassName = "", cardContentClassName = "", @@ -173,9 +173,9 @@ const TestimonialCardEight = ({ carouselClassName={carouselClassName} dotsClassName={dotsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From b08a8056da51ff30e3f52c6c5358a9144dce459a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:01 +0000 Subject: [PATCH 093/104] Update src/components/sections/testimonial/TestimonialCardEleven.tsx --- .../testimonial/TestimonialCardEleven.tsx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardEleven.tsx b/src/components/sections/testimonial/TestimonialCardEleven.tsx index cd34667..21117ed 100644 --- a/src/components/sections/testimonial/TestimonialCardEleven.tsx +++ b/src/components/sections/testimonial/TestimonialCardEleven.tsx @@ -8,13 +8,13 @@ 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, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; const MASK_GRADIENT = "linear-gradient(to bottom, transparent, black 60%)"; type Testimonial = { id: string; - nameTitle: string; + nameElevate Your Brand with Expert Copywriting and Content Enhancement: string; quote: string; imageSrc?: string; videoSrc?: string; @@ -25,7 +25,7 @@ type Testimonial = { interface TestimonialCardElevenProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,15 +36,15 @@ interface TestimonialCardElevenProps { className?: string; containerClassName?: string; cardClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardQuoteClassName?: string; cardImageClassName?: string; carouselClassName?: string; dotsClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -95,7 +95,7 @@ const TestimonialCard = memo(({

    - {testimonial.nameTitle} + {testimonial.nameElevate Your Brand with Expert Copywriting and Content Enhancement}

    ); @@ -117,15 +117,15 @@ const TestimonialCardEleven = ({ className = "", containerClassName = "", cardClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardQuoteClassName = "", cardImageClassName = "", carouselClassName = "", dotsClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -147,9 +147,9 @@ const TestimonialCardEleven = ({ carouselClassName={carouselClassName} dotsClassName={dotsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -163,7 +163,7 @@ const TestimonialCardEleven = ({ testimonial={testimonial} useInvertedBackground={useInvertedBackground} cardClassName={cardClassName} - titleClassName={cardTitleClassName} + titleClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} quoteClassName={cardQuoteClassName} imageClassName={cardImageClassName} /> From 1be60ded658d03e3d1d795d51751d062c5394b0e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:02 +0000 Subject: [PATCH 094/104] Update src/components/sections/testimonial/TestimonialCardFive.tsx --- .../testimonial/TestimonialCardFive.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardFive.tsx b/src/components/sections/testimonial/TestimonialCardFive.tsx index a02ae57..648a41f 100644 --- a/src/components/sections/testimonial/TestimonialCardFive.tsx +++ b/src/components/sections/testimonial/TestimonialCardFive.tsx @@ -10,7 +10,7 @@ import TestimonialAuthor from "@/components/shared/TestimonialAuthor"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -30,7 +30,7 @@ type Testimonial = { interface TestimonialCardFiveProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,12 +41,12 @@ interface TestimonialCardFiveProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; cardTagClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardQuoteClassName?: string; cardAuthorClassName?: string; cardAvatarWrapperClassName?: string; @@ -158,12 +158,12 @@ const TestimonialCardFive = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", cardTagClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardQuoteClassName = "", cardAuthorClassName = "", cardAvatarWrapperClassName = "", @@ -194,9 +194,9 @@ const TestimonialCardFive = ({ carouselClassName={carouselClassName} dotsClassName={dotsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} @@ -211,7 +211,7 @@ const TestimonialCardFive = ({ useInvertedBackground={useInvertedBackground} cardClassName={cardClassName} tagClassName={cardTagClassName} - titleClassName={cardTitleClassName} + titleClassName={cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName} quoteClassName={cardQuoteClassName} authorClassName={cardAuthorClassName} avatarWrapperClassName={cardAvatarWrapperClassName} From 1de746930fd507236493a687ce0762a69141dfb9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:03 +0000 Subject: [PATCH 095/104] Update src/components/sections/testimonial/TestimonialCardFour.tsx --- .../testimonial/TestimonialCardFour.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardFour.tsx b/src/components/sections/testimonial/TestimonialCardFour.tsx index 83047d0..138d176 100644 --- a/src/components/sections/testimonial/TestimonialCardFour.tsx +++ b/src/components/sections/testimonial/TestimonialCardFour.tsx @@ -5,7 +5,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { Star } from "lucide-react"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -23,7 +23,7 @@ type Testimonial = { interface TestimonialCardFourProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -33,9 +33,9 @@ interface TestimonialCardFourProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -66,9 +66,9 @@ const TestimonialCardFour = ({ ariaLabel = "Testimonials section", className = "", containerClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -107,9 +107,9 @@ const TestimonialCardFour = ({ mediaItems={mediaItems} className={className} containerClassName={containerClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} From 548677535cee30d5d0ff9894ccbefb582a0e49cf Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:04 +0000 Subject: [PATCH 096/104] Update src/components/sections/testimonial/TestimonialCardNine.tsx --- .../sections/testimonial/TestimonialCardNine.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardNine.tsx b/src/components/sections/testimonial/TestimonialCardNine.tsx index 4fe47f8..3f8156a 100644 --- a/src/components/sections/testimonial/TestimonialCardNine.tsx +++ b/src/components/sections/testimonial/TestimonialCardNine.tsx @@ -8,7 +8,7 @@ import AnimationContainer from "@/components/sections/AnimationContainer"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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"; interface Testimonial { @@ -25,7 +25,7 @@ interface Testimonial { interface TestimonialCardNineProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -35,7 +35,7 @@ interface TestimonialCardNineProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -68,7 +68,7 @@ const TestimonialCardNine = ({ ariaLabel = "Testimonials section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -124,7 +124,7 @@ const TestimonialCardNine = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} From 612d0f705cb1f042bb1f3d8daa63db524a5373aa Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:05 +0000 Subject: [PATCH 097/104] Update src/components/sections/testimonial/TestimonialCardOne.tsx --- .../testimonial/TestimonialCardOne.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index ab3b288..bab0e4c 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -6,7 +6,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import { Star } from "lucide-react"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, GridVariant, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -25,7 +25,7 @@ interface TestimonialCardOneProps { gridVariant: GridVariant; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,9 +36,9 @@ interface TestimonialCardOneProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageClassName?: string; overlayClassName?: string; @@ -140,9 +140,9 @@ const TestimonialCardOne = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageClassName = "", overlayClassName = "", @@ -180,9 +180,9 @@ const TestimonialCardOne = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 2d6736f4daa2b061ecf3945878ddc4bd85e9df3b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:06 +0000 Subject: [PATCH 098/104] Update src/components/sections/testimonial/TestimonialCardSeven.tsx --- .../sections/testimonial/TestimonialCardSeven.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardSeven.tsx b/src/components/sections/testimonial/TestimonialCardSeven.tsx index 324f4c5..70d951f 100644 --- a/src/components/sections/testimonial/TestimonialCardSeven.tsx +++ b/src/components/sections/testimonial/TestimonialCardSeven.tsx @@ -7,7 +7,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"; interface TestimonialCard { @@ -24,7 +24,7 @@ interface TestimonialCardSevenProps { testimonials: TestimonialCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -35,7 +35,7 @@ interface TestimonialCardSevenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -68,7 +68,7 @@ const TestimonialCardSeven = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -103,7 +103,7 @@ const TestimonialCardSeven = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} From adbea4308fbf46eac13a5ad1acace89712383d46 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:06 +0000 Subject: [PATCH 099/104] Update src/components/sections/testimonial/TestimonialCardSix.tsx --- .../testimonial/TestimonialCardSix.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardSix.tsx b/src/components/sections/testimonial/TestimonialCardSix.tsx index a892431..aa72515 100644 --- a/src/components/sections/testimonial/TestimonialCardSix.tsx +++ b/src/components/sections/testimonial/TestimonialCardSix.tsx @@ -7,7 +7,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { Quote } from "lucide-react"; import type { LucideIcon } from "lucide-react"; -import type { CardAnimationType, ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { CardAnimationType, ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -23,7 +23,7 @@ interface TestimonialCardSixProps { testimonials: Testimonial[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -45,9 +45,9 @@ interface TestimonialCardSixProps { nameClassName?: string; handleClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -133,9 +133,9 @@ const TestimonialCardSix = ({ nameClassName = "", handleClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -163,9 +163,9 @@ const TestimonialCardSix = ({ containerClassName={containerClassName} className={className} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From e16a3af1c2a3df9845bd745c0a289a6e402f8898 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:07 +0000 Subject: [PATCH 100/104] Update src/components/sections/testimonial/TestimonialCardTen.tsx --- .../sections/testimonial/TestimonialCardTen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardTen.tsx b/src/components/sections/testimonial/TestimonialCardTen.tsx index 05fe769..5fe49d1 100644 --- a/src/components/sections/testimonial/TestimonialCardTen.tsx +++ b/src/components/sections/testimonial/TestimonialCardTen.tsx @@ -8,7 +8,7 @@ import AnimationContainer from "@/components/sections/AnimationContainer"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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"; interface Testimonial { @@ -26,7 +26,7 @@ interface Testimonial { interface TestimonialCardTenProps { testimonials: Testimonial[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,7 +36,7 @@ interface TestimonialCardTenProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -47,7 +47,7 @@ interface TestimonialCardTenProps { titleImageClassName?: string; contentClassName?: string; quoteCardClassName?: string; - testimonialTitleClassName?: string; + testimonialElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; quoteClassName?: string; nameClassName?: string; roleClassName?: string; @@ -70,7 +70,7 @@ const TestimonialCardTen = ({ ariaLabel = "Testimonials section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -81,7 +81,7 @@ const TestimonialCardTen = ({ titleImageClassName = "", contentClassName = "", quoteCardClassName = "", - testimonialTitleClassName = "", + testimonialElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", quoteClassName = "", nameClassName = "", roleClassName = "", @@ -127,7 +127,7 @@ const TestimonialCardTen = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName} @@ -150,7 +150,7 @@ const TestimonialCardTen = ({

    {activeTestimonial.title}

    From 99a470668b45c3541036a715c8fd58981ba13685 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:08 +0000 Subject: [PATCH 101/104] Update src/components/sections/testimonial/TestimonialCardThirteen.tsx --- .../testimonial/TestimonialCardThirteen.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardThirteen.tsx b/src/components/sections/testimonial/TestimonialCardThirteen.tsx index 429d9a4..abd40d9 100644 --- a/src/components/sections/testimonial/TestimonialCardThirteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardThirteen.tsx @@ -7,7 +7,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { Quote, Star } from "lucide-react"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -27,7 +27,7 @@ interface TestimonialCardThirteenProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -38,9 +38,9 @@ interface TestimonialCardThirteenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageWrapperClassName?: string; imageClassName?: string; @@ -155,9 +155,9 @@ const TestimonialCardThirteen = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageWrapperClassName = "", imageClassName = "", @@ -197,9 +197,9 @@ const TestimonialCardThirteen = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 26fb0522564f7f57279b454e1b5a4fb2cf551c6f Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:09 +0000 Subject: [PATCH 102/104] Update src/components/sections/testimonial/TestimonialCardTwelve.tsx --- .../sections/testimonial/TestimonialCardTwelve.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardTwelve.tsx b/src/components/sections/testimonial/TestimonialCardTwelve.tsx index 60316be..69f8087 100644 --- a/src/components/sections/testimonial/TestimonialCardTwelve.tsx +++ b/src/components/sections/testimonial/TestimonialCardTwelve.tsx @@ -17,7 +17,7 @@ type Testimonial = { interface TestimonialCardTwelveProps { testimonials: Testimonial[]; - cardTitle: string; + cardElevate Your Brand with Expert Copywriting and Content Enhancement: string; cardTag: string; cardTagIcon?: LucideIcon; useInvertedBackground: InvertedBackground; @@ -27,13 +27,13 @@ interface TestimonialCardTwelveProps { cardClassName?: string; avatarGroupClassName?: string; avatarClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; cardTagClassName?: string; } const TestimonialCardTwelve = ({ testimonials, - cardTitle, + cardElevate Your Brand with Expert Copywriting and Content Enhancement, cardTag, cardTagIcon, useInvertedBackground, @@ -43,7 +43,7 @@ const TestimonialCardTwelve = ({ cardClassName = "", avatarGroupClassName = "", avatarClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", cardTagClassName = "", }: TestimonialCardTwelveProps) => { const theme = useTheme(); @@ -77,8 +77,8 @@ const TestimonialCardTwelve = ({ useInvertedBackground={useInvertedBackground} className={cardTagClassName} /> -

    - {cardTitle} +

    + {cardElevate Your Brand with Expert Copywriting and Content Enhancement}

    Date: Sat, 3 Jan 2026 14:05:10 +0000 Subject: [PATCH 103/104] Update src/components/sections/testimonial/TestimonialCardTwo.tsx --- .../testimonial/TestimonialCardTwo.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardTwo.tsx b/src/components/sections/testimonial/TestimonialCardTwo.tsx index 4b4d711..1528a05 100644 --- a/src/components/sections/testimonial/TestimonialCardTwo.tsx +++ b/src/components/sections/testimonial/TestimonialCardTwo.tsx @@ -7,7 +7,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { Quote } from "lucide-react"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; type Testimonial = { id: string; @@ -25,7 +25,7 @@ interface TestimonialCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -36,9 +36,9 @@ interface TestimonialCardTwoProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; imageWrapperClassName?: string; imageClassName?: string; @@ -134,9 +134,9 @@ const TestimonialCardTwo = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", imageWrapperClassName = "", imageClassName = "", @@ -176,9 +176,9 @@ const TestimonialCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName} From 1bd4176623989d22449798d726b641919cce15c6 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:05:10 +0000 Subject: [PATCH 104/104] Update src/components/shared/FooterColumns.tsx --- src/components/shared/FooterColumns.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/shared/FooterColumns.tsx b/src/components/shared/FooterColumns.tsx index b69a3ba..0ac7453 100644 --- a/src/components/shared/FooterColumns.tsx +++ b/src/components/shared/FooterColumns.tsx @@ -17,7 +17,7 @@ interface FooterColumnsProps { columns: FooterColumn[]; className?: string; columnClassName?: string; - columnTitleClassName?: string; + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; columnItemClassName?: string; } @@ -25,7 +25,7 @@ const FooterColumns = memo(function FooterColumns({ columns, className = "", columnClassName = "", - columnTitleClassName = "", + columnElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", columnItemClassName = "", }) { return ( @@ -38,7 +38,7 @@ const FooterColumns = memo(function FooterColumns({ className={cls("relative z-1 w-1/2 md:w-auto flex items-start flex-col gap-4", columnClassName)} >

    {column.title}