Update src/components/sections/feature/FeatureCardTwenty.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import MediaContent from "@/components/shared/MediaContent";
|
|||||||
import AutoCarousel from "@/components/cardStack/layouts/carousels/AutoCarousel";
|
import AutoCarousel from "@/components/cardStack/layouts/carousels/AutoCarousel";
|
||||||
import { cls } from "@/lib/utils";
|
import { cls } from "@/lib/utils";
|
||||||
import type { LucideIcon } from "lucide-react";
|
import type { LucideIcon } from "lucide-react";
|
||||||
import type { ButtonConfig, TitleSegment } from "@/components/cardStack/types";
|
import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types";
|
||||||
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
||||||
|
|
||||||
type FeatureImage = {
|
type FeatureImage = {
|
||||||
@@ -19,7 +19,7 @@ type FeatureImage = {
|
|||||||
interface FeatureCardTwentyProps {
|
interface FeatureCardTwentyProps {
|
||||||
images: FeatureImage[];
|
images: FeatureImage[];
|
||||||
title: string;
|
title: string;
|
||||||
titleSegments?: TitleSegment[];
|
titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
|
||||||
description: string;
|
description: string;
|
||||||
tag?: string;
|
tag?: string;
|
||||||
tagIcon?: LucideIcon;
|
tagIcon?: LucideIcon;
|
||||||
|
|||||||
Reference in New Issue
Block a user